Delivery · Version 1.3.0 · Reviewed 2026-08-02
Pull Request Risk Classifier
Make a defensible decision about pull request risk tiering and review requirement selection with evidence, explicit trade-offs, and a verification plan.
4 method steps
4 documented failure modes
4 diagnostic checks
7 quality gates
Classifies change risk from blast radius, reversibility, state, security, compatibility, and validation evidence. It grounds the decision in changed behavior, dependency reach, data effects, permissions, rollout controls, test evidence, and rollback constraints and explicitly prevents using lines changed or file labels as the risk score while a tiny irreversible contract change ranks low.
₹199 one-time
Get this skill archive
What it checks first
Pull Request Risk Classifier classifies change risk from blast radius, reversibility, state, security, compatibility, and validation evidence. It grounds the decision in changed behavior, dependency reach, data effects, permissions, rollout controls, test evidence, and rollback constraints and explicitly prevents using lines changed or file labels as the risk score while a tiny irreversible contract change ranks low. Use it when the work involves Pull request risk tiering, Review requirement selection, Release guardrail assignment.
- Whether exposure can be changed without a redeploy, which decides how fast a bad release can be stopped.
- The promotion signal and whether it can detect harm the error rate cannot see.
- Whether rollback remains available after the first irreversible step in the release.
- Batch size, since large releases make attribution and rollback disproportionately harder.