What problem does it solve?
This skill solves the challenge of managing multiple concurrent changes in a single repository by ensuring that only files relevant to a specific, tracked change are staged and committed, preventing accidental inclusion of unrelated work.
Core Features & Use Cases
- Change-Aware Staging: Automatically identifies and stages files associated with a specific Cash change, including artifacts, source code, and review signals.
- Archive Integration: Seamlessly handles post-archive states, allowing for commits even after a change has been archived.
- Use Case: When working on two features simultaneously, use this skill to commit only the files for the authentication update while leaving the unfinished database migration files unstaged.
Quick Start
Ask the assistant to commit the files associated with your current active change name.