code-review-checklist

Generates context-aware code review checklists from git changes.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/manastalukdar/claude-devstudio --skill code-review-checklist-manastalukdar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-checklist
Source: https://github.com/manastalukdar/claude-devstudio/tree/main/skills/code-review-checklist
Command: npx skills add https://github.com/manastalukdar/claude-devstudio --skill code-review-checklist-manastalukdar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of comprehensive, context-aware code review checklists, ensuring thorough and efficient reviews by flagging potential issues across quality, security, and performance.

Core Features & Use Cases

  • Automated Checklist Generation: Creates tailored checklists based on detected code changes, frameworks, and potential risks.
  • Security & Performance Analysis: Integrates checks for common security vulnerabilities and performance bottlenecks.
  • Use Case: Before merging a pull request, run this Skill to get a detailed checklist that guides the reviewer on specific areas to focus on, such as potential SQL injection risks or N+1 query problems, tailored to the actual code modifications.

Quick Start

Use the code-review-checklist skill to generate a checklist for the current changes.

Frequently Asked Questions about code-review-checklist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a code review checklist based on git changes?

To generate a code review checklist, this Skill analyzes your Git changes, detects frameworks, and scans for security and performance risks. It outputs context-aware checklists in formats like Markdown or JSON for workflow integration.

Can I automate code review checklists for security and performance issues?

Yes, you can automate code review checklists to flag security vulnerabilities like SQL injection and performance bottlenecks like N+1 queries. The Skill detects these risks based on actual code modifications.

Does generating a context-aware code review checklist require Git?

Yes, Git is required for change analysis when generating context-aware code review checklists. Shell scripting is also needed for execution, while the checklists themselves export to Markdown and JSON.

What is the best way to review code changes before merging a pull request?

The best way to review code changes before merging is running this Skill to produce a tailored checklist. It guides reviewers on specific quality, security, and performance areas to focus on based on detected risks.

How do code review checklists integrate into existing development workflows?

Code review checklists integrate into development workflows by exporting to Markdown and JSON formats. This allows automated checklist generation results to be consumed by downstream tools and pull request review processes.

Are there limitations to automated code review checklist generation?

Automated code review checklist generation is limited by its reliance on Git for change analysis and shell scripting for execution. It focuses on detecting common security vulnerabilities and performance bottlenecks contextually.