用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/wp-media/cadenza --skill pr命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Orchestrated audit of the current repo's open GitHub-issue backlog — fans out code-review and per-issue categorization agents, verifies which issues are already fixed, and produces a ranked shortlist of AI-autonomous quality wins plus a full triage (Should Keep / Already Fixed / Unsure / Close Candidate), published as an HTML artifact. Read-only against GitHub — never closes, comments on, or edits issues.
Show the Cadenza command map — a quick reference to all available agents and commands.
Produce a per-person Sentry activity dashboard (archives, resolves, notes with a heatmap) across projects for a given period. Requires the Sentry MCP.
基于 SOC 职业分类
正在显示 SKILL.md
| 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.