code-review-checklist

Identify software defects, security vulnerabilities, and maintainability issues in code reviews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers perform consistent code reviews by identifying correctness, security, performance, quality, testing, and documentation issues that are easy to miss during manual inspection.

Core Features & Use Cases

  • Code Quality Review: Provides a structured checklist for evaluating readability, maintainability, correctness, and engineering best practices.
  • Security Assessment: Highlights common vulnerabilities including injection risks, unsafe inputs, exposed secrets, and AI-specific prompt safety concerns.
  • Use Case: A developer reviewing a pull request can use this Skill to systematically identify blocking issues, improvement suggestions, and minor quality concerns.

Quick Start

Ask the code review checklist skill to review my code for bugs, security risks, performance issues, and best practice violations.

Frequently Asked Questions about code-review-checklist

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

FAQPage Schema
How do I perform a structured code review to catch security vulnerabilities and defects?

A structured code review evaluates correctness, security validation, performance, testing, and documentation using a checklist to identify software defects, injection risks, and maintainability issues before production deployment.

What is the best way to check my pull requests for unsafe inputs and exposed secrets?

The best way to check pull requests for unsafe inputs and exposed secrets is applying a security assessment checklist that highlights injection risks, validates input safety, and flags hardcoded credentials in the codebase.

Does a code review checklist cover AI-specific prompt safety concerns and maintainability issues?

Yes, a comprehensive code review checklist covers AI-specific prompt safety concerns alongside general maintainability issues, evaluating readability, engineering best practices, and correctness during AI-assisted development checks.

How do I review my code for bugs, performance issues, and best practice violations?

To review code for bugs and performance issues, apply structured review criteria covering correctness, performance considerations, and code standards to systematically identify blocking issues and improvement suggestions.