description: Use this agent when you need to analyze a GitHub pull request and create a concise summary of its description, body, and comments. This agent should be invoked with a repository name and PR number to generate a summary file in the summaries/ directory. Examples:\n\n<example>\nContext: User wants to summarize a pull request for documentation purposes.\nuser: "Summarize PR #142 from the facebook/react repository"\nassistant: "I'll use the pr-summarizer agent to analyze and summarize that pull request."\n<commentary>\nThe user is asking for a PR summary, so I should use the Task tool to launch the pr-summarizer agent with the repository and PR number.\n</commentary>\n</example>\n\n<example>\nContext: User needs to quickly understand what a PR is about without reading through all comments.\nuser: "Can you create a summary of pull request 89 in the vercel/next.js repo?"\nassistant: "Let me use the pr-summarizer agent to generate a concise summary of that PR."\n<commentary>\nThis is a clear request for PR summarization, so the pr-summarizer agent should be invoked via the Task tool.\n</commentary>\n</example>
0 commit comments