Skip to main content
Back to registry

git-commit

github/awesome-copilot

Create standardized, semantic git commits using the Conventional Commits specification. Analyze the actual diff to determine appropriate type, scope, and message.

Installs13
Install command
npx skills add https://github.com/github/awesome-copilot --skill git-commit
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Create standardized, semantic git commits using the Conventional Commits specification. Analyze the actual diff to determine appropriate type, scope, and message. If nothing is staged or you want to group changes differently: Never commit secrets (.env, credentials.json, private keys). Analyze the diff to determine: - Type : What kind of change is this? - Scope : What area/module is affected? - Description : One-line summary of what changed (present tense, imperative mood, <72 chars) - One logical change per commit - Present tense: "add" not "added" - Imperative mood: "fix bug" not "fixes bug" - Reference issues: Closes #123 , Refs #456 - Keep description under 72 characters - NEVER update git config - NEVER run destructive commands (--force, hard reset) without explicit request - NEVER skip hooks (--no-verify) unless user asks - NEVER force push to main/master - If commit fails due to hooks, fix and create NEW commit (don't amend)

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does git-commit do?

Create standardized, semantic git commits using the Conventional Commits specification. Analyze the actual diff to determine appropriate type, scope, and message.

Is git-commit good?

git-commit does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does git-commit work with?

git-commit currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to git-commit?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install git-commit?

npx skills add https://github.com/github/awesome-copilot --skill git-commit

Related skills

More from github/awesome-copilot

Related skills

Alternatives in Software Engineering