git-workflow
git-workflow is a set of patterns and strategies for managing Git repositories, including commit message formatting and rebase techniques.
Browse and install thousands of AI Agent skills in the Killer-Skills directory. Supports Claude Code, Windsurf, Cursor, and more.
git-workflow is a set of patterns and strategies for managing Git repositories, including commit message formatting and rebase techniques.
Conventional commit message formatting. Use when creating git commits to ensure messages follow the projects conventional commit style with proper type, scope, and description.
Generate a single-line commit message for ant-design by reading the projects git staged area and recent commit style. Use when the user asks for a commit message, says msg, commit msg, 写提交信息, or wants
Generate commit message for staged changes, pause for approval, then commit. Stage files first with `git add`, then run this skill.
Generate professional git commit message based on changes
Generate commit message for staged changes, pause for approval, then commit. Stage files first with `git add`, then run this skill.
Generate descriptive commit messages by analyzing git diffs.
Commit message routing rules for multi-agent workflows. Defines the header format, valid values, routing table, and examples for automated agent handoffs.
Generates commit messages and creates commits. Use when writing commit messages, committing changes, or reviewing staged changes.
Edit LCP protocol docs under docs/protocol/ in BOLT-style (TLVs, message formats, state flow).
Use when creating Git commits — produces distinctive emoji-adorned commit messages with creative visual metaphors
Validates commit messages against Conventional Commits specification using programmatic validation. Replaces the git-conventional-commit-messages text file with a tool that provides instant feedback.