Monitor, triage, and clean up after agent loops. The agent-loop skill starts loops. This skill keeps them healthy.
Poll every 2–3 minutes. A story typically takes 3–8 minutes (test-write → implement → review → judge). If a story shows no progress for 10+ minutes, something is stuck.
| ✅ PASS | Story completed | None | | ⏭ SKIP | Exhausted retries | Check if code landed anyway (common — see Skip Triage) | | ▶ STORY.DISPATCHED | Implementor running | Wait | | ▶ TESTS.WRITTEN | Reviewer running | Wait | | ▶ CHECKS.COMPLETED | Judge evaluating | Wait | | ▶ STORY.RETRIED | Failed, retrying | Check attempt output for patterns |
실행 중인 에이전트 루프를 모니터링하고, 실패를 분류하고, 완료 후 정리하고, 개입 시기를 결정합니다. 루프가 실행 중이고 베이비시팅이 필요한 경우, 루프가 방금 완료되어 병합 후 확인이 필요한 경우, 스토리가 건너뛰거나 실패하여 진단이 필요한 경우 또는 오래된 테스트 아티팩트를 정리해야 하는 경우에 사용하세요. 트리거 대상: '루프 확인', '루프에서 발생한 일', '루프 종료', '루프 후 정리', '스토리를 건너뛴 이유', '루프 모니터링', '루프 보모' 또는 시작 후 루프 관리 작업. 시작 루프를 처리하는 에이전트 루프 기술과 다릅니다. 출처: joelhooks/joelclaw.