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.
npx claudepluginhub lostabaddon/headlessknightThis skill uses the workspace's default tool permissions.
对每一个需要生成提交(commit)信息的 git repo 项目,必须分别独立地且完整地按照以下流程来生成信息:
Suggests conventional commit messages by analyzing staged, unstaged, and untracked git changes. Read-only; handles multi-repo workspaces and recommends splits for broad changes.
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.
Share bugs, ideas, or general feedback.
对每一个需要生成提交(commit)信息的 git repo 项目,必须分别独立地且完整地按照以下流程来生成信息:
要求:
feat(map)、feat(mining)