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>
skills/
Skills for this plugin. Each skill lives in its own subdirectory:
skills/
<skill-name>/
SKILL.md # required — frontmatter + skill body
META.md # required — provenance and audit fields
references/ # optional — on-demand reference docs
scripts/ # optional — executable helper scripts
assets/ # optional — templates, data files, lookup tables
Shared — both Claude Code and GitHub Copilot CLI read skills/<name>/SKILL.md.
To add a skill, run /write-skill in a Claude Code session. Do not write SKILL.md by hand
without following the authoring standard — trigger descriptions and self-checks are required.