← Back to search

io.github.vola-trebla/release-readiness-triage-mcp

vola-trebla Scanned 29d ago

Aggregates CI failures, cross-references flakiness history, and outputs GO/NO_GO release verdicts.

A
93.1 / 100

Versions

0.1.2latest
first seen Jun 5, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 6

aggregate_suite_failures
annotations: none low

Parse a CI test run and group failures by error signature. Deduplicates repeated errors and categorizes them as assertion, timeout, network, or crash. Use this as the first step before triage.

runId string branch string commitSha string totalTests number passedTests number
cross_reference_flakiness
annotations: none low

Given a list of test failures and a flakiness history, score each failure by how likely it is to be a known flaky test vs a real regression. Returns probability scores per test.

correlate_code_changes
annotations: none low

Match a list of changed files against failing tests to determine which failures are directly caused by the code changes in this commit. Returns a correlation mapping.

generate_release_recommendation
annotations: none low

The final step: combines failures, flakiness history, and code change correlation to produce a GO / NO_GO / INVESTIGATE verdict with confidence score and a breakdown of blockers vs safe-to-ignore failures.

detect_temporal_failure_patterns
annotations: none low

Analyzes a history of test failures with timestamps to detect chronometric patterns: failures that cluster at the same UTC hour (hourly jobs), same day of month (billing runs), same weekday (scheduled jobs), or around DST transitions. When a pattern is found, the failure is a time artifact — not a code regression. The agent should schedule a re-run at a different time rather than investigating the source code.

testName string suiteName string timestamp string
analyze_rollback_readiness
annotations: none low

Scans a repository for versioned database migration files (Flyway V*.sql, Prisma migration.sql, Liquibase XML/YAML) and classifies each operation as additive (rollback safe) or destructive (forward-fix only). Returns rollback_eligible, a list of blocking_migrations with file and line, and deployment_strategy. Use before recommending deployment to determine whether a rollback is safe after go-live.

Permissions 1

filesystem low
Server uses filesystem capabilities via: fs sync ops

Scan Findings 19

low
Tool 'aggregate_suite_failures' has no annotations annotation_checker · 100%
low
Tool 'cross_reference_flakiness' has no annotations annotation_checker · 100%
low
Tool 'correlate_code_changes' has no annotations annotation_checker · 100%
low
Tool 'generate_release_recommendation' has no annotations annotation_checker · 100%
low
Tool 'detect_temporal_failure_patterns' has no annotations annotation_checker · 100%
low
Tool 'analyze_rollback_readiness' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
info
package.json metadata manifest_parser · 100%
info
Tool: aggregate_suite_failures manifest_parser · 70%
info
Tool: cross_reference_flakiness manifest_parser · 70%
info
Tool: correlate_code_changes manifest_parser · 70%
info
Tool: generate_release_recommendation manifest_parser · 70%
info
Tool: detect_temporal_failure_patterns manifest_parser · 70%
info
Tool: analyze_rollback_readiness manifest_parser · 70%
info
Transport: stdio manifest_parser · 90%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
low
Permission: filesystem access detected permission_analyzer · 90%
info
SBOM generated: 330 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%