Browse 138,453 skills across 70 categories. Mirrored from majiayu000/claude-skill-registry.
This skill should be used when pruning local branches that have been deleted on the remote. It fetches remote changes, i...
当用户明确要求"发布项目到 GitHub"、"创建 GitHub Release"或"生成 Release Notes"时使用。智能分析 tag 间历史变化,生成专业且吸引人的 Release Notes,自动创建 GitHub Relea...
Use when creating a pull request.
Use when creating pull requests. Covers PR structure, GitHub CLI usage, branch workflow, and pre-PR validation. Triggers...
一键推送项目到 GitHub。自动扫描大文件、生成 .gitignore、初始化 Git、创建仓库并推送。支持首次推送、日常更新、版本发布三种模式。当用户说"推到GitHub"、"推送到GitHub"、"git push"、"上传到GitH...
Git Push Guide. Use when user wants to push changes to remote repository safely.
Multi-remote git push workflow for GitHub and Azure DevOps. Use when the user says"push to github", "push to azure", "pu...
執行 Git commit、push,並確保 CI 流程正確觸發。
Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, m...
Stage all changes, create a conventional commit, and push to the remote branch. Use when explicitly asks to push changes...
Stage, commit, and push git changes with conventional commit messages with intelligent security checks. Use when user wa...
--- .claude/skills/git-pushing/SKILL.md (original)
Rebase branches onto upstream main with automatic base detection
Performs git rebases with intelligent conflict resolution through commit message analysis. This skill should be used whe...
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...
Safely rebase the current feature branch on top of the latest origin/main. Use when preparing a branch for PR, UAT, or r...
Recover from Git mistakes safely. Undo commits, recover lost work, fix rebase disasters, and use reflog effectively.
Safety practices and recovery techniques for Git. Covers reflog usage, reset vs revert strategies, recovering lost commi...
Recover from confusing git states. Use when git status is unexpected, commits seem lost, you have a detached HEAD, or me...
Safely introduce external Git repositories as reference materials. Responsible for managing the `_reference` directory,...
Erstellt ein vollständiges Release mit Versionsbump in Cargo.toml + tauri.conf.json, Änderungsprotokoll-Update, Git-Tag...
Git 项目版本发布自动化工具。支持语义化版本号升级 (major/minor/patch),基于 Angular commit 规范自动生成 CHANGELOG,创建 git tag 并推送到远程仓库。触发关键词:- "发布版本"、"升级...
Execute git commit, tag, and push operations with configurable patterns for any project type
{{ ƔƔƔ }} Rename branch if needed
Repository management strategies including branch strategies (Git Flow, GitHub Flow, trunk-based), monorepo patterns, su...
Provides Git repository workflow guidelines including branch management, testing practices (TDD), Docker environment han...
Run a deterministic, fail-fast git quality review pipeline. Use when users ask for git/code review, release-readiness ch...
Analyze and reorganize git branch history into logical, shippable commits. Automatically identifies patterns like RuboCo...
Rewrites git history safely with dry-run-first workflow. Supports commit amending, squashing, rewording, tag updates, an...
Analyze git history to enhance risk assessment for PR reviews. Use when analyzing file changes to detect code hotspots (...
Safely inspect, stage, commit, and (only if asked) push changes made by an AI agent. Use for commit/push requests, end-o...
Git 操作安全与规范。强制要求使用 git 原生命令处理受控文件,防止丢失索引或产生冗余变更。当 Agent 尝试移动、重命名或删除文件时触发。
Git safety rules and mandatory gates for all git operations
Apply critical git safety protocols before any git operations, especially in collaborative environments. Use when perfor...
Blocks destructive git and filesystem commands before execution. Prevents accidental loss of uncommitted work from git c...
Blocks destructive git and filesystem commands before execution.Prevents accidental loss of uncommitted work from git ch...
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execut...
List recent git commits across all repos under ~/Code (excluding .build checkouts). Use when the user asks to show last...
Scan git changes for secrets and credentials before commit
Git security best practices for 2025 including signed commits, zero-trust workflows, secret scanning, and verification
Format Git commit messages following Conventional Commits specification with semantic versioning support for proper comm...
Run sensitive information scanning before commit. Use to check staged files for secrets, credentials, private keys, and...
Use when starting implementation work, before executing implementation plans, or when user says to begin development - s...
Complete git workflow automation - commit, push, create PR, wait for CI, fetch results, merge. Use when you need to ship...
將雜亂的 git 變更,依功能邏輯自動拆分成多個有意義的 conventional commit
Manage stacked Git branches and create multiple pull requests using git-spice (gs). Use when organizing feature branches...
This skill should be used when the user asks to "squash PR commits", "squash my branch", "flatten branch history", "comb...
Safely squash multiple commits into one with automatic backup and verification