Loading...
Loading...
Found 205 Skills
Creates commits with conventional format and validation. Use when committing changes or generating commit messages.
Manages Git workflows including branching, commits, and pull requests. Use when working with Git, creating commits, opening PRs, managing branches, resolving conflicts, or when asked about version control best practices.
Create well-formatted commits with conventional commit format using Sapling.
Create well-formatted commits with conventional commit format.
Create a git commit with a clear, value-communicating message. Use when the user says "commit", "commit this", "save my changes", "create a commit", or wants to commit staged or unstaged work. Produces well-structured commit messages that follow repo conventions when they exist, and defaults to conventional commit format otherwise.
Development conventions and patterns for everything-claude-code. JavaScript project with conventional commits.
Keep a Changelog format. Covers structure, change types, versioning. Keywords: CHANGELOG.md, semver.
Create and manage GitHub repositories, branches, commits, and PRs via local git commands and GitHub MCP. Use when the user asks to create a repo, push code, get repo info, manage branches, open PRs, or work with GitHub repositories.
Generate conventional commit messages based on git diff analysis. Use when you need to create well-structured commit messages following conventional commit format.
Create git commits following Conventional Commits specification with project-specific branch naming rules
Stage changes and generate commit messages that comply with the Conventional Commits specification.
Create a git commit with conventional commit format. MUST use anytime you want to commit changes.