code-review-checklist

Automate code reviews using predefined guidelines for security and quality.

1|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/NabilThange/ohm-band --skill code-review-checklist-nabilthange
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-checklist
Source: https://github.com/NabilThange/ohm-band/tree/main/.agent/skills/code-review-checklist
Command: npx skills add https://github.com/NabilThange/ohm-band --skill code-review-checklist-nabilthange

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the code review process by providing a comprehensive checklist covering all aspects of code quality and security.

Core Features & Use Cases

  • Code Review Guidelines: Offers a detailed guide to evaluate code correctness, security, performance, and best practices.
  • Security Checks: Highlights potential security vulnerabilities, such as SQL injection, XSS, and CSRF.
  • Performance Insights: Assesses the performance of the code and suggests optimizations.
  • Code Quality Assurance: Enforces adherence to naming conventions, DRY principles, SOLID, and readability standards.
  • Testing & Documentation: Ensures that new code comes with unit tests and clear documentation.
  • AI-Specific Checks: Evaluates the logic for hallunications, edge cases, and safe prompt engineering practices.

Quick Start

Execute the 'code-review-checklist' Skill on your codebase to run a thorough 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 code review for security vulnerabilities like SQL injection and XSS?

Automate code review by applying predefined security checks to identify common vulnerabilities like SQL injection, XSS, and CSRF. This process evaluates source code correctness and highlights potential security flaws during the auditing phase.

What should a code review checklist include for performance and quality assurance?

A code review checklist for performance and quality should include checks for DRY principles, SOLID adherence, naming conventions, and readability. It also assesses code performance to suggest optimizations and ensures unit tests accompany new code.

Can I use a code review checklist to enforce best practices and unit testing documentation?

Yes, you can use a code review checklist to enforce software development best practices. It ensures new code includes clear documentation and unit tests while evaluating logic for edge cases and safe prompt engineering.

What is the best way to check code quality for AI hallucinations and edge cases?

The best way to check code quality for AI hallucinations is to use an automated review process with AI-specific checks. This evaluates the source code logic for edge cases, hallucination risks, and safe prompt engineering practices.

Does an automated code review process work without external dependencies?

Yes, the automated code review process runs without external dependencies. It uses internal scripts to execute predefined guidelines, assessing source code correctness, security, and performance independently within your environment.