Total 50,503 skills, Version Control has 883 skills
Showing 12 of 883 skills
Commit unstaged changes, push changes, submit a pull request.
Use after /clear, /compact, session resume, or context loss. Use when branch context is stale or unknown. Use when starting work in an existing worktree.
A comprehensive Git assistant skill that provides intelligent branch management, commit message conventions, workflow assistance, and code review guidance. Automatically activates when users perform Git operations or use /git commands.
Use before any implementation start — auto-detects and fixes git state issues (branch, dirty files, remote sync) with one confirmation per fix. Trigger on "start implementation", "implement this plan", "start coding", "execute plan", "開始實作", "執行計劃", or any signal that coding is about to begin.
Emergency fix — minimal change, fast PR, no design overhead
Add line-specific review comments to pull requests using GitHub CLI API
Create an annotated Git tag to mark a project milestone, documenting achievements and next-phase plans. Use when completing a phase, releasing a version, or marking a research checkpoint with a structured summary.
Create pull request from completed feature branch using GitHub-native stacked PRs. Use when the user says 'create PR', 'submit for review', 'synthesize', or runs /synthesize. Validates branch readiness, creates PR with structured description, and manages merge queue. Do NOT use before review phase completes. Not for draft PRs.
Helps users create standardized Git commits. Use this when users want to submit code, save changes, or create a commit.
Produce a weekly synthesis of authored commits with highlights by bugfix, tech debt, and net-new work
Clone/create/fork repos; manage remotes, releases.
Creates commits with conventional format and validation. Use when committing changes or generating commit messages.