go-live

Generates a support-transition acceptance checklist from readiness, security, and code-review reports.

1|Updated Jun 27, 2026
One-click install
npx skills add https://github.com/vickysrawat/AI-Assisted-development --skill go-live-vickysrawat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go-live
Source: https://github.com/vickysrawat/AI-Assisted-development/tree/main/skills/go-live
Command: npx skills add https://github.com/vickysrawat/AI-Assisted-development --skill go-live-vickysrawat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Deciding whether an application is ready to hand over to a support team at go-live requires consolidating scattered readiness, security, and code-review findings into one go/no-go decision, which is error-prone when done manually. ## Core Features & Use Cases - Ledger ingestion: Reads the latest prod-readiness report, security ledger, code-review ledger, deployment architecture, and pipeline definitions to derive go-live blockers and fast-follow items. - Never-fabricated findings: Missing inputs degrade to explicit ⚠ TODO rows with a "run /X" note instead of silently passing, and every finding ID is copied verbatim from its ledger. - Structured checklist output: Produces a Markdown Transition Acceptance Checklist with Section A blockers, Section B fast-follows, knowledge-transfer items, handed-over artifacts, a grounded recommendation, and a sign-off table. - Use Case: Before a go-live date, run the checklist to confirm no open Critical/High security findings exist, the rollback demo is scheduled, and the operational runbook is linked for the incoming support team. ## Quick Start Ask the assistant to generate the go-live transition acceptance checklist for this project using the latest readiness, security, and code-review reports.

Frequently Asked Questions about go-live

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

FAQPage Schema
How do I create a go-live checklist for support handover?

Run the go-live checklist generation, which ingests your latest prod-readiness report, security ledger, code-review ledger, and deployment architecture to produce a Markdown acceptance checklist with blockers, fast-follow items, and a sign-off table.

What inputs does the go-live checklist need?

It reads the latest prod-readiness HTML report, security-ledger.md, the newest code-review ledger, architecture-deployment.md, and Azure pipeline definitions. Any missing input becomes an unverified blocker row with a note to run the corresponding report.

Does the go-live checklist read application source code?

No, it is a Category C documentation generator that reads only generated reports, finding ledgers, architecture docs, and pipeline definitions. It never reads application source and applies no source-file consent gate.

What happens if security or code-review reports are missing?

Missing reports are treated as unverified risk and emitted as go-live blocker rows with a note to run the corresponding review. Findings are never fabricated, and a go recommendation is never emitted while any blocker row is open.

When should I use the operations runbook instead of the go-live checklist?

Use the operations runbook for the living operational document a support engineer opens during incidents. Use the go-live checklist only as the one-time go/no-go acceptance gate at support transition; the checklist links the runbook as a handover artifact.