Generate well-structured git commit messages. Use when user says "generate commit message", "write a commit", "what should my commit message be", "create commit message for these changes", or needs help crafting conventional commit messages.
/plugin marketplace add Uniswap/ai-toolkit/plugin install development-pr-workflow@uniswap-ai-toolkitThis skill is limited to using the following tools:
Generate a structured git commit message based on current changes and repository patterns.
Gather Git Information:
git status to see staged and unstaged changesgit diff --cached to get detailed staged changesgit diff to get unstaged changes (if any)git log --oneline -10 to understand repository commit patternsParse Input: Extract any scope or focus area from user's request
Generate Message: Create commit message following conventional format:
Generate commit message in this format:
<type>(<scope>): <summary>
<body explaining WHAT changed and WHY>
🤖 Generated with [Claude Code](https://claude.ai/code)
Types: feat, fix, docs, style, refactor, test, chore, perf, ci, build
"Generate a commit message"
"What should my commit say for these auth changes"
"Write commit message focusing on the API updates"
"Create commit for database migration"
Invokes the commit-message-generator agent with:
git commit - only generates message textThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.