Code Review Checklist

Run pre-commit code reviews across ten areas including security, Git hygiene, and dependencies via a shell script.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/aggelosChatziioannou/kimi_claw_skills --skill code-review-checklist-aggeloschatziioannou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Review Checklist
Source: https://github.com/aggelosChatziioannou/kimi_claw_skills/tree/main/code-review-checklist
Command: npx skills add https://github.com/aggelosChatziioannou/kimi_claw_skills --skill code-review-checklist-aggeloschatziioannou

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates and standardizes the code review process, ensuring that code meets quality, security, and consistency standards before it is committed.

Core Features & Use Cases

  • Comprehensive Checklist: Covers 10 critical areas from code functionality to Git hygiene.
  • Automated Script: A shell script (review-check.sh) provides quick feedback on checklist items.
  • Severity Levels: Differentiates between blocking issues, warnings, and informational points.
  • Use Case: Before pushing a new feature, run the checklist script to catch potential secrets, debug logs, or style inconsistencies, preventing common errors and improving code maintainability.

Quick Start

Run the review-check.sh script in your terminal to perform a code review.

Frequently Asked Questions about Code Review Checklist

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

FAQPage Schema
How do I automate a pre-commit code review checklist?

You can automate a pre-commit code review by running the `review-check.sh` shell script to quickly check functionality, security, style, and Git hygiene before pushing code.

What should I check for during a code review to prevent vulnerabilities?

A code review should check for vulnerabilities, debug code, and potential secrets. The checklist covers 10 critical areas including security, error handling, and Git hygiene to ensure code quality.

Does this code review script work with my Git workflow?

Yes, the script facilitates consistent quality control in software development workflows by addressing Git hygiene and catching common errors before you commit and push a new feature.

How do I identify severity levels when reviewing code?

You can identify severity levels using the checklist, which differentiates between blocking issues, warnings, and informational points to help prioritize your code review feedback.

What is the best way to catch debug logs and style inconsistencies before committing?

The best way to catch debug logs and style inconsistencies is to run the automated checklist script before pushing, preventing common errors and improving code maintainability.

What limitations should I expect from an automated code review checklist?

An automated code review checklist provides quick feedback on predefined items but may not catch complex logic flaws, requiring manual review for deeper functionality and performance analysis.