release-health-analysis

Analyze Jira epics and issues to generate quantified release health risk assessments.

7|15|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/openshift-eng/edge-tooling --skill release-health-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-health-analysis
Source: https://github.com/openshift-eng/edge-tooling/tree/main/plugins/edge-scrum/skills/release-health-analysis
Command: npx skills add https://github.com/openshift-eng/edge-tooling --skill release-health-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It reduces release-management guesswork by transforming Jira release health inputs into a quantified risk assessment and ready-to-share report outputs.

Core Features & Use Cases

  • Release risk analysis: Evaluates schedule, staffing, refinement quality, and blocked/stale signals to label features with Critical/At Risk/On Track/Complete health.
  • Hierarchy rollups: Aggregates progress from Features → Epics → Issues and computes completion percentages, remaining SP, and capacity risk against sprint and roster capacity.
  • Refinement reassessment: Re-checks whether epics sufficiently cover described work to determine whether refinement appears complete even when spikes are missing.

Quick Start

Ask the release-health-analysis skill to read your workdir phase JSON files for the target OCP version and produce analysis.md containing the full health and risk assessment for that release.

Frequently Asked Questions about release-health-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I quantify Jira release health risk for OpenShift delivery?

Release health analysis transforms Jira epics, issues, and capacity signals into a quantified risk assessment. It evaluates schedule, staffing, refinement quality, and blocked signals to label features as Critical, At Risk, On Track, or Complete.

What's the best way to roll up Jira epic and issue completion percentages for sprint capacity planning?

Roll up Jira hierarchy data by aggregating progress from Features to Epics to Issues. This computes completion percentages, remaining story points, and capacity risk against sprint and roster capacity for release health tracking.

How do I reassess Jira refinement coverage when epic spikes are missing?

Reassess refinement coverage by re-checking whether Jira epics sufficiently cover the described work. This determines whether refinement appears complete even when spikes are missing, ensuring accurate release health evaluation.

Do I need Jira MCP search access to generate sprint risk dashboards?

Yes, Jira MCP search access is required to fetch and roll up Jira hierarchy data. The analysis also requires deterministic file reads and writes in the provided work directory to output the structured analysis.md report.

Why does my release health assessment show incomplete refinement despite all epics being closed?

Refinement reassessment re-checks whether epics sufficiently cover described work, determining completion even when spikes are missing. If epic coverage is insufficient, the assessment will flag incomplete refinement despite closed epics.