From transformers
Runs a pre-completion verification checklist covering requirements, correctness, impact, security, dependencies, and code cleanliness. Use before marking any task as done.
How this skill is triggered — by the user, by Claude, or both
Slash command
/transformers:verificationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before marking any task complete, run through this checklist. Do not skip steps.
Before marking any task complete, run through this checklist. Do not skip steps.
At the end of your work, before reporting back to the orchestrator:
The rule: If you wouldn't be comfortable with Prowl reviewing this output right now, you're not done.
npx claudepluginhub shankarkakumani/transformers --plugin transformersRuns automated checks (build, test, lint) and compares completed work against original requirements before committing.
Use when marking a task as complete, finishing a feature, or claiming a bug is fixed. Ensures functional resolution is verified with evidence before closing.
Enforces running verification commands like tests, builds, linters before claiming work complete, bugs fixed, or tests pass. Includes red-green TDD cycles and agent delegation checks.