code-review-checklist

Automate structured code review quality checks during pull requests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bcassiano/MariIA --skill code-review-checklist-bcassiano
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-checklist
Source: https://github.com/bcassiano/MariIA/tree/main/ag_kit_2/.agent/skills/code-review-checklist
Command: npx skills add https://github.com/bcassiano/MariIA --skill code-review-checklist-bcassiano

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This checklist provides a structured, repeatable approach to ensure code quality, security, and maintainability during reviews.

Core Features & Use Cases

  • Correctness checks for logic and edge cases
  • Security checks to prevent vulnerabilities and insecure patterns
  • Performance and maintainability considerations
  • Documentation and testing coverage
  • Use Case: Integrate into PR reviews to guarantee standards across teams

Quick Start

Run the checklist during code reviews to ensure quality, security, and best practices before merging.

Frequently Asked Questions about code-review-checklist

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

FAQPage Schema
How do I standardize code review quality checks across different programming languages?

Standardize code review quality checks by applying a language-agnostic checklist that verifies correctness, security, performance, and documentation criteria across all software projects. This enforces consistent best practices during pull requests regardless of the framework used.

What should a comprehensive code review checklist include to prevent security vulnerabilities?

A comprehensive code review checklist should include security checks to prevent vulnerabilities and insecure patterns, alongside correctness checks for edge cases, performance evaluations, and testing coverage verification before merging.

How do I automate structured code reviews for pull requests?

Automate structured code reviews by running a standardized checklist during pull requests that applies AI and LLM review patterns to generate structured review comments, verifying code quality, security, and testing coverage.

Can I use this code review checklist for any framework or language?

Yes, you can use this code review checklist across any language and framework. It automates structured quality checks applicable during pull requests to verify correctness, security, performance, documentation, and testing without language-specific dependencies.

What is the best way to enforce testing and documentation standards before merging code?

The best way to enforce testing and documentation standards is integrating a structured checklist into PR reviews that explicitly verifies testing coverage and documentation completeness before allowing a merge.