Converge banner
lugassawan lugassawan

Converge

Git community

Description

--- description: Run an unattended review→fix→re-review loop on the current branch until the reviewer has no findings at or above Medium, then push once. Findings stay in a local scratch file and are never posted to GitHub. Stops early on oscillation, a red test suite, or a 4-review cap. argument-hint: "[--cap <2-6>]" --- Run a local, unattended convergence loop on the current branch: review → verify findings → fix → re-review, until the reviewer has nothing left to say at or above Medium sever

Installation

Installs to ~/.claude/skills/lugassawan-swe-workbench-converge/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lugassawan-swe-workbench-converge && curl -fsSL https://raw.githubusercontent.com/lugassawan/swe-workbench/HEAD/commands/converge.md -o ~/.claude/skills/lugassawan-swe-workbench-converge/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository