Phase-agent that fixes a failing verify verdict so the pipeline self-heals instead of stalling to needs-human (CTL-653). Reads ${ORCH_DIR}/workers/<ticket>/verify.json, fixes the findings[] (every severity:"high" plus the regression_risk drivers) directly via Edit/Write, commits the remediation, and emits phase.remediate.complete.<ticket>. The scheduler's router then re-dispatches verify to re-check (the verify⇄remediate cycle, cap 3). Dispatched as a claude --bg job by phase-agent-dispatch, which invokes it via slash command — hence user-invocable: true.
$npx -y skills add coalesce-labs/catalyst --skill phase-remediateInstalls into the current project.
Run `npx skills use "https://github.com/coalesce-labs/catalyst" --skill "coalesce-labs/catalyst/phase-remediate"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/coalesce-labs/catalyst" that are relevant to the current task. Run `npx skills add "https://github.com/coalesce-labs/catalyst"` and select the relevant skills, then follow their instructions.