feat: improve skill scores for 5 core Rosetta skills#50
Open
rohan-tessl wants to merge 1 commit intogriddynamics:mainfrom
Open
feat: improve skill scores for 5 core Rosetta skills#50rohan-tessl wants to merge 1 commit intogriddynamics:mainfrom
rohan-tessl wants to merge 1 commit intogriddynamics:mainfrom
Conversation
Hey @isolomatov-gd 👋 I ran your skills through `tessl skill review` at work and found some targeted improvements. Here's the full before/after: | Skill | Before | After | Change | |-------|--------|-------|--------| | coding-agents-prompt-adaptation | 10% | 84% | +74% | | requirements-authoring | 10% | 87% | +77% | | requirements-use | 10% | 77% | +67% | | load-context | 25% | 68% | +43% | | reasoning | 36% | 65% | +29% | This PR is intentionally scoped to 5 skills to keep it reviewable — more can be improved in follow-ups or via automated review on future PRs. Note: The source skills live in instructions/r2/core/skills/ and are propagated to plugins/ via scripts/plugin_generator.py. All changes target the source files only — plugin copies will regenerate automatically on the next sync. Changes: - Fixed duplicate tags fields in YAML frontmatter (caused validation failures) - Ensured description uses quoted string format without XML-like tags - Removed generic role preamble sections - Added explicit numbered workflows to all 5 skills - Consolidated redundant rule sections (SRP/DRY/KISS into core_principles) - Merged overlapping validation/conflict/gap checks into unified checklists - Expanded load-context from 2 lines to full skill with workflow - Made reasoning confidence feedback loop actionable with weighted formula Signed-off-by: rohan-tessl <[email protected]>
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.
Hey @isolomatov-gd 👋
I ran your skills through
tessl skill reviewat work and found some targeted improvements.Here's the full before/after:
This PR is intentionally scoped to 5 skills to keep it reviewable — more can be improved in follow-ups or via automated review on future PRs.
Note: The source skills live in
instructions/r2/core/skills/and are propagated toplugins/viascripts/plugin_generator.py. All changes target the source files only — plugin copies will regenerate automatically on the next sync.Changes summary
All 5 skills:
tagsfields in YAML frontmatter (caused validation failures and 10% scores for 3 skills)descriptionuses quoted string format without XML-like tags<role>preamble sections (the agent doesn't need motivational framing)coding-agents-prompt-adaptation:
requirements-authoring:
<authoring_flow>and<initialization>sections<core_principles>block<conflict_checks>,<gap_checks>, and<validation_rules>into a unified<validation_checklist><resources>and<templates>(they listed the same assets)<language_constructs>into a dense paragraph preserving all rulesrequirements-use:
<process>steps with HITL gates<requirement_usage_rules>and<ambiguity_and_conflict_rules>into the workflow and core_concepts<resources>and<templates>sectionsload-context:
reasoning:
Honest disclosure — I work at @tesslio where we build tooling around skills like these. Not a pitch - just saw room for improvement and wanted to contribute.
Want to self-improve your skills? Just point your agent (Claude Code, Codex, etc.) at this Tessl guide and ask it to optimize your skill. Ping me - @rohan-tessl - if you hit any snags.
Thanks in advance 🙏