code-review-standards

Review generated code blocks for correctness, security, and testability before output.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/ParamChordiya/ai-skills-library --skill code-review-standards-paramchordiya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-standards
Source: https://github.com/ParamChordiya/ai-skills-library/tree/main/code-review-standards
Command: npx skills add https://github.com/ParamChordiya/ai-skills-library --skill code-review-standards-paramchordiya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents weak, unsafe, or hard-to-maintain code from being shown by forcing every generated code block through a principal-engineer self-review before output.

Core Features & Use Cases

  • Reviews correctness, edge cases, complexity, robustness, readability, security, and testability before code is returned.
  • Enforces universal naming, comment, and secret-handling standards across Python, SQL, YAML, Dockerfiles, notebooks, and other code artifacts.
  • Helps with refactors, new function generation, API handlers, data pipelines, and any task where code quality and safety matter.

Quick Start

Ask the assistant to draft or revise your code while applying the code-review-standards skill so it self-checks for safety and quality before responding.

Frequently Asked Questions about code-review-standards

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

FAQPage Schema
How do I enforce code review standards for Python and SQL generation?

Code review standards enforce a principal-engineer self-review on generated Python and SQL, checking correctness, complexity, and security before output. This prevents weak or unsafe code from being returned by applying rigorous quality checks during generation.

What's the best way to check generated code for security and testability before output?

Checking generated code for security and testability requires a self-review process that evaluates edge cases, robustness, and secret-handling before output. This ensures unsafe code is corrected and meets universal naming and comment quality standards.

Does the code review skill work with Dockerfiles and YAML configurations?

Yes, the code review skill works with Dockerfiles and YAML configurations, enforcing universal naming, comment, and secret-handling standards. It reviews these artifacts for correctness and robustness across any assistant session.

How do I automatically improve naming and comment quality in generated code?

Automatically improving naming and comment quality in generated code requires applying self-review standards that enforce universal naming conventions and comment quality. Weak or hard-to-maintain code is corrected before being shown in the session.

When do I need a self-review process for refactoring code blocks?

A self-review process for refactoring code blocks is needed when code quality and safety matter, such as with API handlers or data pipelines. It ensures generated refactors pass rigorous checks for complexity, robustness, and testability.

Can I use code review standards for data pipelines and API handlers?

Yes, you can use code review standards for data pipelines and API handlers to ensure code quality and safety. The self-review process checks correctness, edge cases, and security, correcting weak or unsafe code before output.