After finishing a feature or making a big code change, you need to check your work. This system runs a series of quick checks to make sure everything is solid. It helps you catch problems before you share your code with others.
The system checks that your project builds without errors. It looks for type mistakes, lint issues, and test failures. It also scans for secrets and leftover debug logs. Each step gives a clear pass or fail result.
You get a full report at the end. The report tells you if your code is ready for a pull request. This keeps your code clean and reliable every time.
Global
mkdir -p ~/.claude/skills/verification-loopProject
mkdir -p .claude/skills/verification-loopSource Repository
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Improve Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Caveman Reviewjuliusbrussee/caveman
Ultra-compressed one-line code review comments that cut noise
Requesting Code Reviewobra/superpowers
Catch code issues early with focused automated reviews before every merge
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective
Auditpbakaus/impeccable
Audit your code for accessibility performance theming and anti-patterns
Request Refactor Planmattpocock/skills
Plan safe code refactors with tiny commits and clear GitHub issues