Agentic Loop Github

Structure any multi-step, iterative task on a GitHub repo (fixing CI, resolving lint violations, iterating on a PR, debugging a failing workflow) as an observe-decide-execute-verify loop with explicit stop conditions and guardrails. Use this whenever a task could require more than one attempt to succeed — CI is failing and the fix isn't obvious on the first try, a task says "keep trying until X passes", or you're about to loop on the same file/branch multiple times. Do NOT use for single-shot tasks (one clear edit, one commit, no verification loop needed).

valorisa Updated

File contents

valorisa/Claude-Skills/tree/main/skills/agentic-loop-github commit 57de8d86a2

Frequently asked questions

npx skillmds@latest add valorisa/agentic-loop-github