Skip to content

Commit 3d60850

Browse files
Change the review-pr claude command to a skill (#214)
* chore: change review-pr command to skill * chore: add default branch --------- Co-authored-by: Branislav Kontur <[email protected]>
1 parent 95fb4b1 commit 3d60850

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
Review pull request #$ARGUMENTS
1+
---
2+
name: review
3+
description: Review local changes or a pull request
4+
---
25

3-
Fetch the PR diff and details using `gh pr view` and `gh pr diff`, then analyze for:
6+
If no arguments are passed, review the local changes by looking at the diff between the base branch - main by default - and the current branch.
7+
If arguments are passed, review pull request #$ARGUMENTS by fetching it and seeing its details with `gh pr view` and `gh pr diff`.
8+
9+
When reviewing, analyze for:
410

511
1. **Code Quality**
612
- Rust idioms and Polkadot SDK patterns

0 commit comments

Comments
 (0)