What problem does it solve?
This Skill prevents painful production surprises by summarizing what in your branch diff could break behavior, integrations, deployment, or rollback safety before you push, open a PR, or create a release.
Core Features & Use Cases
- Production risk briefing from branch diffs: Summarizes commits and file changes relative to the resolved base branch, focusing on what changed and why it might matter in production.
- Change categorization for actionable risk: Classifies findings into public API changes, persistence/migration shape changes, auth/payment/permission changes, new env/operational setup, manual-QA-needed paths, doc/changelog drift, and rollback concerns.
- Informational, not gating: Reports risks with recommendations and “overall risk” (LOW/MEDIUM/HIGH) while explicitly not blocking the user’s publish actions.
Quick Start
Run the check by telling the AI: “Summarize the release risk for this branch and what could break in production.”