Agent skill · Code Review & Quality

code-review-checklist

Generate a tailored code review checklist for any pull request based on the language, type of change, and risk level. Use when asked to review code, check a PR, review a pull request, or generate a code review checklist. Produces a focused checklist with language-specific checks, risk-level-appropriate depth, and a clear approve/request-changes recommendation.

mohitagw15856github.com/mohitagw15856GitHub ↗
claude-codecursorMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill code-review-checklist --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/code-review-checklist/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Code Review Checklist Skill Produces a tailored code review checklist for a specific pull request — scaled to the language, type of change, and risk level. Not a generic template. ## Required Inputs Ask the user for these if not provided: - **Language and framework** (e.g. TypeScript + React / Python + FastAPI / Go) - **Type of change** (feature / bug fix / refactor / dependency upgrade / security patch / performance) - **Risk level** (low / medium / high / critical) - **PR description** (paste the description or link to the PR) - **Code or diff** (optional — paste key changed files or a `git diff`; significantly improves checklist specificity) - **Author context** (new starter / experienced / external contributor) ## Output Format --- # Code Review: [PR Title or Reference] ### 1. PR Overview **Scope assessment:** [Small / Medium / Large / Too large — should be split] **Recommended review depth:** [Skim / Standard / Deep dive] **Estimated review time:** [e.g. 20–30 min — use 5 min per 50 lines of diff as a rough guide] ### 2. Correctness Checks Language-specific correctness checks — choose based on the language stated: **For TypeScript/JavaScript:** - Type definitions match actua

What's inside
Steps it walks through
  1. Required Inputs
  2. Output Format
  3. 1. PR Overview
  4. 2. Correctness Checks
  5. 3. Change-Type-Specific Checks
  6. 4. Risk-Appropriate Checks
  7. 5. Testing Adequacy
  8. 6. Review Decision Framework
  9. 7. Common Pitfalls for This Change Type
  10. Deeper Materials
  11. Scoring Rubric (0–40)
  12. Quality Checks
  13. Anti-Patterns
  14. Usage Examples
Ships with 3 files
  • references/review-depth-calibration.md
  • references/worked-example.md
  • templates/review-record.md
More from pm-claude-skills
All skills →
About this skill
What does the code-review-checklist skill do?

Generate a tailored code review checklist for any pull request based on the language, type of change, and risk level. Use when asked to review code, check a PR, review a pull request, or generate a code review checklist. Produces a focused checklist with language-specific checks, risk-level-appropriate depth, and a clear approve/request-changes recommendation.

How do I install it?

Run `npx skills add mohitagw15856/pm-claude-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 mohitagw15856/pm-claude-skills, a repository with 1,255 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.

Keep going