AgentSkillsCN

release-proof-pack

制定实用的操作手册与可观测性基线:错误边界、API 错误规范、日志记录架构、故障排查与回滚步骤。

SKILL.md
--- frontmatter
name: release-proof-pack
description: Generate auditable proof: walkthrough + decision log + release checklist confirming gates pass.

Release Proof Pack

Goal

Evidence-based DONE: checks + proof + artifacts.

When to use

  • End of any feature/phase.

Minimal inputs (ask only if missing)

  • Commands for build/lint/typecheck/tests (discover if unknown).

Procedure (MUST)

  1. Run checks.
  2. Capture proof (flow + states + signature patterns).
  3. Update walkthrough + decision log.
  4. Create release checklist from template.

Outputs (MUST produce)

  • docs/release_checklist.md.
  • Updated docs.
  • Proof references.