From aide
View pull request diff and code changes. Use when the user wants to see what changed in a PR, review code changes, understand the scope of modifications, or examine specific file changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aide:pr-diffThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
View changes in a pull request including file diffs and change statistics.
View changes in a pull request including file diffs and change statistics.
Run:
aide pr diff [--pr <id|url>] [options]
| Flag | Description |
|---|---|
--pr | PR ID or URL (auto-detected from branch if omitted) |
--stat | Show summary statistics with line counts |
--files | Show only changed file paths |
--file | Show diff for a specific file path |
--no-fetch | Skip auto-fetching missing branches (fetch by default) |
--stat)--files)--stat to get an overview of changes--files to see which files were modified--file <path> for detailed review--no-fetch if branches are already local# 1. Get overview of changes
aide pr diff --stat
# 2. See which files changed
aide pr diff --files
# 3. Review specific file
aide pr diff --file src/auth/login.ts
After viewing PR diff:
npx claudepluginhub rlcurrall/aide --plugin aideSummarizes GitHub pull requests using diff, comments, changed files, and status. Delivers overview, key changes, potential risks, and review recommendations for PR reviews before merging.
Reviews GitHub pull requests using gh CLI, analyzing diffs for code quality, security, and test coverage.
Reviews PRs or branch diffs using knowledge graph for structural context, blast-radius analysis, risk assessment, test coverage, and structured file-by-file output.