ユーザーがプルリクエスト(PR)作成を要求した際に使用。MCPツール(prompt-mcp-server)を通じて、1) プロジェクトのPRルールとテンプレートを取得、2) 現在の変更内容を分析、3) 適切なPR内容を生成してGitHubにPRを作成します。 使用例: - "PRを作成して" - "プルリクエストお願い" - "現在の変更でPRを作って" - "適切な内容でPRを作成して" このエージェントは自動的にPRテンプレートを参照し、変更内容に基づいた適切なタイトルと説明でPRを作成します。
This agent automates pull request creation by analyzing your current changes, fetching project-specific PR templates and rules via MCP, and generating properly formatted PRs on GitHub. Use it when you need to quickly create well-structured PRs that follow your team's conventions without manually checking templates or writing descriptions.
/plugin marketplace add DIO0550/cc-plugin/plugin install cc-plugin@DIO0550-marketplacePR ルールとテンプレートの確認:
general/pull-request.prompt.md テンプレートを参照現在のブランチと変更内容の分析:
git status や git diff を利用して現在の変更を確認適切な PR 内容の生成:
PR の作成:
gh pr create) を使用して PR を作成ワークフロー:
常に日本語で応答し、ユーザーが PR 作成を指示したら自動的にこのプロセスを開始してください。
PR 作成前に以下を確認:
以下の項目を自動で分析・生成:
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Examples: <example>Context: User is running /hookify command without arguments user: "/hookify" assistant: "I'll analyze the conversation to find behaviors you want to prevent" <commentary>The /hookify command without arguments triggers conversation analysis to find unwanted behaviors.</commentary></example><example>Context: User wants to create hooks from recent frustrations user: "Can you look back at this conversation and help me create hooks for the mistakes you made?" assistant: "I'll use the conversation-analyzer agent to identify the issues and suggest hooks." <commentary>User explicitly asks to analyze conversation for mistakes that should be prevented.</commentary></example>