improve

Coordinate parallel agent sentinels to review and fix code issues iteratively.

1|1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/kenkenmain/ken-cc-plugins --skill improve-kenkenmain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: improve
Source: https://github.com/kenkenmain/ken-cc-plugins/tree/main/plugins/ants/skills/improve
Command: npx skills add https://github.com/kenkenmain/ken-cc-plugins --skill improve-kenkenmain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a self-contained, stateless pipeline that iteratively reviews a project with specialized sentinels, surfaces issues, and applies fixes until a clean verdict or a maximum of five iterations.

Core Features & Use Cases

  • Parallel adversarial reviews by four sentinels (correctness, security, perf, testing) to surface issues across the codebase
  • Arbitration by a central review-arbiter to consolidate findings
  • Stateless direct-dispatch workflow with no persistent state.json
  • Iteration control that loops up to five times, with early termination on a clean verdict
  • Consolidated per-iteration outputs under .agents/tmp/improve/iter-{N}

Quick Start

Run the improve pipeline to start an iterative review-fix cycle until a clean verdict or five iterations.

Frequently Asked Questions about improve

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

FAQPage Schema
How do I automate iterative code review and fix issues across my project?

You can automate iterative code review by running a stateless pipeline that deploys parallel agent sentinels to surface issues and apply fixes until a clean verdict or five iterations are reached.

What is a stateless agent pipeline for code quality improvement?

A stateless agent pipeline for code quality improvement uses direct-dispatch execution without persistent state files, coordinating adversarial reviews and fixes through a central arbiter across multiple iterations.

How does adversarial review arbitration work for software engineering tasks?

Adversarial review arbitration works by having a central review-arbiter consolidate findings from four parallel sentinels covering correctness, security, performance, and testing into a unified verdict for each iteration.

Can I run parallel agent reviews for correctness and security without persistent state?

Yes, you can run parallel agent reviews for correctness and security without persistent state by using a stateless direct-dispatch workflow that consolidates outputs under temporary per-iteration directories.

What are the iteration limits for automated code fix pipelines?

Automated code fix pipelines enforce a hard limit of five iterations, terminating early if a clean verdict is reached, with each iteration's outputs consolidated under a temporary directory.

When should I not use an iterative sentinel pipeline for project review?

You should not use an iterative sentinel pipeline if your project requires persistent state tracking across runs, exceeds five review-fix iterations to resolve issues, or needs review dimensions beyond correctness, security, performance, and testing.