What problem does it solve?
This skill solves the problem of session abandonment, where developers leave behind orphaned dev servers, uncommitted work, leaked simulators, and stale scratchpad files that consume system resources and create data loss risks.
Core Features & Use Cases
- Deterministic Cleanup: Uses session-start timestamps to identify and clean up only the resources created during the current work session.
- Safety-First Verification: Performs a multi-phase scan and validation process, including git state checks, port availability verification, and issue tracker synchronization.
- Use Case: After finishing a complex feature implementation, run this skill to automatically commit your work, stop your local dev servers, clear temporary files, and verify that your issue tracker status is updated, ensuring your environment is perfectly clean for your next session.
Quick Start
Invoke the wrap-up skill by typing /wrap-up in your terminal when you are ready to finish your current work session.