Loading...
Loading...
Review a pull request — check diff, run tests, report findings
npx skill4agent add zhengxuyu/zforge pr-review/pr-review <PR number or URL>gh pr view <number> --json title,body,files,commits
gh pr diff <number>git fetch origin pull/<number>/head:pr-<number>
git checkout pr-<number>## PR Review: #<number> — <title>
### Summary
[1-2 sentences on what the PR does]
### Findings
#### Critical (must fix)
- ...
#### Important (should fix)
- ...
#### Suggestions (nice to have)
- ...
### Tests
- Suite: [pass/fail count]
- Coverage: [new code covered? y/n]
### Verdict: [Approve / Request Changes / Needs Discussion]git checkout main && git branch -d pr-<number>