83,201 skills sorted by stars.
執行 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...
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...
Erstellt ein vollständiges Release mit Versionsbump in Cargo.toml + tauri.conf.json, Änderungsprotokoll-Update, Git-Tag...
Execute git commit, tag, and push operations with configurable patterns for any project type
{{ ƔƔƔ }} Rename branch if needed
Run a deterministic, fail-fast git quality review pipeline. Use when users ask for git/code review, release-readiness ch...
Rewrites git history safely with dry-run-first workflow. Supports commit amending, squashing, rewording, tag updates, an...
Git 操作安全与规范。强制要求使用 git 原生命令处理受控文件,防止丢失索引或产生冗余变更。当 Agent 尝试移动、重命名或删除文件时触发。
Blocks destructive git and filesystem commands before execution. Prevents accidental loss of uncommitted work from git c...
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...
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...
將雜亂的 git 變更,依功能邏輯自動拆分成多個有意義的 conventional commit
This skill should be used when the user asks to "squash PR commits", "squash my branch", "flatten branch history", "comb...
Stage files, hunks, or specific lines in git non-interactively.
Git workflow, commit message format, and version control standards
分析Git仓库统计信息,包括提交、贡献者和代码变更。