active/commits/SKILL.md
Write repository-appropriate git commit messages by first checking local history, then matching that repo's conventions. Use when asked to draft a commit message, explain how a repo formats commits, or adapt commit style across different repositories.
npx skillsauth add kevinslin/skills commitsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to draft commit messages that match the target repository instead of forcing one universal style everywhere.
git log -20 --pretty=format:'%s'.dev.conventional-commits.Read references/repo-profiles.md when you need concrete repo-specific guidance.
That file currently includes:
skills-public, based on the previous 20 commits in the repofeatenhance in skills-publicdocs when the repo uses typed headerschore when the change does not read as a feature or fixWhen the user asks how a repo formats commits, return:
When the user asks for a commit message directly, return one preferred subject line and, if needed, one alternative when the type or scope is genuinely ambiguous.
development
Convert an existing static HTML site into a private Codex Site, optionally adding a persistent authenticated API and local programmatic writes. Use only when deliberately invoked as $html2site.
business
Research verified local events and create ranked, source-linked activity reports.
development
Preview available meeting options and create Google Calendar invites with attendee availability and room booking after confirmation. Use when directly invoked via $cal or when asked to schedule a meeting.
testing
Manage Git preflight, branches, worktrees, pushes, and completed-work cleanup. Use whenever creating a pr or when explicitly invoked.