Loading...
Loading...
Runs autonomous loop fetching stories from GitHub Issues. Implements and closes issues as done. Triggers on "loop through my PRDs", "work on my issues", "start the autonomous loop", "implement my PRDs", or requests to work through GitHub issues autonomously.
npx skill4agent add richtabor/agent-skills ralph-github-start-loop/loop-github-issues # Interactive: shows available PRDs and asks which to run
/loop-github-issues --all # Run all available PRDs (no prompt)
/loop-github-issues auth-flow # Run PRDs matching search term
/loop-github-issues 25 # Run with 25 iterations per PRD
/loop-github-issues --all 25 # Run all PRDs with 25 iterations each--allgh/ralph-github-create-issues.claude/plans/prds/gh auth status~/.claude/skills/loop-github-issues/loop-github-issues.sh [iterations] [prd-search-term] [--all]run_in_background: truecat /tmp/ralph-status-{repo}-{prd-number}.txtprd../{repo}-{feature}/feat: Story Title (closes #XXX)/ralph| Aspect | | |
|---|---|---|
| Story source | | GitHub Issues |
| Status tracking | | Issue open/closed |
| Dependencies | | Native GitHub blocking |
| Completion | Update JSON | Close issue |
| PRD done | All stories pass | All sub-issues closed |
blockedBygh issue list --label prd --state open --json number,title,bodygh-sub-issuegh sub-issue list <parent-number> --state open --json number,title,bodygh issue close 101 --comment "Implemented in https://github.com/owner/repo/commit/abc123"Closes #XXfeature/<name>bugfix/<name>closes #XXX