From headless-knight
Generates Conventional Commits messages for git repos by analyzing all file changes since last commit, grouped by functionality not files. Use before committing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/headless-knight:commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
对每一个需要生成提交(commit)信息的 git repo 项目,必须分别独立地且完整地按照以下流程来生成信息:
对每一个需要生成提交(commit)信息的 git repo 项目,必须分别独立地且完整地按照以下流程来生成信息:
要求:
feat(map)、feat(mining)npx claudepluginhub lostabaddon/headlessknightSuggests conventional commit messages by analyzing staged, unstaged, and untracked git changes — read-only, never commits.
Creates git commits with clear messages from working tree changes, following repo conventions or conventional commits. Handles clean trees and detached HEAD.
Generates conventional git commit messages from staged changes, unstaged diffs, and recent history. Uses git status, diff --cached, diff, log. Outputs type(scope): summary with body.