fix: improve optional skill review quality - #57
Merged
Conversation
martinfrancois
pushed a commit
that referenced
this pull request
Jun 2, 2026
🤖 I have created a release *beep* *boop* --- ## [0.1.27](v0.1.26...v0.1.27) (2026-06-02) ### Bug Fixes * improve optional skill review quality ([#57](#57)) ([8854855](8854855)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SKILL.mdwas compact but not concrete enough in the main workflow.hard-stops.mdreference, and added small inline Java examples for guard/read cleanup and nullable value + parser + lazy fallback flow.Change Type
Linked Issue
User-Visible Behavior
Users should see the same Java Optional guidance with a more direct, executable main workflow. Tessl skill review now reports 100%.
Bug Fix Details
SKILL.mdhad enough guidance for eval behavior, but Tessl review marked conciseness/actionability/progressive disclosure down because key instructions were too descriptive and examples were mostly in references.Validation
Checks most contributors can run:
python3 scripts/validate_skill.py skills/java-optionalspython3 scripts/validate_eval_criteria.py evals evals-referencepython3 -m py_compile scripts/validate_skill.py scripts/validate_eval_criteria.pybash -n scripts/check_publish_dry_run.shtessl plugin lint .markdownlint, if Markdown changedTessl-authenticated checks:
bash scripts/check_publish_dry_run.sh .tessl plugin publish --dry-run --bump patch .tessl skill review --threshold 90 skills/java-optionals/SKILL.md, if skill text or references changedtessl eval run --variant with-context --variant without-context ., if skill behavior,evals, or benchmark claims changed
bash scripts/check_publish_dry_run.sh .,tessl skill review, and hosted Tessl evals requireTessl authentication. Hosted evals also require a linked Tessl project. If you can't run one of
them, leave it unchecked and explain why in the details.
Details:
Human Verification
Review Checklist
task.md,criteria.json, andcapability.txt, or N/Ascore claims
OptionalInt,OptionalLong, andOptionalDoubleguidance has been considered, or N/Alinks, private eval artifacts, private registry/workspace links, local host paths, or
proprietary Java source
AI Assistance (if used)
AI prompts / session logs (optional)