بنقرة واحدة
loop-limit
Stop a workflow loop after a maximum number of iterations.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Stop a workflow loop after a maximum number of iterations.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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.