fix(kyberforge): redesign skill-audit output format
Replace verbose three-pass output (punch list + priority table + fix proposals) with a compact findings-only report: coverage line, findings grouped by dimension with Why+Fix per entry, and a result block with /skill-improve handoff. Suppress PASS lines — absence confirms pass. Fix validate.bats executable bit. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,7 @@ Audit a skill directory against the agentskills.io specification. Runs structura
|
||||
1. Runs `scripts/validate.sh` for structural checks (name format, description length, line count, placeholder detection, script rules)
|
||||
2. Reads all files in the skill directory
|
||||
3. Applies qualitative checks across seven dimensions
|
||||
4. Outputs a PASS/FAIL/SUGGESTION punch list with a specific fix proposal for every FAIL
|
||||
4. Outputs a compact findings report — findings only, grouped by dimension, each with Why and Fix — and a result block with handoff to /skill-improve
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user