Git & VCS

Git operations, commit helpers, branch management

Showing 1801-1824 of 5242 skills
jim60105

update-github-actions-version

by jim60105

Update GitHub Actions versions in workflow files, focusing only on major version changes. Use when the user wants to update action versions, check for outdated GitHub Actions, or upgrade workflow dependencies to their latest major versions.

Agents 21 6mo ago
joaquimscosta

code-review

by joaquimscosta

Conduct comprehensive code reviews using the Pragmatic Quality framework with confidence-based filtering, hierarchical analysis (architecture, security, maintainability, testing, performance), and PR-level risk assessment. Use when user runs /code-review, /review:code-review, requests a "code review", "review my changes", "PR review", or mentions "review diff", "review branch".

Analytics 21 6mo ago
jim60105

bump-version

by jim60105

Automate version bumping following semantic versioning and changelog management. Use when the user wants to bump a version, create a release, update the changelog, or tag a new version in a project using semver conventions and Keep a Changelog format.

Processing 21 6mo ago
joaquimscosta

creating-commit

by joaquimscosta

Creates context-aware git commits with smart pre-commit checks, submodule support, and conventional commit message generation. Use when user requests to commit changes, stage and commit, check in code, save work, save changes, push my code, finalize changes, add to git, create commits, run /commit command, or mentions "git commit", "commit message", "conventional commits", "stage files", "git add", or needs help with commits.

CLI Tools 21 6mo ago
joaquimscosta

listing-stale-branches

by joaquimscosta

Lists local and remote git branches that are candidates for cleanup — merged but not deleted, and inactive branches with no commits in a configurable period (default 3 months). Use when user mentions "stale branches", "old branches", "branch cleanup", "prune branches", "dead branches", "unused branches", "inactive branches", "branch hygiene", or asks to "list branches to delete", "find stale branches", or runs /stale-branches command.

CLI Tools 21 6mo ago
joaquimscosta

cleaning-up-branches

by joaquimscosta

Deletes merged git branches (local and remote) and flags stale unmerged branches for manual review. Use when user mentions "cleanup branches", "delete merged branches", "prune old branches", "remove stale branches", "branch cleanup", or runs /cleanup-branches command.

CLI Tools 21 6mo ago
jim60105

create-plan

by jim60105

Create a detailed development plan and GitHub issues for a project. Use when the user wants to plan a new feature or fix, create GitHub issues for backlogs or bugs, or draft a comprehensive development plan with task breakdowns, dependencies, and testing strategies. Plans are written in Traditional Chinese with English code examples.

Code Gen 21 6mo ago
nangongwentian-fe

git-rebase-workflow

by nangongwentian-fe

Git Rebase 分支同步流程,用于将当前功能分支 rebase 到最新的目标分支(如 master/main),保持提交历史整洁。适用于功能分支落后于目标分支时,需要同步最新代码的场景。

CLI Tools 12 6mo ago
Takazudo

dev-gha-ifttt-notify

by Takazudo

Add IFTTT webhook notification to a GitHub Actions workflow for mobile push notifications on deploy success/failure. Use when: (1) Adding deploy notifications to CI/CD, (2) Setting up IFTTT webhook in GitHub Actions, (3) User mentions 'IFTTT notify', 'deploy notification', 'push notification for CI'

Agents 12 6mo ago
idanbeck

github-skill

by idanbeck

Read and manage GitHub PRs, issues, and notifications. Use when the user asks to check PRs, view code reviews, find review requests, or check CI status. Helps inform daily standups and code review workflows.

CLI Tools 12 7mo ago
RyderFreeman4Logos

CSA Setup

by RyderFreeman4Logos

Code Review 12 5mo ago
Takazudo

dev-ci-ifttt-notify

by Takazudo

Add IFTTT webhook notification to a GitHub Actions CI/CD workflow. Use when: (1) User wants CI deploy notifications via IFTTT, (2) User says 'add IFTTT notify', 'CI notification', or 'deploy notification', (3) User wants webhook notifications for build/deploy status

Agents 12 6mo ago
odyssey4me

github

by odyssey4me

Work with GitHub issues, pull requests, workflows, and repositories using the gh CLI. Use when managing GitHub projects.

CLI Tools 12 6mo ago
odyssey4me

gitlab

by odyssey4me

Work with GitLab issues, merge requests, pipelines, and repositories using the glab CLI. Use when managing GitLab projects.

CI/CD 12 6mo ago
Takazudo

commits-forbid

by Takazudo

Disable automatic committing. From now on, do NOT make commits unless the user explicitly asks. Used during try-and-error development where the user is exploring implementation directions. Use when: (1) User says 'commits forbid', 'no auto commit', 'don't commit automatically', (2) User wants to experiment without committing.

Debugging 12 6mo ago
odyssey4me

code-review

by odyssey4me

Review PRs, MRs, and Gerrit changes with focus on security, maintainability, and architectural fit. Leverages github, gitlab, or gerrit skills based on repository context.

Code Review 12 6mo ago
Takazudo

dev-gh-actions-doc-auto-merge

by Takazudo

Create a GitHub Actions workflow that auto-merges a production branch into a documentation branch. Use when: (1) Setting up auto-sync from production to doc branch, (2) User mentions 'doc auto merge', 'auto sync docs', 'document branch sync', (3) User wants docs to stay up-to-date with production automatically.

Agents 12 6mo ago
Takazudo

dev-docusaurus-sidebar-desc-sort

by Takazudo

Apply descending (reverse) sidebar sort to a Docusaurus doc category using inverted sidebar_position values. Use when: (1) Adding a changelog or release notes category with newest-first ordering, (2) User says 'descending sidebar', 'reverse sort sidebar', 'newest first sidebar', (3) Creating any Docusaurus category where items should appear in reverse order.

Code Gen 12 6mo ago
Takazudo

globalsync

by Takazudo

Sync all personal repos across machines via git pull & push. Use when: (1) User says 'globalsync', 'sync repos', 'pull push all', (2) User wants to sync their daily resources across machines, (3) User starts or ends a work session and needs repos up to date.

Automation 12 6mo ago
odyssey4me

gerrit

by odyssey4me

Work with Gerrit code review using git-review CLI. Use when submitting changes, downloading patches, and managing code reviews in Gerrit.

CLI Tools 12 6mo ago
Takazudo

git-filtered-merge

by Takazudo

Filtered squash merge: take only matching paths (e.g., doc/) from a source branch and apply them to a target branch via squash merge, PR creation. Use when: (1) User says 'filtered merge', 'sync doc to develop', 'cherry-pick directory', (2) User wants to sync a subset of changes between branches, (3) User needs to apply only specific directory or file changes from one branch to another.

Code Gen 12 6mo ago
Takazudo

commits-auto

by Takazudo

Enable automatic committing mode. From now on, commit changes automatically without asking for permission during development. Use when: (1) User says 'commits auto', 'auto commit', 'commit automatically', (2) User wants hands-off development where commits happen as work progresses.

Debugging 12 6mo ago
Takazudo

custom-command-creator

by Takazudo

Create and manage custom slash commands in Claude Code. Use when: (1) User wants to create a new slash command, (2) User asks about /commands or custom commands, (3) User wants to automate frequently used prompts, (4) User says 'create global command' or 'create local command', (5) User mentions 'command-creator'. Covers: command creation (global and local), command anatomy, frontmatter options, argument handling, bash execution, file references, namespacing, and command vs skill comparison.

CLI Tools 12 6mo ago
Takazudo

dependabot-resolve

by Takazudo

"Comprehensive dependency update workflow for resolving Dependabot alerts and PRs. Use when: (1) User wants to update dependencies, (2) User mentions 'dependabot', 'security vulnerabilities', or 'dependency updates', (3) User asks to run security audit, (4) User wants to create a deps-update PR. Analyzes Dependabot issues, runs security audit (pnpm audit), creates update branch, applies updates, runs quality checks (typecheck, lint, test, build), handles Playwright Docker image sync, and creates PR with full changelog."

Code Review 12 6mo ago