adinsights-release-readiness

Aggregate router, scope, contract, and runbook evidence to compute release gate outcomes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cpowe-ADT/ADinsights --skill adinsights-release-readiness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adinsights-release-readiness
Source: https://github.com/cpowe-ADT/ADinsights/tree/main/docs/ops/skills/adinsights-release-readiness
Command: npx skills add https://github.com/cpowe-ADT/ADinsights --skill adinsights-release-readiness

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Synthesize release readiness signals from router, scope, contract, and documentation to help decide go/no-go for releases, reducing manual gate reviews.

Core Features & Use Cases

  • Aggregates router/scope/contract evidence and runbook artifacts to generate a single release readiness packet.
  • Evaluates against release gates and optional checks to surface blockers, warnings, required approvers, and next actions.
  • Use Case: Teams can trigger a release readiness assessment before merging code or deploying to production.

Quick Start

Prompt the AI with the relevant router, scope, contract, and runbook evidence to generate a release readiness packet.

Frequently Asked Questions about adinsights-release-readiness

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

FAQPage Schema
How do I automate release readiness gate checks before deploying to production?

Synthesize release readiness signals by aggregating router, scope, contract, and runbook evidence to evaluate against release-gates.yaml rules. This generates a structured decision packet computing gate outcomes, surfacing blockers, and recommending next actions.

What is a go/no-go release readiness assessment packet?

A release readiness packet is a structured decision output containing status, evidence, and an executive summary. It aggregates router, scope, contract, and runbook artifacts to reduce manual gate reviews and help teams decide go/no-go for releases.

How do I generate a release readiness packet from runbook and contract evidence?

Generate a release readiness packet by prompting with relevant router, scope, contract, and runbook evidence. The model evaluates these inputs against release gates and optional checks to return a structured decision packet with status and required approvers.

Does release readiness assessment work with yaml gate rules and optional run checks?

Yes, release readiness assessment evaluates evidence against yaml gate rules and applies optional run checks. It uses pyyaml to parse release-gates.yaml, computing gate outcomes to return a structured decision packet with status, evidence, and executive summary.

What is the best way to surface blockers and required approvers before merging code?

The best way to surface blockers and required approvers is to trigger a release readiness assessment before merging code. Aggregating documentation and contract evidence evaluates gate outcomes, providing a recommended next action for deployment readiness.