release-prep

Prepares a project release by auditing, scoring vendor readiness, and generating handover documents.

73|7|Updated May 26, 2026
One-click install
npx skills add https://github.com/franklioxygen/agent-workflows --skill release-prep-franklioxygen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-prep
Source: https://github.com/franklioxygen/agent-workflows/tree/main/zh-cn/skills/release-prep
Command: npx skills add https://github.com/franklioxygen/agent-workflows --skill release-prep-franklioxygen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

帮助你在发布 agent-workflows 之前完成就绪性检查、变更汇总、审计验证与发布说明起草,避免漏项或发布不安全的信息外泄与范围失控。

Core Features & Use Cases

  • 发布就绪性检查:确认仓库状态、识别阻塞项并判断发布是否可进行。
  • 变更与发布说明生成:收集发布输入,起草包含摘要、用户变更、技能影响、破坏性变更与迁移说明的发布说明。
  • 确定性验证与证据输出:执行 workflow-maintainer 审计与自动化查找验证,并生成最终发布清单以便交接。
  • Use Case:当你需要按团队标准对 agent-workflows 进行版本发布准备(例如 Codex/自动化系统被要求完成准备、校验、汇总、打包或交接)时,使用它来形成可复核的发布证据链与明确的执行状态。

Quick Start

在该技能目录下运行脚本 scripts/prepare_release_report.py 来收集发布输入并生成发布就绪所需的输出。

Frequently Asked Questions about release-prep

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

FAQPage Schema
How do I prepare a safe release handoff for agent-workflows?

Release preparation for agent-workflows involves checking repository readiness, collecting change inputs, and generating a validated handoff package with structured release notes and deterministic verification evidence.

How do I generate release notes and document breaking changes before publishing?

Generating release notes requires collecting change inputs to draft summaries, user changes, skill impacts, and explicit documentation of breaking changes and migration instructions for major, minor, or patch releases.

What is a maintainer audit and how does it verify release readiness?

A maintainer audit verifies release readiness by executing deterministic verification commands, identifying blocking items, and generating verification evidence to ensure the publishing scope is safe and validated.

Can I use automated scripts to collect verification evidence for workflow validation?

Yes, you can run scripts like prepare_release_report.py to collect release inputs, execute workflow-maintainer audits, and generate a final release checklist with automated verification evidence for handoff.

Does release preparation support unversioned drafts and major version releases?

Yes, the release preparation process supports drafting structured release notes and generating handoff packages for major, minor, patch, and unversioned draft releases with explicit commit and tag actions.

What are the limitations when checking repository status for release readiness?

Readiness checks are limited to identifying blocking items within the repository state and validating the publishing scope, requiring deterministic verification commands to ensure no unsafe information leakage occurs.