A gated git commit workflow that enforces project standards and pre-commit testing.

Install

mkdir -p .claude/skills/commit-llloooggg && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14602" && unzip -o skill.zip -d .claude/skills/commit-llloooggg && rm skill.zip

Installs to .claude/skills/commit-llloooggg

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Create a git commit following project conventions. Checks docs. Pre-commit hook handles analyzer + tests. Use when user says "commit" or "commit and push".
155 chars✓ has a “when” trigger
Intermediate

Key capabilities

  • Gather current git status, diffs, and recent commit history.
  • Analyze changes to determine commit type and documentation updates.
  • Run pre-commit checks automatically before finalizing the commit.
  • Draft commit messages following project conventions.
  • Commit relevant files and push to the current branch if requested.

How it works

The skill gathers git state, analyzes changes, runs pre-commit checks, drafts a commit message, and then commits the changes, optionally pushing them.

Inputs & outputs

You give it
A user command to "commit" or "commit and push", optionally with a message.
You get back
A git commit following project conventions, optionally pushed to the remote.

When to use commit

  • Committing work
  • Committing and pushing to remote
  • Validating code before commit

About commit

Guides the user through git operations, running automated pre-commit hooks and validation tests before finalizing commits.

Create a git commit following project conventions. Checks docs. Pre-commit hook handles analyzer + tests. Use when user says "commit" or "commit and push".

When not to use it

  • When project conventions for commits are not required.
  • When pre-commit checks should be skipped.
  • When manual git operations without validation are preferred.

Limitations

  • The skill enforces specific commit message formats.
  • The skill automatically runs pre-commit hooks and blocks if they fail.
  • The skill only pushes if the user explicitly says "commit and push".

How it compares

This workflow automates adherence to project commit conventions and pre-commit checks, ensuring consistent and validated commits compared to manual git commands.

Compared to similar skills

commit side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
commit (this skill)02moNo flagsIntermediate
testing-workflow169moReviewIntermediate
dev26moReviewAdvanced
overnight-development127dReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry