Agent skill
pr-view
View pull request details including title, status, branches, and description. Use when the user asks about a PR, wants PR context, mentions viewing/checking a pull request, or needs to understand what a PR is about.
Install this agent skill to your Project
npx add-skill https://github.com/rlcurrall/aide/tree/main/skills/pr-view
SKILL.md
View Pull Request
View details of a pull request including title, description, status, author, and branches.
When to Use
- User asks "what's this PR about?" or "show me the PR"
- User wants context before code review
- User mentions a PR number or asks about current branch's PR
- User needs to understand the scope of changes before diving in
How to Execute
Run:
aide pr view [--pr <id|url>]
- Without
--pr: auto-detects from current branch - With
--pr 123: views specific PR by ID - With
--pr <url>: views PR from Azure DevOps or GitHub URL
Output Includes
- PR number and title
- Status (active, completed, abandoned) and draft state
- Author and creation date
- Source and target branches
- Repository and project
- Description (if present)
Best Practices
- Always check PR status before starting review
- Note draft state - drafts may have incomplete changes
- Check target branch to understand merge destination
- Look for linked tickets in the description
Next Steps
After viewing PR details:
- Use pr-comments skill to see reviewer feedback
- Use pr-diff skill to see code changes
- Use ticket skill to load linked Jira context
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
release
Create a new software release by bumping version numbers, committing changes, creating git tags, and pushing to remote. Use when creating a release, bumping versions, or publishing a new version.
ticket-attach
Manage Jira ticket attachments. Use when the user wants to list, upload, download, or delete attachments on a ticket.
pr-comments
Load PR comments and feedback for code review. Use when the user wants to see reviewer feedback, check for unresolved comments, understand what changes are requested, or review discussion on a PR.
pr-list
List pull requests from the repository. Use when the user wants to see open PRs, find PRs to review, check their own PRs, or browse PR history.
ticket-update
Update fields on an existing Jira ticket. Use when the user wants to modify a ticket's summary, description, assignee, priority, labels, or custom fields.
pr-create
Create a new pull request. Use when the user wants to open a PR, submit code for review, create a draft PR, or push changes for merge.
Didn't find tool you were looking for?