What problem does it solve?
This Skill automates the repetitive and error-prone process of manually editing repository issue files, updating their status, and performing the associated git operations required to record and merge the change.
Core Features & Use Cases
- Automated Closure: Validates the issue file exists, zero-pads the issue ID, sets status and closed flags, and appends a timestamped closing comment authored with the current git user email.
- Git Workflow Integration: Stages and commits the updated issue file and then completes the feature branch by invoking the repository's feature-complete skill.
- Use Case: When finishing work on an issue stored as .issues/0003.toml, use this Skill to record the resolution, commit the update, and merge the branch without manual file edits.
Quick Start
Invoke the issues-complete skill with the issue ID 3 to add a closing comment, commit the updated .issues/0003.toml, and complete the feature branch.