Draft a Conventional Commit message for staged changes using the commit-messages skill.
Generates Conventional Commit messages for staged changes using Git diffs and standard format.
/plugin marketplace add athola/claude-night-market/plugin install pensive@claude-night-marketTo draft a commit message, load the required skills in order:
Skill(sanctum:git-workspace-review) to capture repository status and diffs, completing its TodoWrite items.Skill(sanctum:commit-messages) and create its TodoWrite items (type selection, drafting, etc.).git status -sb, git diff --cached --stat, and git diff --cached.{0|commit_msg.txt} using the required format:
<type>(<scope>): <subject>
<body>
<footer>
(Scope and footer are optional; wrap body lines at 72 characters.)If a skill cannot be loaded, follow these steps:
pwd, git status -sb, git diff --cached --stat, git diff --cached) to gather context.{0|commit_msg.txt}.