code-review

Review code for correctness, security, edge cases, and readability, then dispatch to Codex for independent verification.

Updated Apr 1, 2025
One-click install
npx skills add https://github.com/brentcurtis76/casa-web --skill code-review-brentcurtis76
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/brentcurtis76/casa-web/tree/main/.skills/skills/code-review
Command: npx skills add https://github.com/brentcurtis76/casa-web --skill code-review-brentcurtis76

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of self-grading bias in code reviews by using a dual-AI approach to provide an immediate structured review followed by an independent assessment.

Core Features & Use Cases

  • Immediate Structured Review: Offers an immediate review to help identify immediate concerns.
  • Independent Second Opinion: Dispatches a task to Codex for an independent code review to ensure unbiased feedback.
  • Use Case: When you need a quick and unbiased review of your code, this skill provides both an immediate response and a detailed, independent second look.

Quick Start

Please provide the code you would like to review.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I get an unbiased AI code review to mitigate self-grading bias?

To mitigate self-grading bias, an unbiased AI code review uses a dual-AI approach: generating an immediate structured review and dispatching a task to Codex for independent verification.

Can AI check my code for security vulnerabilities and edge cases?

AI can check code for security vulnerabilities and edge cases by reviewing the provided code for correctness, readability, and maintainability before dispatching it for independent verification.

What is the best way to review infrastructure scripts using dual AI analysis?

The best way to review infrastructure scripts using dual AI analysis is providing the code for a structured review focusing on correctness, followed by an independent assessment to ensure unbiased feedback.

Does this code review approach work with any project's code?

Yes, this code review approach handles code from any project, specifically focusing on infrastructure, project work, and script analysis to provide thorough and unbiased feedback.

Why dispatch a task to Codex for an independent second opinion on code quality?

Dispatching a task to Codex provides an independent second opinion on code quality, ensuring unbiased feedback and mitigating the self-grading bias inherent in single-model AI analysis.

What code metrics does the immediate structured review analyze?

The immediate structured review analyzes code metrics including correctness, security, edge cases, readability, and maintainability to identify immediate concerns before independent verification.