fix(skills): audit skill descriptions to trigger-only format#85
Open
fix(skills): audit skill descriptions to trigger-only format#85
Conversation
Rewrites 12 skill descriptions from process summaries to trigger-only format. Descriptions now start with "This skill should be used when..." to prevent Claude from treating descriptions as instructions. Closes #82
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
Rewrites 12 skill descriptions from process/workflow summaries to trigger-only format (
"This skill should be used when..."). This prevents Claude from treating description text as instructions, which could bypass the actual SKILL.md flowcharts.Adds a "Description Rules" section to
docs/reference/skills-architecture.mddocumenting the required format for future skill authors.Changes
12 SKILL.md description rewrites (in
shared/skills/):architecture-patterns- was process summary, now trigger-onlycomplexity-patterns- was process summary, now trigger-onlyconsistency-patterns- was process summary, now trigger-onlydatabase-patterns- was process summary, now trigger-onlydependencies-patterns- was process summary, now trigger-onlydocumentation-patterns- was process summary, now trigger-onlyperformance-patterns- was process summary, now trigger-onlyregression-patterns- was process summary, now trigger-onlysecurity-patterns- was process summary, now trigger-onlyreview-methodology- was process summary, now trigger-onlyself-review- was process summary, now trigger-onlytest-driven-development- was multi-line process summary, now single-line trigger-onlyDocumentation:
docs/reference/skills-architecture.mdwith format rules, good/bad examples table, and updated templateTest plan
npm run buildpasses (skills distributed to 17 plugins)npm testpasses (178/178 tests, 0 regressions)description:lines changed in SKILL.md files (no other content modified)Closes #82