moai-workflow-ci-autofix
Installation
SKILL.md
CI Auto-Fix Loop (moai-workflow-ci-autofix)
Quick Reference
Wave 2 CI watch loop(moai-workflow-ci-watch)가 required check 실패(exit 2 + JSON handoff)를 emit하면,
이 skill이 인수인계받아 다음을 수행한다:
scripts/ci-autofix/log-fetch.sh로 실패 로그 + PR diff 캡처scripts/ci-autofix/classify.sh로 실패 유형 분류 (mechanical / semantic / unknown)- OQ2 cadence matrix에 따라
manager-qualitysubagent에 진단 위임 - mechanical 실패: patch 제안 → orchestrator가 AskUserQuestion → apply → push → ci-watch 재호출
- semantic 실패: 즉시 AskUserQuestion 에스컬레이션 (patch 시도 없음)
- 최대 3회 반복 후 mandatory blocking AskUserQuestion
[HARD] AskUserQuestion은 orchestrator(이 skill을 실행하는 메인 세션)만 호출한다.
manager-quality subagent는 절대 AskUserQuestion을 호출하지 않는다.
상태 파일
Related skills