This is a structured framework for doing thorough code reviews beyond just catching bugs. It walks you through initial assessment, code quality, security checks, performance analysis, and testing coverage with reference guides for each area. Use it when you're reviewing PRs and want to be systematic about what you're checking instead of just eyeballing changes. The best practices section is solid on the human side, like explaining your reasoning and not blocking merges over style preferences. It keeps you from either rubber-stamping everything or being that reviewer who picks apart indentation while missing actual problems. Treats code review as both quality control and mentorship.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill code-review-analysis