commit▌
17 indexed skills · max 10 per page
commit
odysseus0/symphony · Productivity
Type and scope are examples only; adjust to fit the repo and changes.
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.
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