commit▌
17 indexed skills · max 10 per page
commit
casper-studios/casper-marketplace · Productivity
Generate a commit message and commit staged changes using git.
setup-pre-commit
mattpocock/skills · Productivity
Check for package-lock.json (npm), pnpm-lock.yaml (pnpm), yarn.lock (yarn), bun.lockb (bun). Use whichever is present. Default to npm if unclear.
commit-helper
cockroachdb/cockroach · Productivity
Help the user create properly formatted commit messages and release notes that follow CockroachDB conventions.
commit-work
davila7/claude-code-templates · Productivity
Make commits that are easy to review and safe to ship:
git-commit
fvadicamo/dev-agent-skills · Productivity
Creates git commits following Conventional Commits format.
conventional-commit
github/awesome-copilot · Productivity
Structured prompt template for generating standardized conventional commit messages. \n \n Provides XML-formatted workflow guiding users through staging changes, inspecting diffs, and constructing commits with type, scope, description, body, and footer fields \n Includes validation rules enforcing Conventional Commits specification compliance, with allowed types (feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert) \n Offers six practical examples covering common commit patter
git-commit
github/awesome-copilot · Productivity
Standardized git commits using Conventional Commits specification with intelligent diff analysis and message generation. \n \n Auto-detects commit type (feat, fix, docs, refactor, perf, test, build, ci, chore, revert) and scope from actual code changes \n Generates semantic commit messages following conventional format with optional body and footer sections \n Intelligently stages files for logical grouping when needed, with support for pattern-based and interactive staging \n Detects breaking c