code-review-checklist
Comprehensive checklist for conducting thorough code reviews covering functionality, security, performance, and maintainability
npx skills add sickn33/agentic-awesome-skills --skill code-review-checklist --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Code Review Checklist ## Overview Provide a systematic checklist for conducting thorough code reviews. This skill helps reviewers ensure code quality, catch bugs, identify security issues, and maintain consistency across the codebase. ## When to Use This Skill - Use when reviewing pull requests - Use when conducting code audits - Use when establishing code review standards for a team - Use when training new developers on code review practices - Use when you want to ensure nothing is missed in reviews - Use when creating code review documentation ## How It Works ### Step 1: Understand the Context Before reviewing code, I'll help you understand: - What problem does this code solve? - What are the requirements? - What files were changed and why? - Are there related issues or tickets? - What's the testing strategy? ### Step 2: Review Functionality Check if the code works correctly: - Does it solve the stated problem? - Are edge cases handled? - Is error handling appropriate? - Are there any logical errors? - Does it match the requirements? ### Step 3: Review Code Quality Assess code maintainability: - Is the code readable and clear? - Are names descriptive? - Is it properly structure
- Overview
- When to Use This Skill
- How It Works
- Step 1: Understand the Context
- Step 2: Review Functionality
- Step 3: Review Code Quality
- Step 4: Review Security
- Step 5: Review Performance
- Step 6: Review Tests
- Examples
- Example 1: Functionality Review Checklist
- Example 2: Security Review Checklist
- Example 3: Code Quality Review Checklist
- Best Practices
What does the code-review-checklist skill do?
Comprehensive checklist for conducting thorough code reviews covering functionality, security, performance, and maintainability
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill code-review-checklist --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.