commit-workflow
Commit Workflow
Use this skill to turn local repository changes into a clean semantic commit, and optionally push or open a pull request.
Workflow
- Inspect the current branch, git status, unstaged/staged diff, and recent commits.
- Decide whether the change should be one commit or split into multiple focused commits.
- Stage only the files that belong to the requested change.
- Use semantic commit format:
type(scope): description. - When creating a pull request, create a feature branch first if the current branch is the default branch.
- Use the repo's existing pull request templates when present.
Safety
- Do not include unrelated dirty work in the commit.
- Do not rewrite history unless the user explicitly asks.
- Prefer
--force-with-leaseover force push when a forced update is explicitly required.
More from duyet/claude-plugins
react-nextjs-patterns
React and Next.js implementation patterns for performance and maintainability. Use when building frontend components, pages, and applications with React ecosystem.
149backend-api-patterns
Backend and API implementation patterns for scalability, security, and maintainability. Use when building APIs, services, and backend infrastructure.
42quality-gates
Systematic quality verification procedures for code review and delivery. Use when validating completed work, conducting code reviews, or ensuring production readiness.
37gemini-prompting
Prompt engineering guidance for Gemini (Google) model. Use when crafting prompts for Gemini to leverage system instructions, multimodal capabilities, ultra-long context, and strong reasoning features.
27frontend-design
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.
22claude-prompting
Prompt engineering guidance for Claude (Anthropic) model. Use when crafting prompts for Claude to leverage XML-style tags, long-context capabilities, extended thinking, and strong instruction following.
20