4967 results (43.0ms) page 4 / 249
t3chn / codex-skills-vi-prek exact

Set up and configure prek (Rust drop-in replacement for pre-commit) in repositories: create/update `.pre-commit-config.yaml`, install/uninstall git hooks (`uvx prek install` / `uvx prek...

claude-world / director-mode-lite-smart-commit exact

Conventional Commits with quality checks

parcadei / continuous-claude-v3-git-commits exact

Git Commit Rules

dorgonman / kano-agent-backlog-skill-demo-kano-commit-convention-skill exact

Commit convention linting and changelog automation following the Kano commit format.

EnzoGiglioEB / ai-resources-git-commit-helper exact

Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged changes.

julianobarbosa / claude-code-skills-precommit exact

Pre-commit hooks framework for multi-language code quality automation. USE WHEN setting up pre-commit OR configuring git hooks OR adding linting OR code formatting OR security scanning OR...

Nirusan / claude-config-git-add-commit-push exact

Stage all changes, create a commit with auto-generated or custom message, and push to current branch. Use when the user says "commit", "push", "save changes", or wants to finalize their work.

llama-farm / llamafarm-commit-push-pr exact

Commit changes, push to GitHub, and open a PR. Includes quality checks (security, patterns, simplification). Use --quick to skip checks.

jonathanprozzi / agent-skills-pre-pr-scan exact

Pre-PR compliance and security scan. Checks diff against CLAUDE.md guidelines and security best practices before creating a pull request.

tryhuset / agent-skills-commit-organizer exact

Use when you need to organize uncommitted changes into logical, well-structured commits with clear messages.

hocgin / agent-skills-commit-organizer exact

Use when you need to organize uncommitted changes into logical, well-structured commits with clear messages.

regenrek / agent-skills-pr-commiter exact

Agentic PR committer with deterministic commits, enforced branch/PR workflow, and explicit paths (no git add .).

EpicenterHQ / epicenter-incremental-commits exact

Break multi-file changes into atomic commits ordered by dependency. Use for refactors, breaking API changes, or features touching 3+ files.

ryanthedev / code-foundations-aposd-verifying-correctness exact

Verify code correctness before claiming done or committing. Run 6-dimension checklist: requirements coverage, concurrency safety, error handling, resource management, boundary conditions, and...

zartin790 / llm-system-template-agents-skills-patterns-tools-prompts-git-commit-helper exact

Generate descriptive commit messages by analyzing git diffs. Use when