Loading...
Loading...
Review one change set in one mode (`pr` or `local`) for correctness, security, tests, and scope, and return a clear go/no-go decision. Triggers: review pr, review local, readiness check, pre-merge review.
npx skill4agent add kelvinz/cobb reviewprlocaltasks/memory.mdprlocalorigin/HEADprghgh pr view --json url,number,title,body,state,isDraft,baseRefName,headRefName,files,additions,deletionsgh pr diffgh pr checksghgit fetch origin "<base>" "<head>"git diff "origin/<base>...origin/<head>"git log "origin/<base>..origin/<head>" --onelineMissing evidencelocalgit diff "<base>...HEAD"git log "<base>..HEAD" --onelinegit status --shortprReady to accept PR: YesReady to accept PR: NolocalGood to commit: YesGood to commit: NoNoreviewtasks/memory.mdPR Mode Report
Mode: pr
Decision:
- Ready to accept PR: Yes | No
Blockers (must fix):
- …
Suggestions (nice to have):
- …
Missing evidence:
- …
Security notes:
- …
Regression risks / watch-outs:
- …
Memory updates:
- Updated: <summary> | Skipped: <reason>
Recommended next step:
- If Ready to accept PR=No: ask user to fix blockers, then rerun `review` in `pr` mode.
- If Ready to accept PR=Yes: run `commit` in `finalise` mode.Local Mode Report
Mode: local
Decision:
- Good to commit: Yes | No
Blockers (must fix):
- …
Suggestions (nice to have):
- …
Missing evidence:
- …
Security notes:
- …
Regression risks / watch-outs:
- …
Memory updates:
- Updated: <summary> | Skipped: <reason>
Recommended next step:
- If Good to commit=No: ask user to fix blockers, then rerun `review` in `local` mode.
- If Good to commit=Yes: run `commit` in `commit` mode.