commit
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.zipInstalls 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".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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| commit (this skill) | 0 | 2mo | No flags | Intermediate |
| testing-workflow | 16 | 9mo | Review | Intermediate |
| dev | 2 | 6mo | Review | Advanced |
| overnight-development | 1 | 27d | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by Llloooggg
View all by Llloooggg →You might also like
testing-workflow
amo-tech-ai
Comprehensive testing workflow for E2E, integration, and unit tests. Use when testing applications layer-by-layer, validating user journeys, or running test suites.
dev
atopile
LLM-focused workflow for working in this repo: compile Zig, run the orchestrated test runner, consume test-report.json/html artifacts, and discover/debug ConfigFlags.
overnight-development
jeremylongshore
Automates software development overnight using git hooks to enforce test-driven Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.
resolve-checks
flowglad
Resolve all failing CI checks and address PR review feedback on the current branch's PR. Runs tests locally, fixes failures, incorporates valid review comments, and resolves addressed feedback. Use when CI is red, after receiving PR feedback, or before merging.
sprint
meta-pytorch
Work on a batch of GitHub issues in parallel using Agent Teams. Creates one worktree per issue with TDD enforcement, coordinates via a lead agent, then produces stacked PRs.
testing
hw-native-sys
Testing guide and pre-commit testing strategy for PTO Runtime. Use when running tests, adding tests, or deciding what to test before committing.