Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsGeneral › Page 466

General-Purpose Claude Skills (Page 466 of 1083)

Productivity, automation, knowledge management, integrations, AI tooling, and general-purpose skills for Claude Code.

64,945 skills · updated 2026-06-13 · showing 27901–27960 of 64,945 by quality score

Sub-topics:Integrations (4,016)Automation (3,967)Ai Tooling (2,794)Orchestration Frameworks (1,389)Business Ops (1,386)Agents Skills Meta (1,236)Design Creative (1,178)Legal Compliance (922)

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Git branch naming conventions for consistent, traceable branches. Use when creating new branches, discussing branch naming standards, or setting up repository conventions.
Branch management, pull request workflows, and GitHub integration. Main-branch development pattern (push main to remote feature branches), modern Git commands (switch, restore),…
Delete local git branches whose remote tracking branch is gone or whose changes are already merged into the base branch.
Enforce idiomatic git-branchless during planning and executing tasks — detached-HEAD-first work, in-memory rebase via `git move`, event-log recovery via `git undo`, deferred…
Manage and rebase chains of dependent Git branches (stacked branches). Use when working with multiple dependent PRs, feature branches that build on each other, or maintaining…
生成结构化 git 变更报告(JSON + Markdown)。使用此技能当用户提到"git 变更"、"commit 摘要"、"代码审查"、"release note"、"近期改动"、"每日摘要",或需要分析指定 commit 区间的代码变更。包含三元组结构(设计意图、核心代码、影响范围)的语义化报告,适用于代码审查、发布说明、团队同步、CI/CD 等场景。
The deterministic VCS procedures of an end-of-session git cleanup — path resolution, pre-flight audit, the poll-until-stable mergeability helper, pre-flight cross-checks…
Helper for using the Git CLI to inspect, stage, commit, branch, and synchronize code changes. Use when the user wants to understand or perform Git operations from the command…
Collaboration workflows for team-based Git development. Covers pull request workflows, merge vs rebase strategies, conflict resolution, code review practices, and branch…
Creates git commits following Conventional Commits format with type/scope/subject. Use when user wants to commit changes, create commit, save work, or stage and commit.
Genera mensajes de commit descriptivos siguiendo Conventional Commits. Analiza cambios y sugiere mensajes claros. Úsalo cuando escribas commits o menciones "commit".
Skill for analyzing git changes, grouping them into logical atomic commits, generating conventional commit messages, and guiding through the commit process.
Analyze staged changes and create meaningful git commits with appropriate commit messages following conventional commit standards.
Apply when writing commit messages to maintain consistent, readable git history that enables automated changelog generation.
Branch naming, commit message format, PR workflow, worktree conventions, versioning policy
Display git changes in GitHub-style unified diff format with colored terminal output. Shows both staged (--cached) and unstaged changes with two-column line numbers, red/green…
Analyzes git diffs using libgit2 and radon to compute cyclomatic complexity changes per function. Flags complexity regressions in pull requests with inline GitHub review comments…
Manage git-tracked directories correctly - never create .gitkeep files in directories that will immediately contain tracked files
Help with Git operations for this dotfiles repository, including creating contextual commit messages, reviewing changes, and following best practices for dotfiles version control.
Use when needing to fixup, squash, drop, reword, reorder, or edit commits in a branch's history. Handles the non-interactive approach agents need since `git rebase -i` requires a…
Essential Git commands and workflows for version control, branching, and collaboration.
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured opt — from…
Gerencia fluxos de trabalho do Git (commits, branches, pull requests). Use para automatizar mensagens de commit, criar branches seguindo padrões e preparar PRs.
Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching model.
Workflow rigoroso per la gestione di feature, release e hotfix utilizzando la metodologia Git Flow.
Git-Historia-Analyse — blame, bisect, pickaxe, Conventional Commits Validierung, Changelog-Generierung, Change Tracking
React Native (Expo) 项目的 Git 和 GitHub 操作,包括分支管理、提交、推送、创建仓库、Pull Request、合并流程。当用户提到"git"、"github"、"提交"、"推送"、"分支"、"PR"、"合并"、"仓库"、"rebase"时使用此 skill。
View and configure git-governor rules and protected branches. Use when the user invokes /git-governor to view config, or with subcommands to set rule modes (deny/ask/allow),…
Visualize git branch history as an ASCII graph. Shows branch topology, merge points, tags, and recent commit messages.
Install a Claude Code PreToolUse hook that blocks dangerous git operations (force push, reset --hard, clean -f, branch -D, checkout ., restore .) before they execute.
Git workflow guidelines: conventional commits, merge conflict resolution, worktrees. Apply when running git operations, resolving merge conflicts, or managing branches.
Finds and reports repository health issues including broken symlinks, orphaned branches, and uncommitted changes. Suggests cleanup actions for each issue.
Проверка конфигурации Git в репозитории и окружения, выявление проблем с аутентификацией, настройками и производительностью
Assists with git workflows, commit messages, branch strategies, and resolving common git issues
How to track our work through commits, pull-requests, and pushes. Maintain proper git hygiene in our chaotic, multi-agent environment through atomic commits, with the option to…
Establishes git workflow guardrails including conventional commits, commit message hooks, branch naming conventions, PR templates, and code review processes.
Create small, incremental Git commits from uncommitted changes using Conventional Commits. Use when asked to review git status and split changes into small commits (by file or…
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and…
Code investigation knowledge base. Covers code history tracking, issue introduction analysis, root cause diagnosis.
Use before making code changes for a Bakin task so work happens in an isolated git worktree instead of the shared repo checkout.
Create a GitHub Issue from conversation context - analyze context, generate title/body/labels, preview, and create
GitHub issue creation with semantic commit formatting and automatic label assignment, extending git-issue-labeler, git-semantic-commits, git-issue-updater, and…
Assess GitHub issues and assign appropriate labels using GitHub default labels (bug, enhancement, documentation, duplicate, good first issue, help wanted, invalid, question,…
Update GitHub issues and JIRA tickets with commit progress including user, date, time, and consistent documentation formatting for traceability
Survey changes, create commits referencing their issues, push to remote, comment on each issue, and clean up agent worktrees.
Fetch `ready`-labeled GitHub issues, analyze complexity, and implement each in a parallel isolated worktree. Use to kick off a batch implementation run.
Use when the user asks about past bugs, recurring mistakes, what went wrong before, or wants to avoid repeating errors.
Stages specific lines from git diffs when hunk-level staging is too coarse. Use when a file contains multiple unrelated changes that need separate semantic commits, split commits,…
Generate appropriate commit messages and maintain git log documentation. Use when preparing to commit changes, reviewing git history, or maintaining project change documentation.
Git workflow standards for Mark's projects. Trigger when user mentions: "commit", "committing", "git commit", "git history", "branches", "branching", "push to remote", "create a…
Genera script para commits granulares por archivo usando Conventional Commits. Un archivo = un commit.
MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S).
Advanced Git workflows: interactive rebase, bisect, reflog, cherry-pick, worktrees, history rewriting, submodules, large-file migration (LFS/filter-repo).
Use when adding metadata to commits without changing history, tracking review status, test results, code quality annotations, or supplementing commit messages post-hoc - provides…
Git-Notes-Based knowledge graph memory system. Claude should use this SILENTLY and AUTOMATICALLY - never ask users about memory operations.
Use when pushing, pulling, or merging changes. Handles retries, conflicts, and error recovery.
Rules and procedures for Git operations (add, branch, commit, push). Use when performing git add, git commit, git push, or creating branches.
Use when performing git operations or generating smart commit messages - provides safe git workflow guidance, validation checks, and conventional commit formatting.
Git platform detection and cross-platform command mapping for GitHub, GitLab, and Bitbucket
Create pull requests following project conventions. Use when creating feature PRs, bug fix PRs, hotfix PRs, or release PRs.
Search all 64,945 General skills →