This is a pre-commit checklist on steroids, running you through six verification phases before you ship code. It hits the usual suspects (build, types, lints, tests) but also does security scans for leaked API keys and console.logs you forgot to remove, plus a diff review to catch unintended changes. The output is a clean pass/fail report that tells you if you're actually ready for a PR. Honestly most useful if you're working in long sessions where you lose track of what you've touched. It's manual, not automated, so you need discipline to actually run it, but that's kind of the point.
npx -y skills add affaan-m/ecc --skill verification-loop --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills