self-review

Orchestrate multi-stage code review and fixing with sub-agents and Codex CLI.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/fairy-pitta/claude-dotfiles --skill self-review-fairy-pitta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: self-review
Source: https://github.com/fairy-pitta/claude-dotfiles/tree/main/skills/self-review
Command: npx skills add https://github.com/fairy-pitta/claude-dotfiles --skill self-review-fairy-pitta

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the entire code review and fixing process, ensuring code quality and adherence to standards without manual intervention.

Core Features & Use Cases

  • End-to-End Orchestration: Manages multiple review and fixing sub-agents to achieve zero findings.
  • Automated Triage & Fixing: Sub-agents validate findings and implement fixes using Codex.
  • Use Case: After making changes to your codebase, simply run /self-review to have the system automatically identify issues, triage them, fix them, and commit the changes, looping until all issues are resolved.

Quick Start

Run the self-review skill to initiate an automated code review and fixing process.

Frequently Asked Questions about self-review

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

FAQPage Schema
How do I automate code review and fixing after making changes to my codebase?

Automated code review and fixing is orchestrated by delegating code analysis, finding triage, and implementation to AI agents. The system identifies issues, triages them, applies fixes, and commits changes in a loop until all issues are resolved.

How does an automated code review loop work with AI agents?

An automated code review loop works by using sub-agents to validate findings and implement fixes via Codex CLI. It continuously cycles through review, triage, fix, and commit stages to ensure code quality and adherence to project rules.

Do I need Codex CLI to run automated code analysis and fixing?

Yes, Codex CLI is required for sub-agents to implement fixes during the automated code analysis and fixing process. It enables the AI agents to apply code changes and commit them automatically.

What is the best way to ensure code quality without manual code review intervention?

The best way to ensure code quality without manual intervention is an end-to-end orchestration of review and fixing sub-agents. This approach manages multiple agents to achieve zero findings by automating the triage and fixing workflow.

Can I use AI agents to triage code review findings and commit fixes automatically?

Yes, you can use AI agents to triage code review findings and commit fixes automatically. Sub-agents validate the identified issues, implement the necessary code changes, and commit them until all findings are resolved.

When should I avoid using an automated code review and fix loop?

You should avoid using an automated code review and fix loop if your project requires manual oversight for complex architectural decisions or if your codebase lacks clear project rules for the AI agents to enforce during the triage and fixing stages.