Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .claude/commands/review-pr.md → .claude/skills/review/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Review pull request #$ARGUMENTS
---
name: review
description: Review local changes or a pull request
---

Fetch the PR diff and details using `gh pr view` and `gh pr diff`, then analyze for:
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.
If arguments are passed, review pull request #$ARGUMENTS by fetching it and seeing its details with `gh pr view` and `gh pr diff`.

When reviewing, analyze for:

1. **Code Quality**
- Rust idioms and Polkadot SDK patterns
Expand Down