20,421 skills sorted by stars.
Giotto Suite 空间转录组学分析工具包 - 100%覆盖718个文件(37个教程+285个核心API+4个数据文档+344个扩展函数+49个工具函数)
Manage GitHub gists - create, edit, list, and share code snippets using gh CLI
Automatically fold uncommitted changes into appropriate commits on a feature branch. Use when applying review feedback, fixing bug...
Autonomously select files to stage for an atomic Git commit. Use when the agent wants to stage selected files for a git commit. On...
git addとgit commitを自動化し、変更内容に基づいて適切なコミットメッセージを生成します。ユーザーがコミットを作成したい時、変更をコミットしたい時に使用します。
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and reco...
Skill for analyzing git changes, grouping them into logical atomic commits, generating conventional commit messages, and guiding t...
Use when debugging regressions or identifying which commit introduced a bug - provides systematic workflow for git bisect with aut...
Use when planning git branching strategies or managing branches for development. Helps create clear development narratives through...
This skill should be used when starting new feature work, mid-feature when wanting to add unrelated changes, when a branch has gro...
Crée une Pull Request en mode Continuous Delivery avec workflow complet : QA, labels version (major/minor/patch), feature flags, c...
Manage and rebase chains of dependent Git branches (stacked branches). Use when working with multiple dependent PRs, feature branc...
Generate changelog from git commits and manage versions.
Automate Git workflow with conventional commits, setup GitHub Actions CI/CD, configure Husky hooks, manage PR automation, and hand...
Assists with careful Git commits in any repository. Activates when committing changes, checking .gitignore, or generating commit m...
Git 提交规范(Conventional Commits)
Create well-formatted git commit messages following conventional commits standard. This skill should be used after completing codi...
按照 Conventional Commits 规范执行高质量的 git 提交,处理暂存、消息生成及钩子修复。
Skill para commits e pushes automatizados no GitHub. Analisa mudanças, gera mensagens descritivas seguindo convenções, valida códi...
Use when creating git commits or pull requests. Enforces conventional commit format and atomic change principles. Verified on Git...
This skill should be used whenever creating git commits. It ensures commit messages follow conventional commit format, character l...
Automatically documents code changes in a searchable changelog when committing to git. Creates structured entries with what/why/is...
Git 提交信息智能生成工具。基于 Claude 对代码改动和用户意图的深度分析,自动生成符合项目规范的 commit message,支持四层验证机制确保质量。
Git Commit Rules
Git設定ファイル管理。.gitconfig、.gitmessage、.gitignoreの確認・編集。トリガー: git config, gitconfig, gitmessage, gitignore, git設定
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
Finds the true merge-base/fork-point of a git branch, detecting history rewrites from rebases and squashes. Handles unknown parent...
当用户用自然语言请求提交代码时触发(如「帮我提交」「commit 一下」「提交代码」)。自动应用 Git 提交规范,从分支名提取任务 ID,生成符合规范的提交信息。
React Native (Expo) 项目的 Git 和 GitHub 操作,包括分支管理、提交、推送、创建仓库、Pull Request、合并流程。当用户提到"git"、"github"、"提交"、"推送"、"分支"、"PR"、"合并"、"仓库"、"reb...
This skill should be used when the user wants to clean up a feature branch's history using git-hex (squash/fixup commits, reorder/...
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...
Complete pull request workflow combining git-hex (local craft) with remote collaboration (GitHub plugin or CLI). This skill should...
Use this agent when understanding the historical context and evolution of code changes, tracing the origins of specific code patte...
Setup and manage git hooks for pre-commit, pre-push automation (lint, test, format)
This skill provides guidance for recovering secrets or sensitive data that have been removed from Git history through operations l...
Stages specific lines from git diffs when hunk-level staging is too coarse. Use when a file contains multiple unrelated changes th...
Generate a commit message for changes already in the Git staging area, and await approval from the user. Use when the agent needs...
コミットメッセージと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...
Rules and procedures for Git operations (add, branch, commit, push). Use when performing git add, git commit, git push, or creatin...
MANDATORY: Use gh (GitHub) or glab (GitLab) CLI for ALL issue/task management. Unified workflow across platforms.
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
執行 Git commit、push,並確保 CI 流程正確觸發。
Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pu...