What problem does it solve? Before a release, teams must verify that each task's release.md accurately reflects SQL changes, configuration updates, deployment scripts, and external system dependencies. This Skill cross-checks task documents and git evidence to detect documentation drift and consolidates everything into a confirmed release operation sheet. ## Core Features & Use Cases - Batch release sheet generation: Aggregates multiple Trellis tasks into a single .trellis/releases/<release-file>.md operation sheet with fixed sections for SQL, configuration, scripts, external systems, rollback, and verification. - Drift detection: Compares existing release.md files against task materials (prd.md, implement.md, check.jsonl) and git commit evidence, flagging missing, drifted, or uncertain items as Needs human review. - audit-current mode: Maintains a single task's release.md for the finish-work workflow, returning structured no-op / written / needs-review results without user confirmation. - Use Case: Before shipping version v0.3.1, ask the Skill to summarize all tasks in the batch; it reads each task's documents and git history, marks one task with a missing release.md, and produces a confirmed operation sheet with per-task source references. ## Quick Start Ask the assistant to generate a release operation sheet for the current Trellis tasks and confirm the draft before it is written to .trellis/releases/.