Afficher les détails d'une pull request

VérifiéSûr

Affiche les détails d'une pull request : titre, description, statut, auteur et branches. Utilisez cette commande pour comprendre le contexte d'une PR ou vérifier son état avant une revue.

Spar Skills Guide Bot
DeveloppementDébutant
11002/06/2026
Claude Code
#pull-request#code-review#azure-devops#branch

Recommandé pour

Notre avis

Affiche les détails d'une pull request, notamment le titre, le statut, l'auteur, les branches et la description.

Points forts

  • Vue d'ensemble rapide sans quitter le terminal
  • Détection automatique de la PR depuis la branche courante
  • Fournit le statut et l'état de brouillon pour le contexte

Limites

  • Dépend de l'intégration Azure DevOps
  • Limité à la visualisation, sans filtrage interactif
Quand l'utiliser

Lorsque vous avez besoin d'un résumé d'une PR avant de réviser le code ou de comprendre sa portée.

Quand l'éviter

Lorsque vous devez voir les modifications de code réelles ou les commentaires dans la PR.

Analyse de sécurité

Sûr
Score qualité88/100

The skill only invokes a read-only CLI command (aide pr view) to display pull request details. No destructive, exfiltrating, or obfuscated actions are present. The use of Bash is limited to a safe, specific command.

Aucun point d'attention détecté

Exemples

View current branch PR
Show me the PR for this branch
View specific PR by number
View PR 42
View PR from URL
Show details of https://dev.azure.com/org/project/_git/repo/pullrequest/123

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

  1. PR number and title
  2. Status (active, completed, abandoned) and draft state
  3. Author and creation date
  4. Source and target branches
  5. Repository and project
  6. 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
Skills similaires