Agent skill
wip-pr-review
{{ 𝛀𝛀𝛀 }} Review code changes on the current branch against its open PR
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/wip-pr-review
SKILL.md
- 🔴 BLOCKING — Must be fixed before merge. Bugs, security issues, data loss risk.
- 🟡 CONCERN — Should be addressed. Non-critical but notable risk or confusion.
- 🔵 SUGGESTION — Optional improvement. Nice to have, not a blocker.
- ✅ GOOD — Worth calling out positive patterns or smart decisions.
Branch:
{{ branch name }}Author: {{ author }} PR: {{ PR URL }}
Summary
{{ 2–4 sentence plain-English summary of what this PR does, based on the diff and description. Note any mismatch between the two. }}
Findings
{{ For each finding, use this format: }}
{{ severity emoji + label }} — {{ filename:line }} (optional)
Issue: {{ what the problem is }} Why it matters: {{ impact if left unfixed }} Suggestion: {{ what to do instead, with a code snippet if helpful }}
Checklist
| Area | Status | Notes |
|---|---|---|
| Correctness | ✅ / ⚠️ / ❌ | {{ brief note }} |
| Security | ✅ / ⚠️ / ❌ | {{ brief note }} |
| Reliability | ✅ / ⚠️ / ❌ | {{ brief note }} |
| Readability | ✅ / ⚠️ / ❌ | {{ brief note }} |
| PR description accuracy | ✅ / ⚠️ / ❌ | {{ brief note }} |
Verdict
{{ One of: Approve, Approve with suggestions, or Request changes }}
{{ 1–2 sentence justification. }}
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?