review-convergence

Automate iterative review-fix loops until convergence or 12 rounds.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/yannickloth/health-me-cfs --skill review-convergence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-convergence
Source: https://github.com/yannickloth/health-me-cfs/tree/main/.claude/skills/review-convergence
Command: npx skills add https://github.com/yannickloth/health-me-cfs --skill review-convergence

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Autonomous review-fix loop that continuously audits and resolves inconsistencies, missing references, and gaps across file types until convergence is reached or a maximum of 12 rounds.

Core Features & Use Cases

  • Iterative REVIEW, FIX, REPORT cycles: per round audits scope, applies fixes, and tracks progress.
  • Convergence guardrails: stops after two consecutive rounds with zero findings to confirm stability.
  • Scope-flexible: supports multiple file types and can be directed by a file path or glob.

Quick Start

Provide the target file path or glob to start the autonomous review convergence loop.

Frequently Asked Questions about review-convergence

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

FAQPage Schema
How do I automate fixing documentation inconsistencies across multiple files?

An iterative review-fix loop automates consistency checks by auditing target files, applying fixes, and repeating until convergence. This process tracks progress per round to systematically resolve documentation inconsistencies.

What is an adversarial review loop for code and documentation quality?

An adversarial review loop is an automated process that continuously audits files for inconsistencies, missing references, and gaps, then applies fixes. It runs in REVIEW, FIX, and REPORT cycles to systematically eliminate quality issues.

How do I run an automated review cycle until convergence on a specific file path?

Provide the target file path or glob pattern to start the autonomous review convergence loop. The process will audit, fix, and report until it completes two consecutive rounds with zero findings.

Can I use a glob pattern to scope an automated audit for missing references and gaps?

Yes, the review process supports flexible scoping by accepting a file path or glob pattern. This allows you to target specific directories or file types when auditing for missing references and gaps.

What are the convergence guardrails for an iterative review-fix loop?

Convergence guardrails stop the iterative review-fix loop after two consecutive rounds yield zero findings, confirming stability. A hard maximum limit of 12 rounds also prevents the automated audit from running indefinitely.

What file types are supported by the automated consistency review and fix process?

The automated consistency review and fix process applies to any file type. You direct the audit scope using a specific file path or a glob pattern to resolve gaps and inconsistencies across diverse project files.