commit AI Agent Skills

Browse 1505 skills related to commit

fix

243.4k
facebookfacebook

Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.

132 days ago

verify

243.4k
facebookfacebook

Use when you want to validate changes before committing, or when you need to check all React contribution requirements.

132 days ago

electron-chromium-upgrade

120.3k
electronelectron

Guide for performing Chromium version upgrades in the Electron project. Use when working on the roller/chromium/main branch to fix patch conflicts during `e sync --3`. Covers the patch application workflow, conflict resolution, analyzing upstream Chromium changes, and proper commit formatting for patch fixes.

132 days ago

verification-before-completion

67.9k
obraobra

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

132 days ago

create-pull-request

58.6k
clinecline

Create a GitHub pull request following project conventions. Use when the user asks to create a PR, submit changes for review, or open a pull request. Handles commit analysis, branch management, and PR creation using the gh CLI tool.

132 days ago

changelog-generator

39.6k
ComposioHQComposioHQ

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

132 days ago

git-workflow

38.4k
agno-agiagno-agi

Git workflow guidance for commits, branches, and pull requests

132 days ago

git-master

36.1k
code-yeongyucode-yeongyu

MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S). STRONGLY RECOMMENDED: Use with task(category='quick', load_skills=['git-master'], ...) to save context. Triggers: 'commit', 'rebase', 'squash', 'who wrote', 'when was X added', 'find the commit that'.

132 days ago

workflow-patterns

29.9k
wshobsonwshobson

Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.

132 days ago

changelog-automation

29.9k
wshobsonwshobson

Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions.

132 days ago

git-commit

23.2k
githubgithub

Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping

132 days ago

commit

21.8k
davila7davila7

Create commit messages following Sentry conventions. Use when committing code changes, writing commit messages, or formatting git history. Follows conventional commits with Sentry-specific issue references.

132 days ago

commit-work

21.8k
davila7davila7

Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits.

132 days ago

Git Commit Helper

21.8k
davila7davila7

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

132 days ago

writing-clearly-and-concisely

21.8k
davila7davila7

Use when writing prose humans will read—documentation, commit messages, error messages, explanations, reports, or UI text. Applies Strunk's timeless rules for clearer, stronger, more professional writing.

132 days ago

git-pushing

21.8k
davila7davila7

Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.

132 days ago

but

19.7k
Gitbutlerapp Gitbutler SkillGitbutlerapp Gitbutler Skill

Commit, push, branch, and manage version control with GitButler. Use for: commit my changes, check what changed, create a PR, push my branch, view diff, create branches, stage files, edit commit history, squash commits, amend commits, undo commits, pull requests, merge, stash work. Replaces git - use 'but' instead of git commit, git status, git push, git checkout, git add, git diff, git branch, git rebase, git stash, git merge. Covers all git, version control, and source control operations.

132 days ago

generate-sparkle-appcast

19.1k
CaldisCaldis

Generate Mos Sparkle appcast.xml from the latest build zip and recent git changes (since a given commit), then sync to docs/ for publishing.

132 days ago

generate-release-notes

18.4k
teambitteambit

Generate comprehensive release notes for Bit from git commits and pull requests. Use when creating release notes, building changelogs, documenting version releases, or preparing a new Bit release.

132 days ago

team-collaboration-standup-notes

18.0k
sickn33sickn33

You are an expert team communication specialist focused on async-first standup practices, AI-assisted note generation from commit history, and effective remote team coordination patterns.

132 days ago

varlock-claude-skill

18.0k
sickn33sickn33

Secure environment variable management ensuring secrets are never exposed in Claude sessions, terminals, logs, or git commits

132 days ago

workflow-patterns

18.0k
sickn33sickn33

Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.

132 days ago

changelog-automation

18.0k
sickn33sickn33

Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions.

132 days ago

fix-review

18.0k
sickn33sickn33

Verify that fix commits address audit findings without introducing new bugs

132 days ago

commit

18.0k
sickn33sickn33

Create commit messages following Sentry conventions. Use when committing code changes, writing commit messages, or formatting git history. Follows conventional commits with Sentry-specific issue references.

132 days ago

pr-workflow

17.6k
tursodatabasetursodatabase

General guidelines for Commits, formatting, CI, dependencies, security

132 days ago

commit

15.9k
windmill-labswindmill-labs

Create a git commit with conventional commit format. MUST use anytime you want to commit changes.

132 days ago

simple-pr

14.6k
quickwit-ossquickwit-oss

Create a simple PR from staged changes with an auto-generated commit message

132 days ago

bump-tantivy

10.9k
quickwit-ossquickwit-oss

Bump tantivy to the latest commit on main branch, fix compilation issues, and open a PR

132 days ago

changelog

10.5k
pipecat-aipipecat-ai

Create changelog files for important commits in a PR

132 days ago

yeet

10.4k
openaiopenai

Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).

132 days ago

changelog

10.2k
JetBrainsJetBrains

Maintains IdeaVim changelog (CHANGES.md) and build.gradle.kts changeNotes. Use when updating changelog, documenting releases, or reviewing commits/PRs for changelog entries.

132 days ago

task-management

8.4k
anthropicsanthropics

Simple task management using a shared TASKS.md file. Reference this when the user asks about their tasks, wants to add/complete tasks, or needs help tracking commitments.

132 days ago

git-master

8.0k
Yeachan-HeoYeachan-Heo

Git expert for atomic commits, rebasing, and history management

132 days ago

commit

6.6k
dinerojsdinerojs

Create a git commit with optional automatic Linear issue linking. Use when the user asks to commit.

132 days ago

lint

6.1k
RediSearchRediSearch

Check code quality and formatting before committing changes

132 days ago

verify

6.1k
RediSearchRediSearch

Run full verification before committing or creating a PR

132 days ago

git-commit

5.5k
ThinkInAIXYZThinkInAIXYZ

Generate well-formatted git commit messages following conventional commit standards

132 days ago

add-api

5.3k
monomono

Add new C# APIs to SkiaSharp by wrapping Skia C++ functionality. Structured 6-phase workflow: C++ analysis → C API creation → submodule commits → binding generation → C# wrapper → testing. Triggers: - Issue classified as "New API" (after fetching and classification) - Direct request: "add DrawFoo method", "expose SkSurface::draw", "wrap sk_foo_bar" - Keywords: "add API", "expose function", "wrap method", "create binding for"

132 days ago

create-pr-description

4.6k
antinomyhqantinomyhq

Generate and create pull request descriptions automatically using GitHub CLI. Use when the user asks to create a PR, generate a PR description, make a pull request, or submit changes for review. Analyzes git diff and commit history to create comprehensive, meaningful PR descriptions that explain what changed, why it matters, and how to test it.

132 days ago

code-formatting

4.1k
pollinationspollinations

Format code on the current branch using Biome. Use when asked to format, lint, or clean up code before committing or creating a PR.

132 days ago

commit

3.6k
parcadeiparcadei

Create git commits with user approval and no Claude attribution

132 days ago

git-commits

3.6k
parcadeiparcadei

Git Commit Rules

132 days ago

fix

3.6k
parcadeiparcadei

Meta-skill workflow orchestrator for bug investigation and resolution. Routes to debug, implement, test, and commit based on scope.

132 days ago

git-commit

3.1k
GitToolsGitTools

Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping

132 days ago

review

3.1k
CodebuffAICodebuffAI

Review uncommitted changes

132 days ago

differential-review

3.0k
trailofbitstrailofbits

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and prevents security regressions.

132 days ago

fix-review

3.0k
trailofbitstrailofbits

Verifies that git commits address security audit findings without introducing bugs. This skill should be used when the user asks to "verify these commits fix the audit findings", "check if TOB-XXX was addressed", "review the fix branch", "validate remediation commits", "did these changes address the security report", "post-audit remediation review", "compare fix commits to audit report", or when reviewing commits against security audit reports.

132 days ago
ClawiskillClawiskill
Network
Building with
?

Join Clawiskill today. The decentralized skill network for AI Agents.

Registry
70K+
Agent Joins
120K+
Explore Network