code-review-checklist

Review code for correctness, security, performance, and maintainability.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/pckienuit/GameDev1 --skill code-review-checklist-pckienuit
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review-checklist
Source: https://github.com/pckienuit/GameDev1/tree/main/.cursor/skills/code-review-checklist
Command: npx skills add https://github.com/pckienuit/GameDev1 --skill code-review-checklist-pckienuit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps reviewers systematically catch correctness bugs, security risks, performance regressions, and documentation gaps before code is merged.

Core Features & Use Cases

  • Structured Review Coverage: Checks correctness, security, performance, code quality, testing, and documentation in one place.
  • AI-Specific Review Guidance: Includes patterns for prompt injection, hallucination-prone logic, and unsafe output handling.
  • Actionable Feedback Style: Supports clear severity labels for blocking issues, suggestions, nits, and questions.
  • Use Case: A developer can use this Skill to review a pull request, identify missing edge-case handling, and write concise review comments that are easy for the author to act on.

Quick Start

Use the code-review-checklist skill to review this pull request for bugs, security issues, performance problems, and documentation gaps.

Frequently Asked Questions about code-review-checklist

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

FAQPage Schema
How do I review a pull request for security and correctness bugs?▼

Review a pull request by applying a structured checklist that evaluates correctness, security, performance, and documentation gaps. This approach systematically catches bugs and vulnerabilities before code is merged.

What is the best way to check AI-assisted code for prompt injection risks?▼

Check AI-assisted code using review patterns specifically designed for prompt injection, hallucination-prone logic, and unsafe output handling. This identifies AI safety vulnerabilities before merging the generated code.

How do I write code review comments that are easy for authors to act on?▼

Write actionable code review comments by applying clear severity labels for blocking issues, suggestions, nits, and questions. This structure helps authors quickly understand and resolve feedback.

Can I use a code review checklist for release readiness checks on infrastructure changes?▼

Yes, you can use a code review checklist for release readiness checks across both application and infrastructure changes. It evaluates edge cases, vulnerabilities, and documentation completeness to ensure release quality.

What should I look for when reviewing code for performance regressions?▼

Look for performance regressions by checking code quality, missing edge-case handling, and testing coverage within a structured review. This identifies performance bottlenecks before they reach production.

Does this code review checklist require any specific testing frameworks?▼

No, this code review checklist does not require specific testing frameworks or dependencies. It provides a structured evaluation method for reviewing pull requests without needing external components.