Analyzes and safely cleans up local Git branches. Categorizes branches by merge status, staleness, and remote tracking. Provides interactive selection with safety guards.
Score 70/100
Create, switch, and manage git branches with proper handling of uncommitted changes. Use when creating feature branches, switching contexts, or cleaning up after merges.
Score 70/100
Use only when the user explicitly asks for a git branch name or branch naming suggestion. Output one strong recommendation in a consistent pattern, with minimal rationale.
Score 70/100
Enforce idiomatic git-branchless during planning and executing tasks — detached-HEAD-first work, in-memory rebase via `git move`, event-log recovery via `git undo`, deferred…
Score 70/100
Manage and rebase chains of dependent Git branches (stacked branches). Use when working with multiple dependent PRs, feature branches that build on each other, or maintaining…
Score 70/100
生成结构化 git 变更报告(JSON + Markdown)。使用此技能当用户提到"git 变更"、"commit 摘要"、"代码审查"、"release note"、"近期改动"、"每日摘要",或需要分析指定 commit 区间的代码变更。包含三元组结构(设计意图、核心代码、影响范围)的语义化报告,适用于代码审查、发布说明、团队同步、CI/CD 等场景。
Score 70/100
Collaboration workflows for team-based Git development. Covers pull request workflows, merge vs rebase strategies, conflict resolution, code review practices, and branch…
Score 70/100
Creates git commits following Conventional Commits format with type/scope/subject. Use when user wants to commit changes, create commit, save work, or stage and commit.
Score 70/100
Genera mensajes de commit descriptivos siguiendo Conventional Commits. Analiza cambios y sugiere mensajes claros. Úsalo cuando escribas commits o menciones "commit".
Score 70/100
Skill for analyzing git changes, grouping them into logical atomic commits, generating conventional commit messages, and guiding through the commit process.
Score 70/100
Apply when writing commit messages to maintain consistent, readable git history that enables automated changelog generation.
Score 70/100
Branch naming, commit message format, PR workflow, worktree conventions, versioning policy
Score 70/100
Display git changes in GitHub-style unified diff format with colored terminal output. Shows both staged (--cached) and unstaged changes with two-column line numbers, red/green…
Score 70/100
Analyzes git diffs using libgit2 and radon to compute cyclomatic complexity changes per function. Flags complexity regressions in pull requests with inline GitHub review comments…
Score 70/100
Manage git-tracked directories correctly - never create .gitkeep files in directories that will immediately contain tracked files
Score 70/100
Help with Git operations for this dotfiles repository, including creating contextual commit messages, reviewing changes, and following best practices for dotfiles version control.
Score 70/100
Essential Git commands and workflows for version control, branching, and collaboration.
Score 70/100
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for…
Score 70/100
Gerencia fluxos de trabalho do Git (commits, branches, pull requests). Use para automatizar mensagens de commit, criar branches seguindo padrões e preparar PRs.
Score 70/100
Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching model.
Score 70/100
Workflow rigoroso per la gestione di feature, release e hotfix utilizzando la metodologia Git Flow.
Score 70/100
React Native (Expo) 项目的 Git 和 GitHub 操作,包括分支管理、提交、推送、创建仓库、Pull Request、合并流程。当用户提到"git"、"github"、"提交"、"推送"、"分支"、"PR"、"合并"、"仓库"、"rebase"时使用此 skill。
Score 70/100
Git workflow guidelines: conventional commits, merge conflict resolution, worktrees. Apply when running git operations, resolving merge conflicts, or managing branches.
Score 70/100
Finds and reports repository health issues including broken symlinks, orphaned branches, and uncommitted changes. Suggests cleanup actions for each issue.
Score 70/100
Assists with git workflows, commit messages, branch strategies, and resolving common git issues
Score 70/100
How to track our work through commits, pull-requests, and pushes. Maintain proper git hygiene in our chaotic, multi-agent environment through atomic commits, with the option to…
Score 70/100
Establishes git workflow guardrails including conventional commits, commit message hooks, branch naming conventions, PR templates, and code review processes.
Score 70/100
Create small, incremental Git commits from uncommitted changes using Conventional Commits. Use when asked to review git status and split changes into small commits (by file or…
Score 70/100
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and…
Score 70/100
Code investigation knowledge base. Covers code history tracking, issue introduction analysis, root cause diagnosis.
Score 70/100
GitHub issue creation with semantic commit formatting and automatic label assignment, extending git-issue-labeler, git-semantic-commits, git-issue-updater, and…
Score 70/100
Assess GitHub issues and assign appropriate labels using GitHub default labels (bug, enhancement, documentation, duplicate, good first issue, help wanted, invalid, question,…
Score 70/100
Update GitHub issues and JIRA tickets with commit progress including user, date, time, and consistent documentation formatting for traceability
Score 70/100
Stages specific lines from git diffs when hunk-level staging is too coarse. Use when a file contains multiple unrelated changes that need separate semantic commits, split commits,…
Score 70/100
Generate appropriate commit messages and maintain git log documentation. Use when preparing to commit changes, reviewing git history, or maintaining project change documentation.
Score 70/100
Git workflow standards for Mark's projects. Trigger when user mentions: "commit", "committing", "git commit", "git history", "branches", "branching", "push to remote", "create a…
Score 70/100
MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S).
Score 70/100
Advanced Git workflows: interactive rebase, bisect, reflog, cherry-pick, worktrees, history rewriting, submodules, large-file migration (LFS/filter-repo).
Score 70/100
Use when adding metadata to commits without changing history, tracking review status, test results, code quality annotations, or supplementing commit messages post-hoc - provides…
Score 70/100
Use when pushing, pulling, or merging changes. Handles retries, conflicts, and error recovery.
Score 70/100
Rules and procedures for Git operations (add, branch, commit, push). Use when performing git add, git commit, git push, or creating branches.
Score 70/100
Use when performing git operations or generating smart commit messages - provides safe git workflow guidance, validation checks, and conventional commit formatting.
Score 70/100
Git platform detection and cross-platform command mapping for GitHub, GitLab, and Bitbucket
Score 70/100
Create pull requests following project conventions. Use when creating feature PRs, bug fix PRs, hotfix PRs, or release PRs.
Score 70/100
Automatically creates comprehensive pull requests to the dev branch when user indicates their feature/fix is complete and ready for review.
Score 70/100
Create Git pull requests and optionally update JIRA tickets with comments and image attachments
Score 70/100
Git workflow assistant for pull request creation, branch management, and merge coordination. Use when creating PRs, merging branches, resolving conflicts, or cleaning up session…
Score 70/100
Admin-role delivery skill for framework/docs repos. Executes the full engineer delivery flow (simplify → quality → behavioral verify → review → rebase → commit → PR) without JIRA…
Score 70/100
You are an **expert onboarding specialist and knowledge transfer architect** with deep experience in remote-first organizations, technical team integration, and accelerated…
Score 70/100
You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews.
Score 70/100
Set or show a local git identity profile for the current repo. Configures user.name and user.email locally so commits go out under the right alias.
Score 70/100
Git protocol implementation patterns using gitoxide for Guts repository operations
Score 70/100
Git Push Guide. Use when user wants to push changes to remote repository safely.
Score 70/100
Final-phase skill that stages beads, commits, pushes to the remote branch, and labels the GitHub issue as "Ready".
Score 70/100
Stage all changes, create a conventional commit, and push to the remote branch. Use when explicitly asks to push changes (\"push this\", \"commit and push\"), mentions saving work…
Score 70/100
Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their…
Score 70/100
Safely rebase the current feature branch on top of the latest origin/main. Use when preparing a branch for PR, UAT, or release.
Score 70/100
Safety practices and recovery techniques for Git. Covers reflog usage, reset vs revert strategies, recovering lost commits, undoing mistakes, and preventing data loss.
Score 70/100
Safely introduce external Git repositories as reference materials. Responsible for managing the `_reference` directory, ensuring external code is read-only and does not pollute…
Score 70/100
Git 项目版本发布自动化工具。支持语义化版本号升级 (major/minor/patch), 基于 Angular commit 规范自动生成 CHANGELOG,创建 git tag 并推送到远程仓库。 触发关键词: - "发布版本"、"升级版本"、"更新版本"、"版本发布"、"发新版" - "更新版本并提交"、"升级并提交"、"发布并推送" -…
Score 70/100