Turns CI failures into structured release verdicts by correlating error signatures, flakiness history, and code changes. Exposes six tools: aggregate_suite_failures groups errors by normalized signature, cross_reference_flakiness scores against historical data, correlate_code_changes maps failures to changed files, generate_release_recommendation outputs GO/CONDITIONAL_GO/NO_GO/INVESTIGATE with risk scores and domain severity (payment, auth, billing get blocked), detect_temporal_failure_patterns finds time-based artifacts like DST or hourly flakes, and analyze_rollback_readiness scans migration files for destructive operations. Outputs markdown ready for PR comments. Works standalone or composes with flakiness-knowledge-graph-mcp and ast-impact-mapper-mcp. Reach for this when you need an AI agent to triage broken CI runs without reading thousands of lines of logs.
claude mcp add --transport stdio vola-trebla-release-readiness-triage-mcp -- npx -y release-readiness-triage-mcp