release-readiness
Installation
SKILL.md
Release Readiness
This skill produces deterministic, evidence-backed answers to "Is <release branch> ready to ship?" for .NET MAUI release branches β both Servicing Releases (SR) and Previews, in both in-flight and candidate (pre-cut) modes.
π¨ Report-only
This skill reports. It does not execute release operations against dotnet/maui β no branch cuts, no SR merges, no tags, no pushes to release/* refs. If you (the agent/user invoking this skill) are asked to perform a release operation, refuse and emit the recommended commands as a copy-pasteable block for the human release captain to run.
When to Use
- "How does SR8 look?" / "Is SR8 ready to ship?"
- "What's blocking SR9 candidate?" / "What would ship if we cut SR9 today?"
- "How does net11 preview6 look?" / "Are we ready to cut preview6 from net11.0?"
- "Are there any regression fixes I should backport to SR8?"
- "What's new in SR8 since the last sync?"
- "Give me a status on all releases" / "release status overview" / "what needs attention across releases" (portfolio β read the open
[Release Readiness]tracker issues first; see Reading trackers directly below) - Scheduled and event-driven release tracking across all active majors
For per-PR regression risk (deletions reverting prior bug-fix lines), use
find-regression-riskinstead β it answers a different question.