From coding-skills
Verification gate before claiming work is complete, fixed, or passing. Evidence before claims — run lint + test + build before any completion statement. Auto-loaded by /write, /fix, /refactor at completion step.
How this skill is triggered — by the user, by Claude, or both
Slash command
/coding-skills:doneThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE
If you have not run the verification command in this message, you cannot claim it passes.
Find verification commands in: package.json scripts, Makefile, pyproject.toml, CI config, or README.
Run the full chain (lint + test + build), not just one step.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub bouob/claude-plugins --plugin coding-skills