com um clique
loop-limit
Stop a workflow loop after a maximum number of iterations.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Stop a workflow loop after a maximum number of iterations.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
gh 명령 직전 GitHub CLI 로그인 상태와 active account 를 확인
항공기 사후 단계 (Landing) — PR 머지 확인 후 워크트리 제거·develop 동기화
항법 단계 (Rejoin) — 워크트리 제거 + 브랜치를 develop 위로 리베이스해 메인 레포 로컬 브랜치로 보존 (원래 항로 재합류)
항공기 이륙 4단계 — develop 리베이스 → push → PR 생성 (원격 영향)
항공기 사후 단계 (Landing) — PR 머지 확인 후 워크트리 제거·develop 동기화
항법 단계 (Rejoin) — 워크트리 제거 + 브랜치를 develop 위로 리베이스해 메인 레포 로컬 브랜치로 보존 (원래 항로 재합류)
| name | loop-limit |
| description | Stop a workflow loop after a maximum number of iterations. |
| argument-hint | <max-iterations> |
Common workflow skill for cycle workflows.
$ARGUMENTS format: <max-iterations>.
Place this node near the start of a loop. Circuit compares the current internal loop iteration with <max-iterations>.
<max-iterations>, the skill succeeds and the loop continues.<max-iterations>, the skill fails and stops the loop.<max-iterations> must be a positive integer.