converge

Automate gated review and repair cycles until code reaches PR-ready state.

5|1|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/joshsmithxrm/power-platform-developer-suite --skill converge-joshsmithxrm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: converge
Source: https://github.com/joshsmithxrm/power-platform-developer-suite/tree/main/.claude/skills/converge
Command: npx skills add https://github.com/joshsmithxrm/power-platform-developer-suite --skill converge-joshsmithxrm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates an end-to-end convergence loop for code quality, gating, and automated fixes to reach a PR-ready state.

Core Features & Use Cases

  • Gates-first validation to ensure builds succeed before reviews.
  • Impartial code review that aggregates findings across cycles and guides fixes.
  • Automated fix cycles that dispatch targeted changes and re-run validation until convergence.
  • Use Case: Teams with multi-round reviews in large codebases can reduce cycle time by automating repetitive fixes and enforcing measurable convergence.

Quick Start

Run converge to begin the iterative gates, impartial review, and fix cycles until convergence.

Frequently Asked Questions about converge

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

FAQPage Schema
How do I automate code review and fix cycles to reach a PR-ready state?

Automated code review convergence orchestrates iterative gates, impartial review, and fix cycles to dispatch targeted changes and re-run validation until your codebase reaches a PR-ready state.

What is gates-first validation in an automated workflow pipeline?

Gates-first validation ensures builds succeed before triggering code reviews, using automated guards to verify quality-assurance metrics before progressing to the convergence loop's repair cycles.

Can I run automated code repair in both interactive and pipeline modes?

Yes, automated code repair supports both interactive and pipeline modes, dispatching targeted changes and tracking convergence metrics across cycles with a max cycles guard.

How does impartial code review aggregate findings across fix cycles?

Impartial code review aggregates findings across multiple automated fix cycles, tracking convergence metrics to guide targeted changes until the codebase meets PR-ready quality standards.

What's the best way to reduce cycle time for multi-round code reviews in large codebases?

Automating repetitive fixes and enforcing measurable convergence with gates-first validation reduces cycle time for teams handling multi-round code reviews in large iterative codebases.