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/headlessknightCreates a single well-crafted git commit by analyzing the diff, matching the repo's commit style, and writing a concise "why not what" message. Invoked via /commit.
Suggests 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.