From fe5f58cf45190102f932f8ec8d92ce4f30408a9a Mon Sep 17 00:00:00 2001 From: Auto Date: Mon, 26 Jan 2026 12:41:01 +0200 Subject: [PATCH] add a pr review command --- .claude/commands/review-pr.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .claude/commands/review-pr.md 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