code-review-checklist

Evaluate code quality, security, and maintainability with a structured review checklist.

132|22|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/xenitV1/Antigravity-Workflows --skill code-review-checklist-xenitv1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-checklist
Source: https://github.com/xenitV1/Antigravity-Workflows/tree/main/skills/code-review-checklist
Command: npx skills add https://github.com/xenitV1/Antigravity-Workflows --skill code-review-checklist-xenitv1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a concise, auditable checklist to guide code reviews, reducing oversight and inconsistency across teams.

Core Features & Use Cases

  • Correctness checks: Verify logic, edge cases, and error handling.
  • Security checks: Validate input handling, injection risks, and exposure of secrets.
  • Quality & maintainability: Highlight readability, naming, and documentation gaps.
  • Testing & coverage: Encourage unit tests and measurable test results.
  • Usage scenarios: Apply during pull requests, code refactors, or feature additions to ensure standards are met.

Quick Start

Apply the checklist to a pull request by reviewing each item in the list and confirming compliance; tailor items to the project’s language and tooling.

Frequently Asked Questions about code-review-checklist

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

FAQPage Schema
How do I structure a code review to catch security issues and maintain consistency?

Code reviews benefit from a structured checklist that systematically covers security, correctness, and maintainability. This Skill provides an auditable checklist guiding reviewers through input validation, injection risks, logic errors, edge cases, naming clarity, and test coverage—reducing oversight and ensuring consistent evaluation across pull requests and commits.

What should I check during a code review to ensure best practices?

A code review checklist validates correctness (logic, edge cases, error handling), security (input handling, secrets exposure), maintainability (readability, naming, documentation), and testing coverage. Applying these criteria during PRs and refactors enforces auditable standards and catches gaps before merge.

Can I customize a code review checklist for my project's language and tooling?

Yes. This Skill provides a foundational checklist applicable across programming languages and project types. Tailor each item to your tech stack, frameworks, and team standards to maintain relevance while enforcing consistent quality gates on pull requests and feature additions.

Why is a repeatable code review process important for software quality?

Inconsistent reviews miss defects and create audit gaps. A repeatable checklist ensures every reviewer applies the same correctness, security, and maintainability criteria, reducing human error and enabling teams to track compliance against documented standards.

How do I document code review findings so they're actionable?

The checklist enforces clear, auditable criteria tied to specific issues: security flaws, logic errors, or documentation gaps. This structure lets reviewers flag problems with concrete reasoning, making feedback repeatable across team members and traceable for compliance.