mirror of
https://github.com/leonvanzyl/autocoder.git
synced 2026-01-30 06:12:06 +00:00
add a pr review command
This commit is contained in:
15
.claude/commands/review-pr.md
Normal file
15
.claude/commands/review-pr.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
description: Review pull requests
|
||||||
|
---
|
||||||
|
|
||||||
|
Pull request(s): $ARGUMENTS
|
||||||
|
|
||||||
|
- If no PR numbers are provided, ask the user to provide PR number(s).
|
||||||
|
- At least 1 PR is required.
|
||||||
|
|
||||||
|
## TASKS
|
||||||
|
- Use the GH CLI tool to retrieve the details (descriptions, divs, comments, feedback, reviews, etc)
|
||||||
|
- Use 3 deepdive subagents to analyze the impact of the codebase
|
||||||
|
- Provide a review on whether the PR is safe to merge as-is
|
||||||
|
- Provide any feedback in terms of risk level
|
||||||
|
- Propose any improments in terms of importance and complexity
|
||||||
Reference in New Issue
Block a user