ghwf4-review
0
总安装量
1
周安装量
安装命令
npx skills add https://github.com/shotaiuchi/dotclaude --skill ghwf4-review
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.
/ghwf4-review
Plan ã¾ãã¯å®è£ ã³ã¼ãã®ã¬ãã¥ã¼ãè¡ããè¨é²ã使ããã
Usage
/ghwf4-review # èªåå¤å®
/ghwf4-review plan # Plan ã¬ãã¥ã¼
/ghwf4-review code # ã³ã¼ãã¬ãã¥ã¼
Prerequisites
ghwf3-planå®äºæ¸ã¿
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. Determine Review Target
- å®è£ å: Plan ã¬ãã¥ã¼
- å®è£ å¾: Code ã¬ãã¥ã¼
3. Create/Update 04_REVIEW.md
- Template:
~/.claude/templates/04_REVIEW.md - Sections:
- Review Summary
- Issues Found
- Recommendations
- Approval Status
4. Commit & Push
Execute immediately without confirmation:
git add docs/wf/<work-id>/04_REVIEW.md
git commit -m "docs(wf): create review <work-id>"
git push
5. Update PR & Labels
- PR ãã§ãã¯ãªã¹ãæ´æ°
ghwf:step-4ã©ãã«è¿½å
6. Update State
{
"current": "ghwf4-review",
"next": "ghwf5-implement",
"last_execution": "<ISO8601>"
}