diff --git a/.claude/commands/review-pr.md b/.claude/commands/review-pr.md new file mode 100644 index 0000000..62e8bf9 --- /dev/null +++ b/.claude/commands/review-pr.md @@ -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 \ No newline at end of file