원클릭으로
pr
Generate a PR description for the current branch using commits, diffs, and the project template.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate a PR description for the current branch using commits, diffs, and the project template.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | pr |
| description | Generate a PR description for the current branch using commits, diffs, and the project template. |
Generates a complete PR description for the current branch by analyzing commits, diffs, and changed files.
cadenza:pr | release-agent (Maestro only) | |
|---|---|---|
| Triggered by | Developer (standalone) | Orchestrator (pipeline) |
| Source of truth | Git commits + diffs | Implementation spec |
| Output | Description file in {TEMP_ROOT}/issues/<N>/ | Draft PR created in GitHub |
| Pushes branch? | No | Yes |
Use this skill when you coded manually outside the issue workflow and want help writing the PR description. release-agent is part of Maestro — not included in Cadenza.
Project identity is auto-detected (see AGENTS.md §3) — no config file.
This skill uses: {REPO}, {TEMP_ROOT}, {DISPLAY_NAME}.
Confirm the user is on a feature branch (not develop, main, or master). If on a protected branch, warn and ask for confirmation before proceeding.
Spawn pr-agent as a sub-agent, passing the project config above.
Return the output file path to the user.
Show the Cadenza command map — a quick reference to all available agents and commands.
Turn raw context, a thread, or a rough note into a well-structured GitHub issue.
Generate a PO-ready grouped changelog from merged PRs since the last release.
Analyse completed pipeline runs and surface DOD pass rates, loop-backs, and failure patterns.
Write PHPUnit tests for PHP source files, auto-detecting conventions from the project.
Analyse changes, create atomic commits with generated messages, then offer to push. Accepts inline hints — "without <file>", "excluding <path>", "only <path>".