release-deploy-reporting

Generate auditable deploy handoff documents and validate post-deploy artifacts.

6|Updated May 29, 2026
One-click install
npx skills add https://github.com/fusebase-dev/fusebase-flow --skill release-deploy-reporting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-deploy-reporting
Source: https://github.com/fusebase-dev/fusebase-flow/tree/main/flow-skills/release-deploy-reporting
Command: npx skills add https://github.com/fusebase-dev/fusebase-flow --skill release-deploy-reporting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the risk of error-prone, unvalidated deploy handoffs and missing post-deploy artifact checks for full-lane production application releases, ensuring deployments are auditable, reversible, and compliant with team guardrails.

Core Features & Use Cases

  • Deploy Handoff Drafting: Generates standardized, auditable deploy handoff documents with pre-deploy protected path re-checks, exact deploy commands, probe lists, and smoke test criteria.
  • Post-Deploy Verification: Validates deploy hashes, probe results, smoke test outcomes, and single-docs-commit compliance after the operator runs the deploy process.
  • Use Case: After verification gates, code review, and security approvals pass for a new client-facing app feature, use this Skill to generate a compliant deploy handoff, then verify the deploy succeeded before marking the feature spec as DONE.

Quick Start

Use the release-deploy-reporting skill to draft a deploy handoff for the current feature after all verification gates pass and you explicitly say "prepare deploy".

Frequently Asked Questions about release-deploy-reporting

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

FAQPage Schema
How do I create a compliant deploy handoff document for a production release?

A compliant deploy handoff document standardizes production releases by including pre-deploy protected path re-checks, exact deploy commands, probe lists, and smoke test criteria. This ensures deployments are auditable, reversible, and meet team guardrails.

What is post-deploy artifact verification and why is it needed?

Post-deploy artifact verification validates deploy hashes, probe results, smoke test outcomes, and single-docs-commit compliance after the operator runs the deploy process. It is needed to confirm the production release succeeded before marking the feature spec as DONE.

When do I need to run protected path re-checks during a deployment workflow?

Protected path re-checks are needed during deploy handoff drafting for full-lane deployment workflows after verification gates, code review, and security approvals are complete, ensuring error-prone unvalidated paths are caught before production application releases.

Can I use automated release reporting for client-facing app deployments?

Yes, automated release reporting applies to full-lane deployment workflows for client-facing apps after verification gates pass. It generates standardized handoff documents and validates post-deploy artifacts with explicit operator invocation.

What is the best way to document a rollback path for an auditable deploy process?

The best way to document a rollback path for an auditable deploy process is to generate a standardized deploy handoff that includes rollback path documentation alongside exact deploy commands and smoke test validation criteria.

How do I validate smoke test outcomes after a production deploy?

You validate smoke test outcomes after a production deploy by running post-deploy verification checks that confirm deploy hashes, probe results, and single-docs-commit compliance, ensuring the feature spec is fully satisfied and auditable.