← スキル一覧に戻る

pr-view
by rlcurrall
tools i give to agents
⭐ 2🍴 0📅 2026年1月20日
SKILL.md
name: pr-view description: 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. allowed-tools: Bash(aide:*)
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 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
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です