Loading...
Loading...
Compare original and translation side by side
/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--all/loop-github-issues # 交互式:显示可用PRD并询问要运行的目标
/loop-github-issues --all # 运行所有可用PRD(无提示)
/loop-github-issues auth-flow # 运行匹配搜索词的PRD
/loop-github-issues 25 # 每个PRD运行25次迭代
/loop-github-issues --all 25 # 所有PRD各运行25次迭代--allgh/ralph-github-create-issues.claude/plans/prds//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}.txtgh auth status~/.claude/skills/loop-github-issues/loop-github-issues.sh [iterations] [prd-search-term] [--all]run_in_background: trueprd../{repo}-{feature}/feat: Story Title (closes #XXX)cat /tmp/ralph-status-{repo}-{prd-number}.txt/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 |
prd../{repo}-{feature}/feat: Story Title (closes #XXX)/ralphblockedBy| 维度 | | |
|---|---|---|
| 需求故事来源 | | GitHub Issues |
| 状态跟踪 | | 问题的开放/关闭状态 |
| 依赖关系 | | GitHub原生阻塞机制 |
| 完成标记 | 更新JSON文件 | 关闭问题 |
| PRD完成条件 | 所有故事验证通过 | 所有子问题关闭 |
gh issue list --label prd --state open --json number,title,bodyblockedBygh-sub-issuegh sub-issue list <parent-number> --state open --json number,title,bodygh issue list --label prd --state open --json number,title,bodygh issue close 101 --comment "Implemented in https://github.com/owner/repo/commit/abc123"Closes #XXgh-sub-issuegh sub-issue list <parent-number> --state open --json number,title,bodyfeature/<name>bugfix/<name>gh issue close 101 --comment "Implemented in https://github.com/owner/repo/commit/abc123"Closes #XXcloses #XXXfeature/<name>bugfix/<name>closes #XXX