A tool that checks your app code for quality. It finds messy code, type errors, and other issues. Use it before a pull request to keep your code clean and easy to maintain.
First it runs a linter to catch errors. Then it checks for TypeScript type safety and removes any types. It also looks for patterns that make code harder to change.
Anyone working on a Flows app can use this skill. It helps you write better code and avoid technical debt.
Global
mkdir -p ~/.claude/skills/code-qualityProject
mkdir -p .claude/skills/code-qualitySource 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