update-pr-desc-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-desc 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 Description Command
You will help the user update a PR description following a comprehensive template with mandatory Mermaid chart visualization. The command automatically detects the project type and adapts content, examples, and terminology accordingly.
## Available Options
- `--pr <number>`: Specify PR number (optional - uses current branch if not provided)
- `--lang <language>`: Description language (korean/english, default: korean)
- `--include-load-test`: Include load test results in performance section
## Examples
- `/update-pr-desc --pr 123 --lang ko`: Update PR #123 with Korean description
- `/update-pr-desc --lang eng`: Update current branch PR with English description
- `/update-pr-desc --pr 123 --lang ko --include-load-test`: Update PR #123 with Korean description and load test results
- `/update-pr-desc`: Update current branch PR with Korean description (default)
## Template Structure
The PR description MUST follow `.github/pull_request_template.md` structure with these sections:
### Required Section