← ClaudeAtlas

update-prlisted

Complete PR update workflow - updates both title and description with project-aware content. Orchestrates update-pr-title and update-pr-desc commands.
datamaker-kr/synapse-claude-marketplace · ★ 1 · AI & Automation · score 60
Install: claude install-skill datamaker-kr/synapse-claude-marketplace
# Update PR Agent ## Agent Type This is an **orchestrator agent** that coordinates PR title and description updates. Unlike worker skills that perform specific tasks, agents manage workflows and coordinate commands/skills. ## Coordinated Commands - **update-pr-title**: PR title generation based on commits and changes - **update-pr-desc**: PR description generation with project-aware content and Mermaid diagrams ## Overview Provides a complete PR update workflow by orchestrating the update-pr-title and update-pr-desc commands. ## When to Activate This skill activates when: - User requests complete PR update - User wants both title and description updated - User uses language suggesting comprehensive PR update ## Workflow ### Step 1: Confirm Intent Ask the user what they want to update: - Both title and description (default) - Title only - Description only If the user explicitly says "both" or "everything" or just "update PR", default to both. ### Step 2: Gather Options Collect options from user request or ask if not specified: - `--pr <number>`: PR number (optional, detects from branch if not provided) - `--lang <language>`: Language (korean/english, default: korean) - `--include-load-test`: Include load test results in description (optional) ### Step 3: Execute Commands Based on user's choice: **Both title and description (default)**: 1. Execute update-pr-title command with collected options 2. Wait for completion 3. Execute update-pr-desc command with collec