This tool runs a code review for Flows apps. It checks every file, looks at all packages, and creates a scored report. The report lists items as Must Fix, Should Fix, or Nice Fix.
Developers use this review to find bugs, security issues, and bad coding patterns. The review keeps running until all Must Fix items are gone. This makes the app safer and cleaner before the next steps.
It is part of a larger certification flow. After the code review passes, the design review can start. This skill helps teams submit high-quality apps with confidence.
Global
mkdir -p ~/.claude/skills/flows-code-reviewProject
mkdir -p .claude/skills/flows-code-reviewSource Repository
Improve Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Caveman Reviewjuliusbrussee/caveman
Ultra-compressed one-line code review comments that cut noise
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Codebase Designmattpocock/skills
Create deep modules with tiny interfaces and lots of hidden logic for testability
Requesting Code Reviewobra/superpowers
Catch code issues early with focused automated reviews before every merge
Request Refactor Planmattpocock/skills
Plan safe code refactors with tiny commits and clear GitHub issues
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective