fix-ci
25Command
Automated CI failure resolution loop — diagnoses failures on a PR, applies targeted fixes, pushes, and loops until green or max attempts reached.
Command
Automated CI failure resolution loop — diagnoses failures on a PR, applies targeted fixes, pushes, and loops until green or max attempts reached.
Command
Track command sizes, detect bloat, compare against baselines and thresholds.
Command
AI-powered forge.yaml config generator — scans codebase, queries GitHub, auto-fills all optional sections from detection.
Command
Run a GEO audit — check AI referral traffic, page compliance, and auto-create improvement issues.
Command
Coordinate P0 incident response — hotfix validation, timeline reconstruction, and post-incident analysis.
Command
Create a well-structured GitHub issue that the pipeline can consume reliably.
Command
Create, manage, and ship milestones — the top-level planning layer for feature development.
Command
Analyze this repo and generate per-repo adaptive scripts from learned patterns, git history, and existing configuration.
Command
Orchestrate parallel work on multiple issues or an entire milestone — spawns sub-agents that each run the full /work-on pipeline.
Command
Self-analysis — measures pipeline performance, correlates with prompt changes, proposes improvements.
Command
Recover full pipeline context after compaction — find the last active issue, reconstruct FORGE annotations, and resume work.
Command
Pipeline-wide situational awareness — groups open issues by workflow state, shows active PRs, flags stale items, and reports milestone progress.
Command
Full platform QA sweep — auto-discovers every page, tests every UI element via browser automation, creates GitHub issues for all findings.
Command
Pre-commit quality check — catches defects the review would flag, so the builder can fix them before committing.
Command
Scan for pipeline-orphaned issues stuck in intermediate workflow states and recover them — diagnose each orphan's actual GitHub state, apply recovery actions, clean up worktrees.
Command
Read-only playback of a completed pipeline run — shows FORGE annotations phase by phase with timestamps.
Command
This file is the routing index referenced by the /review-pr orchestrator during Phase 3C (agent dispatch). Per-persona prompt templates have been split into individual files under commands/review-pr-agents/ to avoid loading the full catalog on every invocation. Protocols live in docs/spec/review-protocol.md (canonical…
Command
Staging review mode — comprehensive review of staging branch before deploy to main.
Command
Context-aware PR review — analyzes what the PR touches, spawns domain-specific agents with project conventions. Supports staging reviews.
Command
Create a revert PR to roll back a shipped feature or fix that caused a production incident.
Command
Estimate issue complexity before running /work-on — affected files, blast radius, risk flags, and decomposition recommendation.
Command
Periodic security posture audit — runs a scripted 4-phase checklist against repo files (not diffs), creates GitHub issues for confirmed findings.
Command
Closed-loop autonomy — convert a production/analytics/incident signal into a dependency-ordered issue DAG, execute via /orchestrate, then verify the originating signal is resolved. Event-driven companion to /autopilot.
Command
Evidence-backed spec evolution — reads finding concentration for a spec file, drafts a spec diff, opens a spec-evolution PR with per-change citations.