What problem does it solve?
Manually creating git commits and separately logging work results to crosslink issue trackers is tedious and error-prone, often leading to incomplete audit trails for development work that make it hard to track progress across sessions and agent handoffs.
Core Features & Use Cases
- Smart File Staging: Automatically stages only relevant changed files instead of blindly adding all files, avoiding accidental inclusion of unrelated changes like local config files.
- Conventional Commit Generation: Creates properly formatted commit messages that include crosslink issue references when an active issue exists, keeping commit history consistent with project standards.
- Automatic Audit Logging: Adds a result comment to the active crosslink issue after a successful commit, closing the audit trail for the completed work unit without manual tracker updates.
Use case: For example, when finishing work on a crosslink-tracked bug fix, this skill handles the entire commit process and logs the result to the associated issue so you don't have to manually update the tracker.
Quick Start
Use the commit skill to finalize your current code changes and automatically log the result to your active crosslink issue.