Configure and manage git commit signing per repository with the correct user identity and signing method (GPG, SSH, or S/MIME).
git diff를 분석해서 Conventional Commit 메시지를 자동으로 만들어줍니다. 사용자가 "커밋 심플 메시지 만들어줘", "커밋 심플", "commit simple", "git commit simple" 이라고 하면 이 스킬을 사용합니다.
编写 BK-CI Git 提交信息和整理提交边界时使用,例如选择 commit type、撰写 commit message、判断是否拆分提交和准备 PR 前自检。当用户要提交代码而不是讨论实现细节时优先使用。
Generates conventional commits based on file changes. Analyzes diffs and creates properly formatted commit messages.
Use when creating git commits or pull requests. Enforces conventional commit format and atomic change principles. Verified on Git 2.30+
Summarizes git commits for specified users over a given time period and generates markdown reports — from tools/git-workflow
Summarizes git commits for specified users over a given time period and generates markdown reports — from majiayu000/claude-skill-registry
Git commit trailer conventions and patterns. Use when composing commit messages that need BREAKING CHANGE, Release-As, Co-authored-by, Signed-off-by, or other trailer lines.
Automatically documents code changes in a searchable changelog when committing to git. Creates structured entries with what/why/issues. Use when user asks to commit changes to git.
Commit message conventions, staging practices, and commit best practices. Covers conventional commits, explicit staging workflow, logical change grouping, humble fact-based…
当用户要求提交代码、整理提交、准备 commit、拆分 commit、push,或指定提交与推送规范时使用。默认使用中文提交信息,将差异较大的改动拆分为多个提交;推送前先执行 fetch、stash、rebase、stash pop,再 push。
Use when creating git commits - mandates commits format with required scopes for all new commits, provides scope discovery from codebase structure, and prevents rationali — from…
Set up pre-commit hooks for linting, formatting, and type-checking with commit message enforcement using conventional commits.
Master Git hooks setup with Husky, lint-staged, pre-commit framework, and commitlint. Automate code quality gates, formatting, linting, and commit message enforcement before code…
Set up and configure Git pre-commit hooks for code quality, secrets scanning, and commit message validation.
Setup and manage git hooks for pre-commit, pre-push automation (lint, test, format)
Implement Git hooks using Husky, pre-commit, and custom scripts. Enforce code quality, linting, and testing before commits and pushes.
Scans git diffs for exposed secrets using truffleHog entropy detection and custom regex patterns. Integrates with pre-commit hooks and GitHub push protection API for real-time…
Natural language wrapper for git commands - automatically triggers /git:commit, /git:status, /git:push when users express git workflow intent
git-wt (git worktree wrapper by k1LoW) のコマンドリファレンスとワークフローガイド。 git worktree、ワークツリー、並行ブランチ作業、worktree の作成・切替・削除、 git wt コマンドの使い方について質問されたときに使用する。 ユーザーが worktree…
GitHub repository standards and workflow rules. Use when creating repos, opening PRs, pushing code, setting up CI, creating branches, writing READMEs, or reviewing repo hygiene.
Use when building multiplayer games in Godot 4.x that require networked gameplay, player synchronization, or RPC communication.
Patterns for vibe coding that produce production-quality output instead of garbage. Covers prompt engineering for AI coding, verification without reading every line,…
Use when setting up git pre-commit and pre-push hooks - provides simple shell script approach and pre-commit framework method, both calling justfile commands for DRY principle
Build and troubleshoot lazygit customCommands in config.yml. Use for prompt-driven commands, context-specific keybindings, commandMenus, template-based construction, and…
Lefthook is a fast, dependency-free Git hooks manager written in Go that runs pre-commit, pre-push, and custom hook commands in parallel.
lint-staged pre-commit hook for running linters only on Git-staged files. Pattern-matched task runners, auto-fix before commit, integration with husky, and staged-only analysis to…
Memo zu aktueller BGH-Entscheidung: Sachverhalt der Entscheidung, Leitsatz, Rechtsfrage, Begruendung BGH, praktische Auswirkungen fuer die Kanzlei.
Erstellt professionelle Git-Commits mit automatischen Pre-Commit-Checks für Java, Python, React und Dokumentation.
Bootstrap a repository with the Toolkit baseline developer tooling: mise, dprint, lefthook, committed, gitleaks, pitchfork, and fnox.
Fast cached-only scan of project dependencies for high-severity CVEs. Uses the local advisory cache without making fresh network calls — sub-second for most projects.
staged git 변경사항을 분석하여 프로젝트 커밋 컨벤션에 맞는 커밋 메시지 2-3개를 추천합니다. "커밋 메시지 추천", "commit 메시지", "어떻게 커밋할까", "커밋 어떻게 써", "git commit 도움" 등의 요청에 응답합니다. 커밋을 직접 실행하지 않습니다.
Use when the user asks "напиши коммит / сгенерь commit message / опиши этот diff as commit". Also trigger automatically before `git commit` if no message was provided.
Use prek as a fast pre-commit-compatible hook runner so agents can lint, format, and policy-check repository changes before handing work back.
Given your SDK or library name, searches GitHub code search for public repos that import or require it, classifies each repo as company org, affiliated developer, solo developer,…
Understand how Spec Kitty manages git: what git operations Python handles automatically, what agents must do manually, worktree lifecycle, auto-commit behavior, merge execution,…
Integriertes Ticket- und Commit-Management. Verbindet das TaskBoard-Dashboard mit Git-Commits in beliebigen Repos.
TinaCMS is a fully open-source headless CMS backed by Git that supports Markdown, MDX, JSON, and YAML content.
Routes Azure DevOps Issue and Bug work through triage, clarification, implementation, commit-message writing, landing, and reconciliation skills.
Use when the user wants to commit staged changes or create a PR — enforces trigger-phrase discipline (preview vs commit vs ship), the [type] commit format, branch-naming check,…
Draft a commit message for an Axiom commit. Use when the user asks to write, draft, or compose a commit message for an Axiom change.
Use when drafting any commit message — sets format (imperative subject under 72 chars, explanatory body when the why isn't obvious from the diff) and prevents the "Fix X"…
Writes and reviews git commit messages following Conventional Commits and the seven fundamental rules. Produces well-formatted, atomic, automation-friendly commit messages.
Use this skill when writing, reviewing, or improving Git commit messages. It enforces the Indonesian Conventional Commit guideline from nyancodeid, including type, optional scope,…
MUST use this skill when user asks to commit, create commit, save work, or mentions "커밋". This skill OVERRIDES default git commit behavior.
This skill generates conventional commit messages using AI analysis of staged Git changes. It automatically determines the commit type (feat, fix, docs, etc.), identifies breaking…
Lightning CSS is a Rust-based CSS parser, transformer, bundler, and minifier from the Parcel team. This skill is for agents that need to optimize stylesheets, lower modern CSS…
Add, remove, list, or swap GitHub Actions self-hosted runners on a CI host that uses the env-var-driven `gh-runner` docker image (raw `docker run`, no compose).
GitHubのコミットメッセージを生成し、ユーザー承認を経てコミットする。コードの修正・実装が完了した際、またはコミットメッセージの作成・コミット実行を求められた際に起動する。