ghwf7-pr
0
总安装量
1
周安装量
安装命令
npx skills add https://github.com/shotaiuchi/dotclaude --skill ghwf7-pr
Agent 安装分布
amp
1
cline
1
opencode
1
cursor
1
continue
1
kimi-cli
1
Skill 文档
Always respond in Japanese. Write all workflow documents (*.md) in Japanese.
/ghwf7-pr
Draft PR ã Ready for Review ã«å¤æ´ããã¯ã¼ã¯ããã¼ãå®äºããã
Usage
/ghwf7-pr
Prerequisites
ghwf6-verifyå®äºæ¸ã¿- å ¨æ¤è¨¼ãã¹
Processing
1. Load Context
- Read
state.jsonfor active work - Fetch Issue/PR with comments:
gh issue view <issue> --json body,comments gh pr view <pr> --json comments,reviews
2. Final Check
- All CI checks passing
- No uncommitted changes
- Documentation complete
3. Update PR Body
å ¨ãã§ãã¯ããã¯ã¹ãå®äºã«:
## Progress
- [x] ghwf1-kickoff
- [x] ghwf2-spec
- [x] ghwf3-plan
- [x] ghwf4-review
- [x] ghwf5-implement
- [x] ghwf6-verify
- [x] ghwf7-pr (Ready for Review)
4. Convert to Ready
gh pr ready
5. Update PR Title
Remove “WIP: ” prefix:
gh pr edit --title "<issue-title>"
6. Update Labels
gh issue edit <issue> \
--remove-label "ghwf:waiting" \
--add-label "ghwf:completed,ghwf:step-7"
7. Post Completion Comment
gh pr comment --body "ð¤ Workflow completed. Ready for review.
## Summary
- Commits: N
- Files changed: M
- Lines: +X / -Y
## Documents
- [01_KICKOFF.md](link)
- [02_SPEC.md](link)
- [03_PLAN.md](link)
"
8. Update State
{
"current": "ghwf7-pr",
"next": null,
"completed_at": "<ISO8601>",
"last_execution": "<ISO8601>"
}
Post-Completion
After PR is reviewed:
- If changes requested: add
ghwf:revisionlabel - Daemon will detect and restart workflow