一键导入
exec-summary
Generates an executive-grade PR summary from the current session's work, formatted for engineering leadership and business stakeholders.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generates an executive-grade PR summary from the current session's work, formatted for engineering leadership and business stakeholders.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Detects files that always change together, exposing hidden coupling that inflates Lead Time for Change and makes every PR bigger than it needs to be.
Generates a deployment-specific checklist before any code ships, covering rollout, monitoring, communication, and rollback. Directly reduces Change Failure Rate and Mean Time to Restore.
Requires a feature flag for any user-facing change, giving teams an instant kill switch without a deployment.
Identifies flaky tests in the affected test suite before shipping, because flaky tests kill Deployment Frequency by making CI untrustworthy.
Blocks shipping code where test coverage for changed files drops below threshold, and flags untested paths that directly raise Change Failure Rate.
Detects breaking changes to public APIs, interfaces, and exported symbols, and blocks shipping without a migration path.
| name | exec-summary |
| description | Generates an executive-grade PR summary from the current session's work, formatted for engineering leadership and business stakeholders. |
| disable-model-invocation | true |
/exec-summary)Review everything done in the current session and produce a PR summary formatted for engineering leadership. This is not a technical changelog. It is a business document that happens to describe technical work.
Write for an audience that includes VPs of Engineering, product owners, and finance stakeholders. They care about outcomes, risk, and reversibility. They do not care about implementation details unless those details create risk.
Produce the summary in this exact structure:
What shipped: [One sentence. What does this change do for the user or system? Write in plain language. No jargon.]
Describe the concrete, measurable impact this change is expected to deliver. Be specific:
If the value is indirect (e.g., reduces future engineering cost), say so and quantify where possible. Do not write vague sentences like "improves developer experience." Say what that means in time saved or incidents prevented.
This section requires honesty, not optimism. Answer each question plainly:
Do not skip this section or write "no significant debt introduced" without evidence. That phrase is a red flag to senior engineers.
Describe exactly how this change is reversed if it causes a production incident:
git revert or a feature flag toggle within 5 minutes? If yes, state how. If no, explain why not.If the rollback plan is "it's complicated," that is important information. Say it clearly rather than burying it.