16,832 skills sorted by stars.
Display git changes in GitHub-style unified diff format with colored terminal output. Shows both staged (--cached) and unstaged ch...
Manage git-tracked directories correctly - never create .gitkeep files in directories that will immediately contain tracked files
当用户用自然语言请求提交代码时触发(如「帮我提交」「commit 一下」「提交代码」)。自动应用 Git 提交规范,从分支名提取任务 ID,生成符合规范的提交信息。
React Native (Expo) 项目的 Git 和 GitHub 操作,包括分支管理、提交、推送、创建仓库、Pull Request、合并流程。当用户提到"git"、"github"、"提交"、"推送"、"分支"、"PR"、"合并"、"仓库"、"reb...
This skill should be used when the user is stuck in a git-hex-driven rebase, merge, or cherry-pick due to conflicts and wants the...
Git Hooksの基本概念、ライフサイクル、実装パターンを提供し、コミット前のコード品質チェックとプッシュ前のテスト自動化を実現するスキル。Anchors:• Pro Git (Scott Chacon) / 適用: Git Hooksのライフサイクル理解...
Setup and manage git hooks for pre-commit, pre-push automation (lint, test, format)
Establishes git workflow guardrails including conventional commits, commit message hooks, branch naming conventions, PR templates,...
Git repository access in containerized AI chat environments. Use when user requests git clone, repo fetching, or GitHub operations...
This skill provides guidance for recovering secrets or sensitive data that have been removed from Git history through operations l...
コミットメッセージとPRメッセージのガイドライン。Conventional Commits形式での日本語コミットメッセージ作成、PRの概要・レビュー観点・関連Issue記載をサポート。git commit、PR作成、コミットメッセージの書き方を聞かれた時に使用...
Guidance for setting up Git-based multi-branch deployment systems with SSH access, web servers, and automated deployment hooks. Th...
Create a new git worktree and branch using the local `git new` command. Use when asked to create a worktree from a name, set upstr...
Git operations, GitHub CLI, and version control specialist.Handles complex Git analysis, conflict resolution, branching strategies...
Rules and procedures for Git operations (add, branch, commit, push). Use when performing git add, git commit, git push, or creatin...
Crée une Pull Request GitHub standard avec workflow complet : QA, commits, assignation milestone/projet, code review automatique.
Skill interne fournissant les scripts communs pour la création de Pull Requests. Ne pas appeler directement - utilisé par git-pr e...
Automatically creates comprehensive pull requests to the dev branch when user indicates their feature/fix is complete and ready fo...
Complete GitHub workflow from commit to PR including conventional commits, branch management, pre-push quality checks, PR creation...
Git protocol implementation patterns using gitoxide for Guts repository operations
Use when creating pull requests. Covers PR structure, GitHub CLI usage, branch workflow, and pre-PR validation. Triggers on PR cre...
Multi-remote git push workflow for GitHub and Azure DevOps. Use when the user says"push to github", "push to azure", "push to orig...
Safely rebase, reorder, or squash commits with automatic backup and verification
Performs interactive rebases with smart commit management and conflict resolution. Use when rebasing branches, cleaning up commit...
Safely rebase the current feature branch on top of the latest origin/main. Use when preparing a branch for PR, UAT, or release.
Safely introduce external Git repositories as reference materials. Responsible for managing the `_reference` directory, ensuring e...
Git 项目版本发布自动化工具。支持语义化版本号升级 (major/minor/patch),基于 Angular commit 规范自动生成 CHANGELOG,创建 git tag 并推送到远程仓库。触发关键词:- "发布版本"、"升级版本"、"更新版本"...
Repository management strategies including branch strategies (Git Flow, GitHub Flow, trunk-based), monorepo patterns, submodules,...
Provides Git repository workflow guidelines including branch management, testing practices (TDD), Docker environment handling, and...