moai-workflow-ci-loop
SolidUnified CI watch + auto-fix loop skill. Polls gh pr checks after /moai sync PR creation, classifies required vs auxiliary failures, attempts safe automated patches (max 3 iterations), and escalates semantic failures to the user. Use for CI loop workflow — NOT for general loop iteration patterns (see moai-workflow-loop).
Install
Quality Score: 99/100
Skill Content
Details
- Author
- modu-ai
- Repository
- modu-ai/moai-adk
- Created
- 8 months ago
- Last Updated
- today
- Language
- Go
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
pr-fixup
Automated PR fixup loop — syncs with main, addresses all Copilot review comments, and waits for CI to pass. Run with /pr-fixup or /pr-fixup <PR_NUMBER>.
moai-workflow-loop
Ralph Engine - Automated feedback loop with LSP diagnostics and AST-grep integration for continuous code quality improvement. Use when implementing error-driven development, automated fixing, or continuous quality validation workflows.
github-review-loop
Watch an open pull request and remediate review feedback in a loop until a terminal condition. Arms a main-session Monitor on a thin change-detect poll and dispatches the `hivemind:github-reviewer` agent in fix mode per actionable event. Use when the user asks to watch a PR, monitor PR review feedback, or keep handling Codex review until merge/approval. Executed by the overlord only — the loop must run in the main session, where Monitor survives subagent dispatches and the orchestrator can spawn the reviewer (per ADR-0005). The overlord supplies the tools at runtime; the skill declares its permitted surface via allowed-tools.
review-and-fix
Use when you need findings on a PR or current branch to be auto-applied, not just reported.
workflow-orchestration
Coordinates multi-step CI/CD pipelines by chaining autonomous-ci, code-review, smart-commit, and jules-integration plugins. Use when executing validation-to-PR workflows or recovering from CI failures.