skill-quality: detect and fix SKILL.md overspecification#1266
Merged
Conversation
… guidance Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Deploying agentv with
|
| Latest commit: |
1d32792
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://37315783.agentv.pages.dev |
| Branch Preview URL: | https://skill-quality-overspecificat.agentv.pages.dev |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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
Adds overspecification detection guidance to
skill-quality-checklist.md— the anti-pattern of inlining rule prose, operational procedures, and worked examples into SKILL.md when they belong in `references/`.Motivation
WTG.AI.Prompts PR #679 turned a 33-line routing SKILL.md into a 94-line / 1168-word file by adding: a 5-item Review Checklist (each item restating a rule already in `references/`, ending with "see `references/foo.md`"), a 20-line schema-verification procedure, and a citation discipline section with worked examples. The intent was legitimate (deterministic coverage, consistent output shape) but the mechanism was wrong — inlining instead of using the lighter primitives that already exist.
Sections touched in `skill-quality-checklist.md`
Also included (pre-existing breakage on main)