一键导入
specflow-ship
Use when the user wants to release a version. Produces a baseline, generates change records, runs a quick audit, and presents a release summary.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user wants to release a version. Produces a baseline, generates change records, runs a quick audit, and presents a release summary.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when the user wants to manage CI workflows, import/export artifacts, configure standards ingestion, or set up team roles and RBAC. Covers adapter configuration, hook management, and CODEOWNERS generation.
Use when the user wants to review, validate, or verify any SpecFlow artifacts. Triggers context-specific checks using automated scripts and checklist review.
Use when the user wants a full-project health review. Runs a zero-question deterministic core with optional adversarial wings. Creates AUD and CHL artifacts.
Use when the user wants to run the change-audit pipeline to autonomously review impact cones of recent changes and log findings.
Use when the user wants to discover, capture, or author new requirements. Triggers a progressive disclosure conversation to extract specifications and create REQ artifacts.
Use when stories are planned and the user wants to implement them. Orchestrates implementation, updates artifact statuses, and creates test artifacts.
| name | specflow-ship |
| description | Use when the user wants to release a version. Produces a baseline, generates change records, runs a quick audit, and presents a release summary. |
This skill accepts freeform user input alongside the command. Interpret the user's message to determine scope and depth:
Always run the deterministic core regardless of input. It costs zero tokens and provides the foundation for any analysis.
Release workflow: baseline, change records, and audit.
uv run specflow baseline create <tag> --evidence
Generate the change records for this release:
uv run specflow document-changes --since <prev>
Note: document-changes runs here so each release ships its own DEC trail.
Run a fast health check across the final state of the release:
uv run specflow project-audit --quick
error, present a clear warning. "The audit returned errors. Are you sure you want to proceed with this release? (Recommended: No, fix errors first)"