code-review

Automate iterative code-review fix-and-commit loops until quality standards are met.

3|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/jdugarte/AgentCore --skill code-review-jdugarte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/jdugarte/AgentCore/tree/main/skills/code-review
Command: npx skills add https://github.com/jdugarte/AgentCore --skill code-review-jdugarte

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enforces a disciplined, automated code-review workflow that continuously identifies, fixes, and commits the smallest viable improvements until the codebase meets a defined standard.

Core Features & Use Cases

  • Automated, deterministic self-review passes that identify issues and propose fixes.
  • Stateful, one-step-per-response execution with pause handling to maintain a controlled process.
  • Suitable for feature branches, PRs, and ongoing maintenance where high-quality code is required.

Quick Start

Start a strict code-review pass on the current branch to begin the continuous review-fix-commit loop.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate a strict code-review loop on my active git branch?

Automating a strict code-review loop involves iteratively detecting, fixing, and committing changes on an active branch until your codebase meets defined quality standards. This enforces disciplined engineering practices through a stateful, one-step-per-response workflow.

Can I use automated code review for incremental changes in a pull request?

Yes, automated code review can be applied to pull requests and incremental changes. It continuously identifies issues and proposes fixes for the smallest viable improvements, maintaining high-quality code during ongoing maintenance and feature development.

How does the self-review process handle pausing and preventing destructive git commands?

The self-review process uses stateful execution with explicit pause handling to maintain control. It strictly prohibits automated destructive git commands, ensuring verifiable output and safe continuous improvement across your software projects.

What is the best way to enforce continuous improvement in a software engineering workflow?

Enforcing continuous improvement requires a deterministic self-review pass that identifies issues and proposes fixes. By committing the smallest viable improvements iteratively, it ensures the codebase eventually meets your defined quality standards.

Does automated code review work with pair programming and existing git workflows?

Automated code review integrates with existing git workflows by applying strict review passes to feature branches. While it automates the deterministic identification and fixing of issues, it complements pair programming by enforcing verifiable quality standards.