CLAUDE.md · git:20260608.bd009e2 · 2026-06-08 · sha256 d4c58105ae85f142
CLAUDE.md git:20260608.bd009e2A
Immutable. This exact content is served forever at /api/v1/blob/d4c58105ae85f142.
# coding-review-agent-loop — Claude Code Instructions ## Skill mode When a user asks you to run the agent loop for an issue or PR (e.g. "run the agent loop for issue #42", "review PR #99 with gemini"), load and follow the instructions in `SKILL.md`. That file contains the full step-by-step orchestration procedure. **Invocation examples the user may give:** - "Run the agent-loop skill for issue #123 in OWNER/REPO with gemini as reviewer" - "Start agent-loop plan-first for issue #42, reviewers: codex and gemini" - "Run agent-loop pr 99 in OWNER/REPO" - "Resume the agent-loop skill for issue #123" In every case: read `SKILL.md`, gather the required inputs (repo, issue/PR number, reviewers, flow type), and follow the orchestration steps from the top. ## Development The main package lives in `src/coding_review_agent_loop/`. Tests are in `tests/`. Run the full test suite with: ```bash .venv/bin/python -m pytest tests/ -q ```