From cadenza
Generate a PR description for the current branch using commits, diffs, and the project template.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cadenza:prThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generates a complete PR description for the current branch by analyzing commits, diffs, and changed files.
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.
Read .claude/cadenza.json:
{REPO} = .ai.repo{TEMP_ROOT} = .ai.temp_root{DISPLAY_NAME} = .ai.display_nameConfirm 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.
npx claudepluginhub wp-media/cadenzaCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.