20,421 skills sorted by stars.
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...
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...
Blocks destructive git and filesystem commands before execution.Prevents accidental loss of uncommitted work from git checkout --,...
Git security best practices for 2025 including signed commits, zero-trust workflows, secret scanning, and verification
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...
Present the status of the git repository to the user. Use when the agent needs to display the status of the git repository to the...
智能检查本地代码与GitHub的同步状态,识别未提交、未推送、未拉取的更改,帮助在多台电脑之间无缝切换开发。触发词:"检查同步"、"切换电脑"、"准备下班"、"开始工作"。
Git 仓库同步状态检查工具。检查本地与远程仓库的同步状态、预测潜在冲突、检测敏感文件和大文件。当用户提到"检查同步状态"、"检查冲突"、"批量检查仓库"、"检查 gitignore"或类似的 Git 状态分析需求时使用此技能。
Multi-repository git synchronization patterns for batch operations
Git troubleshooting techniques including recovering lost commits, fixing merge conflicts, resolving detached HEAD, and diagnosing...
Agent Skill: Git workflow best practices for teams and CI/CD. This skill should be used when establishing branching strategies, im...
Guide Git workflows including branching, merging, rebasing, and conflict resolution. Use when managing Git operations or resolving...
Automate frequent Git operations including adding changes, committing with meaningful messages, and pushing to remote repositories...
Manages git operations: worktree creation, branch management, commits, PRs, semantic versioning, daily rebase workflow, and PR fee...
Git workflow policies including commit rules and worktree cleanup sequence. Use when managing git operations, commits, or merges.
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...
Work with git worktrees to enable concurrent development across multiple branches without context switching or stashing conflicts.
Use git worktrees for parallel Claude Code workflows. Run multiple Claude instances on different features simultaneously without m...
Use when working on multiple features simultaneously. Creates isolated workspaces without branch switching, enabling parallel deve...
Use this skill in the scenario of writing git commit messages.
Manage Gitea via CLI. Use when user mentions "tea", "gitea cli", or needs terminal-based Gitea operations.
Manage Gitea wiki pages. Use when working with wiki content, creating documentation, or updating wiki pages.
Access GitHub repositories programmatically using gh CLI or REST API. Use this skill when needing to interact with GitHub issues,...
Skill for GitHub Actions CI environment. Use when running inside a GitHub Actions workflow to update tracking comments, commit cod...
Master GitHub Actions workflow patterns, triggers, optimization, and best practices for CI/CD pipelines.
Sets up comprehensive GitHub Actions CI/CD workflows for modern web applications. This skill should be used when configuring autom...
Build multi-architecture container images in GitHub Actions. Matrix builds (public repos with native ARM64), QEMU emulation (priva...
Developing custom GitHub Actions (JavaScript, TypeScript, Docker, Composite). Use this skill when the user asks to 'create a GitHu...
Guide for debugging failing GitHub Actions workflows. Use this when asked to debug failing GitHub Actions workflows.
Creates comprehensive GitHub Actions CI/CD workflows for linting, testing, building, and deploying. Includes caching strategies, m...
Diagnose and fix GitHub Actions workflow failures, CI/CD pipeline issues, YAML syntax errors, and workflow configuration problems....
GitHub activity reports
Diagnose GitHub-driven agile workflow problems and guide feature branch development
Analyze GitHub commits, generate PR reviews, calculate contributor leaderboards, and assess code quality. Use when analyzing git c...
Attach images to GitHub PRs and issues via a scratch repo
Create and manage feature branches
Use GitHub CLI (gh) to interact with GitHub repositories, pull requests, issues, and workflows. Use when: (1) Reading PR details,...
Clone repositories and set up local workspace