What problem does it solve?
This Skill removes the friction of closing out a reviewed development task by enforcing final quality checks, managing git push operations, aggregating session cost data, capturing lessons learned, and archiving task artifacts so nothing is forgotten and releases are clean.
Core Features & Use Cases
- Pre-flight validation: Verifies an APPROVED review exists, runs tests, checks working tree cleanliness, branch sync status, and scans diffs for secrets.
- Git ceremony: Commits remaining changes with conventional messages if requested, pushes the feature branch to origin, and reports push outcomes without creating pull requests.
- Operational wrap-up: Aggregates cost data from the task ledger, prompts and records lessons learned, updates session state, and archives the task folder into the finalized artifacts area.
- Use Case: When a developer has an approved review and passing tests, run this Skill to perform the final commit/push, collect cost and session data, archive planning artifacts, and produce a concise final report.
Quick Start
Run end_of_task to finalize the current approved task, push the branch to origin, capture lessons learned, aggregate costs, and archive the task artifacts.