What problem does it solve?
Inconsistent or poorly formatted commit messages and missing ticket references make it hard to track changes, attribute work, and automate release notes; this Skill produces clear, discoverable commits that follow a conventional format and link to Linear tickets.
Core Features & Use Cases
- Produces commit subjects and bodies that follow the Conventional Commits specification with an appended Refs: {ticket-id} line for traceability.
- Handles staging guidance, validates staged diffs, recommends running tests and linters before committing, and optionally uses an authenticated bot identity for author and committer metadata.
- Use cases include creating feature, fix, refactor, docs, test, chore, perf, style, and ci commits that consistently reference Linear tickets for automated workflows and release generation.
Quick Start
Generate a conventional commit for ticket STU-15 describing a bug fix to the api, ensure changes are staged and tests pass, and commit with a message including Refs: STU-15.