16,832 skills sorted by stars.
Analyze and reorganize git branch history into logical, shippable commits. Automatically identifies patterns like RuboCop fixes, t...
Rewrites git history safely with dry-run-first workflow. Supports commit amending, squashing, rewording, tag updates, and force pu...
Analyze git history to enhance risk assessment for PR reviews. Use when analyzing file changes to detect code hotspots (high churn...
Safely inspect, stage, commit, and (only if asked) push changes made by an AI agent. Use for commit/push requests, end-of-task che...
Git safety rules and mandatory gates for all git operations
Blocks destructive git and filesystem commands before execution.Prevents accidental loss of uncommitted work from git checkout --,...
Scan git changes for secrets and credentials before commit
Complete git workflow automation - commit, push, create PR, wait for CI, fetch results, merge. Use when you need to ship changes w...
Manage stacked Git branches and create multiple pull requests using git-spice (gs). Use when organizing feature branches into stac...
Safely squash multiple commits into one with automatic backup and verification
Stage all changes, generate a short commit message, commit, and push. Use when asked to sync changes or run git add/commit/push wi...
智能检查本地代码与GitHub的同步状态,识别未提交、未推送、未拉取的更改,帮助在多台电脑之间无缝切换开发。触发词:"检查同步"、"切换电脑"、"准备下班"、"开始工作"。
Git 仓库同步状态检查工具。检查本地与远程仓库的同步状态、预测潜在冲突、检测敏感文件和大文件。当用户提到"检查同步状态"、"检查冲突"、"批量检查仓库"、"检查 gitignore"或类似的 Git 状态分析需求时使用此技能。
Git troubleshooting techniques including recovering lost commits, fixing merge conflicts, resolving detached HEAD, and diagnosing...
Git operations with conventional commits.
Provides Git version control operations for managing code repositories. Allows agents to check repository status, view commit hist...
Enforce git commits after every phase and task to enable rollback and prevent lost work. Auto-trigger when completing phases, task...
Create GitHub pull requests with auto-generated titles and descriptions based on commit analysis. Analyzes commit history, identif...
Git操作の自動化とベストプラクティス。コミットメッセージ生成、バージョン更新、変更内容の要約に使用。commit、version、changelog、git操作時に使用。
Automate frequent Git operations including adding changes, committing with meaningful messages, and pushing to remote repositories...
Manage git worktrees with GitFlow conventions for parallel development. This skill should be used when creating, managing, or clea...
Conventional commits, PR practices, branching strategies
Git expert covering branching strategies, collaboration, conflict resolution, and best practices
Automatically applies when working with git. Ensures conventional commits, branch naming, PR templates, release workflow, and vers...
Natural language wrapper for git commands - automatically triggers /git:commit, /git:status, /git:push when users express git work...
Automated Git workflow including staging, committing with Conventional Commits format, PR creation, and merging. Use when committi...
Manages git worktrees including listing, creating, removing, and switching between worktrees. Use when the user mentions creating...
Git worktree patterns for parallel development. Use when working on multiple branches simultaneously or when you need to maintain...
Automates creation and management of headless git worktree structures. Use when the user requests to clone a repository with workt...
Manage parallel development with git worktree for isolated story branches, conflict prevention, and efficient merge coordination
Manage git worktrees for parallel branch development and PR reviews.Use when asked about: worktrees, working on multiple branches,...
Safe workflow for git write operations (git rm). Use for removing files from git.
Use this skill in the scenario of writing git commit messages.
Git attributes configuration for cross-platform line ending normalization and file handling. Includes 8 required pattern categorie...