Skills

All Skills

commit

Skills tagged with #commit

@SienkLogic

audit-fix

Run audit, prioritize findings, auto-fix via quick tasks, test, and commit.

SienkLogic/plan-build-run+16 more
2mo ago
110
@chmouel

commit-helper

Generate conventional commit from staged changes

chmouel/lazyworktree+3 more
2mo ago
1790
@denn-gubsky

effort-estimation

Calibrate engineering effort estimates for git commits using a 5-tier rubric. Use whenever you need to translate a diff into an hours estimate for a senior engineer working with or without an AI coding assistant.

denn-gubsky/ai-dev-effectiveness
2mo ago
70
@artvepa80
MCP

HefestoAI

Pre-commit code quality guardian. Detects semantic drift in AI-generated code.

mcpgithubai
artvepa80/Agents-Hefesto
2mo ago
0
@felirangelp

Fix Secret

Use this skill whenever a `git commit` is blocked by the **gitleaks** pre-commit hook because a secret was hardcoded in source code.

felirangelp/harness-driven-dev+1 more
1mo ago
80
@fvadicamo

github-pr-creation

Creates GitHub Pull Requests with automated validation and task tracking. Use when user wants to create PR, open pull request, submit for review, or check if ready for PR. Analyzes commits, validates task completion, generates Conventional Commits title and description, suggests labels. NOTE - for merging existing PRs, use github-pr-merge instead.

fvadicamo/dev-agent-skills+1 more
2mo ago
530
@sortie-ai

changelog-maintenance

Use when asked to update the changelog, document version changes, prepare a release, or add entries for recent work. Handles CHANGELOG.md updates following Keep a Changelog format and Semantic Versioning. Do NOT use for committing (use git-commit) or creating release notes outside CHANGELOG.md.

sortie-ai/sortie+6 more
2mo ago
150
@AgriciDaniel

ace

Ace - Agent Creates Everything. Persistent state, parallel execution, atomic commits.

AgriciDaniel/ace-claude-code
2mo ago
150
@ivo-toby

mcp-picnic

Generate a changelog from git history. Analyzes commits since the last tag or a specified range and produces a formatted changelog using the template.

ivo-toby/mcp-picnic
2mo ago
350
@mcp-registry
MCP

Signal Api

Bitcoin 15-min prediction signals with on-chain commitment proofs. L402-gated.

mcpapiai
2mo ago
0
@spiriMirror

commit-convention

Conventional commit message format and rules for this project

spiriMirror/libuipc+5 more
2mo ago
2380
@MuhammadUsmanGM

pr-describe

Write a pull-request title and body from the current branch's commits and diff against the base branch. Invoke when the user asks to open a PR, draft a PR description, or summarize a branch.

MuhammadUsmanGM/claude-code-best-practices+2 more
2mo ago
50
@getsentry

create-java-pr

Create a pull request in sentry-java. Use when asked to "create pr", "prepare pr", "prep pr", "open pr", "ready for pr", "prepare for review", "finalize changes". Handles branch creation, code formatting, API dump, committing, pushing, PR creation, changelog, and stacked PRs.

getsentry/sentry-java
2mo ago
1.3K0
@hyperlane-xyz

claude-review

Review code changes using Hyperlane Registry coding standards. Use when reviewing PRs, checking your own changes, or doing self-review before committing.

hyperlane-xyz/hyperlane-registry+1 more
2mo ago
970
@jerrywu001

Git Push

用于在用户明确要求时,一次性完成 `pull -> commit -> push`。

jerrywu001/vue3-toastify
2mo ago
5410
@hyperlane-xyz

build-docker-image

Trigger Docker image builds for Hyperlane agent, monorepo, or node service images. Use when the user wants to build new Docker images for a branch, commit, or tag.

hyperlane-xyz/hyperlane-monorepo+14 more
2mo ago
520
@AD-SDL

Code Ratchets

A ratchet is a pre-commit check that counts deprecated patterns in your codebase against a hard-coded expected count. It fails in two cases: - **Too many instances**: Prevents proliferation via copy-paste - **Too few instances**: Congratulates you and prompts lowering the expected count

AD-SDL/MADSci+1 more
2mo ago
480
@cyanheads
MCP

Git Mcp Server

Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more.

mcpgithub
cyanheads/git-mcp-server
2mo ago
0
@agentforce314

ClawCodex - Claude Code full rebuilt in Python

Generate a conventional-commit message from staged changes.

agentforce314/clawcodex
2mo ago
1220
@msgbyte

changelog-analyzer

Analyze git commits in a range by examining actual code diffs (not commit titles) and produce a ranked list of improvements and optimizations. Use when the user wants a changelog, wants to summarize recent changes, asks what changed since a commit, or wants to review project progress.

msgbyte/cutia
2mo ago
2990
@delexw

Cut a Release — `claude-code-trace`

Turns "we should release this" into a tagged, pushed, pipeline-triggered, **publicly published** release with a curated CHANGELOG, in a way that survives the project's strict pre-commit hook chain and stays honest about what's actually shipping.

delexw/claude-code-trace
1mo ago
2950
@lowdefy

l-changeset

Generate a changeset file for the current branch. Analyzes commits, determines bump types, and writes a user-facing changelog entry. Use when preparing version bumps.

lowdefy/lowdefy+5 more
2mo ago
3.0K0
@helderberto

atomic-commits

Group unstaged changes into atomic commits by concern, then push. Use when user asks to "atomic commits", "commit by group", "group commits", or wants to split changes into related commits before pushing.

helderberto/agent-skills+7 more
1mo ago
80
@OutlineDriven

askme

Verbalized Sampling (VS) protocol for deep intent exploration before planning. Use when starting ambiguous or complex tasks, when multiple interpretations exist, or when you need to explore diverse intent hypotheses and ask maximum clarifying questions before committing to an approach.

OutlineDriven/odin-claude-plugin+40 more
1d ago
170
@apache

fory-performance-optimization

Run profile-driven bottleneck optimization across Apache Fory implementations (Java, C++, Python/Cython, Go, Rust, Swift, C#, JavaScript/TypeScript, Dart, Kotlin, Scala). Use when improving serialize/deserialize throughput or latency, recovering regressions against a reference commit, diagnosing flamegraphs, fixing perf-related CI failures, or porting proven optimizations across languages without protocol or API regressions.

apache/fory
2mo ago
4.3K0
@knowns-dev

kn-commit

Use when committing code changes with proper conventional commit format and verification

knowns-dev/knowns+9 more
2mo ago
1240
@noontide-co

end

Session-closing skill that helps users wrap up intentionally. Use when: user says done, wrapping up, end my day, closing out, call it a day, goodnight, that's it for today, checkpoint, pause. Bookend to /start. Scans git activity, surfaces what happened, spawns a crystallize agent for deep analysis, commits uncommitted work, and closes with a brief summary. Works for end-of-day, end-of-research-batch, end-of-decision-sprint, or mid-work checkpoints.

noontide-co/mainbranch+16 more
2mo ago
100
@chanmuzi

Claude Code skill for consistent git commit, PR, and review conventions

chanmuzi/git-conventions
2mo ago
50
@mandel-macaque

git-memento-workflow

Use git-memento to initialize repository-level AI provider settings, create commits that attach AI session transcripts as git notes, and sync notes to remote. Trigger this skill when users ask to create or troubleshoot memento commits, configure providers (Codex or Claude), verify note attachment, or share notes with team remotes.

mandel-macaque/memento+1 more
2mo ago
4150
@vinta

bump-plugin-version

(project) Use when editing any file under plugins/hal-skills/ or plugins/hal-voice/ to bump the plugin version before committing

vinta/hal-9000+2 more
2mo ago
1130
@sneg55

Commit, Push, and Open PR

sneg55/agent-starter+1 more
1mo ago
70
@a-tokyo

app-ai-guardrails

Scaffold a greenfield app so the **full guardrail canon** is live in **commit #1** and every one of the 7 **gates** is **verified green** before that commit exists. The canon is stack-agnostic; each stack's mechanics live in one adapter file. The differentiator is **teeth**: gates that *fail* on vio

a-tokyo/agent-skills+2 more
42m ago
140
@CopilotKit

git-hooks

CopilotKit pre-commit hook reference. Load automatically when the user mentions git hooks failing, pre-commit errors, lefthook issues, commit blocked, or "hooks don't work", or when user wants to commit/push anything Contains the full hook topology so debugging skips discovery and goes straight to diagnosis.

CopilotKit/CopilotKit
2mo ago
29.4K0
@tellang

merge-worktree

워크트리 브랜치를 main으로 squash-merge + conventional commit 자동 생성. codex-swarm 워크트리 자동 인식. '머지해', 'merge worktree', '워크트리 머지', '결과 수집', 'squash merge' 요청에 사용.

tellang/triflux+33 more
1mo ago
60
@corezoid

Commit with auto version bump

This project follows semver. **Every commit must include a version bump** in: - `plugins/corezoid/.claude-plugin/plugin.json` - `.claude-plugin/marketplace.json`

corezoid/corezoid-ai-plugin+6 more
1mo ago
430
@Lillecarl

Jujutsu Version Control

Use jujutsu (jj) for all version control operations including commits, branches, merges, rebases, and repository management. Handles git workflow translation to jj equivalents.

Lillecarl/nix-csi
2mo ago
850
@roborev-dev

roborev-design-review

Request a design review for a commit and present the results

roborev-dev/roborev+5 more
2mo ago
7230
@SawyerHood

change-walkthrough

Create detailed markdown walkthroughs of code changes. Use when the user asks to "create a walkthrough", "explain the changes", "review recent commits", "document what changed", "walk me through the diff", "summarize my changes", or similar requests for change documentation.

SawyerHood/sawyer-mart
2mo ago
700
@alirezarezvani

secret-scanner

Detect exposed secrets, API keys, credentials, and tokens in code. Use before commits, on file saves, or when security is mentioned. Prevents accidental secret exposure. Triggers on file changes, git commits, security checks, .env file modifications.

alirezarezvani/claude-code-tresor+1 more
2mo ago
6160
@j1king

bump

Bump version in all config files and commit

j1king/grovr
2mo ago
350
@muba00
MCP

Io.Github.Muba00/Gitstandup

Generate daily standup notes from git commits across multiple repositories with AI summaries.

mcpgithubai
muba00/gitstandup
2mo ago
0
@OpenSource03

release

Run the Harnss release workflow — review staged diff, bump version, commit, tag, push, and create a GitHub release. Use when releasing, bumping version, tagging, or creating a release. Argument: major, minor, or patch.

OpenSource03/harnss+1 more
2mo ago
1440
@alibaba

CodeScope Q&A

CodeScope indexes source code into a two-layer knowledge graph — **structure** (functions, calls, imports, classes, modules) and **evolution** (commits, file changes, function modifications) — plus **semantic embeddings** for every function. Supports **Python, JavaScript/TypeScript, C, and Java*

alibaba/neug+7 more
2mo ago
540
@Aurealibe

commits

Quick commit and push following Conventional Commits

Aurealibe/claude-config+1 more
2mo ago
660
@captainsafia

grove

Development skill for the Grove CLI repository - a TypeScript Git worktree management tool built with Bun. Use when working on grove features, bug fixes, or maintenance tasks. Covers: development workflow, code patterns, testing, commands structure, and commit conventions.

captainsafia/grove
2mo ago
590
@tuanductran

github-awesome-copilot-git-commit

Generate Conventional Commit messages and assist interactive commits following this repository's commit rules. Produces suggested type, scope, and short summary.

tuanductran/hr-skills+23 more
1d ago
120
@shunk031

gh-first-workflow

Enforce gh-first GitHub investigation and Conventional Commit output rules. Use when investigating GitHub issues or pull requests, summarizing investigation results, or preparing commit messages.

shunk031/dotfiles+5 more
2mo ago
1150
@mishahanin

/align - Force N numbered clarifying questions before doing any work

Manual escalation lever above the default `prompt-refinement.md` rule. When the user invokes `/align N` they are explicitly summoning a clarification gate with exactly N numbered + lettered questions, each carrying a single committed recommendation. Single-shot per invocation - after Phase 3 approva

mishahanin/heading-os+31 more
10h ago
70
@EdwardJoke

wasup - Task Management Skill

A structured development workflow that takes an idea from concept to released feature using MoSCoW prioritization, git branching, and atomic commits.

EdwardJoke/wasup+1 more
1mo ago
60
@electron

electron-chromium-upgrade

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.

electron/electron
2mo ago
120.6K0