Risk Scoring for Intelligent Escalation
SkillProductivityUse when calculating the risk of a task to decide the level of review required.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Risk Scoring for Intelligent Escalation skill
What this skill tells your AI
The instructions your AI receives, as published by gonzalezpazmonica/pm-workspace in .claude/skills/risk-scoring/SKILL.md and read by ahel’s review.
Automated 4-phase pipeline to assess task complexity and route code reviews to appropriate escalation levels based on risk factors, replacing fixed Code Review rules with intelligent, data-driven routing.
Decision Checklist
Before scoring, answer sequentially:
- Does the change touch critical paths (auth, payments, data migration)? -> If YES: minimum score = 51 (High)
- Is this a security patch or compliance fix? -> If YES: auto-escalate to Critical (76+)
- Does the PR introduce new external dependencies? -> If YES: add +10 to base score
- Is this the author's first change to this module? -> If YES: add +10 (unfamiliarity penalty)
- Are there >500 lines changed? -> If YES: add +15 to base score
Abort Conditions
- PR modifies .env, secrets, or credentials -> STOP, mandatory security review
- PR has no tests and touches business logic -> STOP, require tests first
Phase 1: Collect Risk Signals
Extract risk indicators from task metadata: files touched, modules affected, external dependencies, security tags, compliance tags, data migration, production impact, change history.
Phase 2: Calculate Risk Score (0-100)
Weighted scoring system across 8 dimensions: file count, module criticality, external dependencies, security, compliance, data impact, historical signals.
Phase 3: Route to Review Level
Four-tier escalation based on score (enforced, not advisory):
- Low (0-25): Skip consensus panel. Auto-merge after PR Guardian Gates 1-5 pass. Spot-check only
- Medium (26-50): Standard 4-judge consensus panel (reflection + code + business + performance)
- High (51-75): Full 4-judge consensus + mandatory human reviewer. Veto on any CRITICAL finding
- Critical (76-100): Full consensus + security team review + PM approval. Block merge until all sign off
Phase 4: Generate Risk Report
Comprehensive breakdown with score, factor breakdown, review requirements, suggested reviewers, timeline, and mitigations.
Integration Points
- PR Guardian Gate 7: Risk score informs context impact analysis
- consensus-validation: Tier determines which judges run (Low skips, Medium-Critical runs full panel)
- dag-scheduling: High/Critical PRs dispatch judges via DAG for parallel execution
- Audit Trail: All routing decisions logged to
output/risk/{timestamp}-{pr}.json - PM Override: Can manually escalate or de-escalate tier
Signals
- GitHub stars
- 50
- Forks
- 12
- Last commit
- Sep 2026
Others that do the same job
Advanced
- Catalog kind
- skill
- Gateway key
risk-scoring- Source
- github.com/gonzalezpazmonica/pm-workspace