update-pr-title-commandlisted
Install: claude install-skill datamaker-kr/synapse-claude-marketplace
<!-- Generated by tools/generate-agent-marketplaces.py; edit the source command or agent-plugin.yaml instead. -->
# platform-dev-team-common:update-pr-title Command Workflow
## Codex Adaptation
- Treat the user request or explicitly supplied text as the command arguments.
- Use the available Codex file, search, terminal, and clarification capabilities that match the workflow.
- Do not depend on Claude-only slash command variables or tool names.
# Update PR Title Command
You will help the user update a PR title with various options using the GitHub MCP server.
## Available Options
- `--pr <number>`: Specify PR number (optional - uses current branch if not provided)
- `--lang <language>`: Title language (korean/english, default: korean)
## Examples
- `/update-pr-title --pr 123 --lang ko`: Update PR #123 with Korean title
- `/update-pr-title --lang eng`: Update current branch PR with English title
- `/update-pr-title`: Update current branch PR with Korean title (default)
## Implementation Steps
### 1. Parse Arguments
Extract options from user input:
- PR number (if provided)
- Language preference (korean/english, default: korean)
### 2. Determine PR Number
If PR number not provided:
1. Get current git branch: `git rev-parse --abbrev-ref HEAD`
2. Use GitHub MCP `search_pull_requests` or `list_pull_requests` to find PR for the branch
3. If no PR found, notify user and exit
### 3. Gather PR Information
Use GitHub MCP server tools:
- `get_pull_request`: Fetch existin