Git & VCS

Git operations, commit helpers, branch management

Showing 697-720 of 4537 skills
ryoppippi

fix-ci

by ryoppippi

Automatically diagnose and fix CI failures using the gh CLI. Fetches logs from broken GitHub Actions, analyses errors, and applies fixes.

Code Review 244 4mo ago
ryoppippi

codex-review

by ryoppippi

Run a code review using Codex CLI. Use when the user wants a code review of uncommitted changes, a specific commit, or changes against a base branch.

CLI Tools 244 3mo ago
ryoppippi

pr-apply-review

by ryoppippi

Fetch and apply review comments from the current PR. Use when you need to address PR feedback.

Code Review 244 4mo ago
ryoppippi

create-pr

by ryoppippi

Manages complete PR workflow from start to finish - creates feature branch, commits changes, pushes to remote, and opens pull request. Use when user wants to create a PR (e.g., "create a PR for these changes" or "the fix is ready, push it up and create a pull request").

Code Gen 244 4mo ago
ryoppippi

commit

by ryoppippi

Creates atomic git commits following Conventional Commits specification with detailed, well-structured messages. Analyzes changes and splits them into logical units. Use when committing code changes that need proper structure and comprehensive documentation (e.g., "commit my authentication changes" or "finished implementing search, time to commit").

CLI Tools 244 4mo ago
Dimillian

review-swarm

by Dimillian

"Parallel read-only multi-agent review of a current git diff or explicit file scope to find behavioral regressions, security or privacy risks, performance or reliability issues, and contract or test coverage gaps. Use when the user asks for a review swarm, parallel review, diff review, regression review, security review, or wants high-signal issues plus a prioritized fix path without editing files."

Code Review 3.6K 2mo ago
getsentry

warden

by getsentry

Run Warden to analyze code changes before committing. Use when asked to "run warden", "check my changes", "review before commit", "warden config", "warden.toml", "create a warden skill", "add trigger", or any Warden-related local development task.

Code Review 331 3mo ago
gmickel

flow-next-work

by gmickel

Execute a Flow epic or task systematically with git setup, task tracking, quality checks, and commit workflow. Use when implementing a plan or working through a spec. Triggers on /flow-next:work with Flow IDs (fn-1-add-oauth, fn-1-add-oauth.2, or legacy fn-1, fn-1.2, fn-1-xxx, fn-1-xxx.2).

Automation 621 4mo ago
unclecatvn

brainstorming

by unclecatvn

"You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation."

Code Gen 85 4mo ago
udecode

dig

by udecode

Look up documentation and source code for libraries and packages. Use when the user asks a question about a library, needs to understand a library's API, or when you need information about a library that you don't know about. Triggers on questions like "How do I use X library?", "What's the API for Y?", "Show me how Z library handles this", or when encountering unfamiliar library usage.

Code Review 1.2K 4mo ago
udecode

changelog

by udecode

Use when updating CHANGELOG.md. Enforces consistent formatting with bolded item names, dash separators, and specific section ordering.

Debugging 1.2K 4mo ago
udecode

pr

by udecode

Comprehensive GitHub pull request management - create regular/draft PRs with descriptions and commits, review PRs with severity ratings. Triggers on "create a PR", "make a draft PR", "review PR", or any PR workflow task.

Code Gen 1.2K 4mo ago
HermeticOrmus

dependency-upgrade

by HermeticOrmus

Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.

Git & VCS 49 6mo ago
accomplish-ai

git-commit

by accomplish-ai

Create well-structured git commits with conventional commit messages, proper staging, and commit best practices.

Code Gen 10.8K 3mo ago
gmh5225

llvm-learning

by gmh5225

Comprehensive learning resources and tutorials for LLVM, Clang, and compiler development. Use this skill when helping users learn LLVM internals, find educational resources, or understand compiler concepts.

Debugging 836 4mo ago
ReinaMacCredy

release

by ReinaMacCredy

Automated release workflow with version bump, tag, publish, and GitHub release

CLI Tools 184 3mo ago
ReinaMacCredy

psm

by ReinaMacCredy

Project Session Manager — isolated dev environments with git worktrees and tmux

Auth 184 3mo ago
ReinaMacCredy

git-worktrees

by ReinaMacCredy

"Git worktree isolation for parallel plan execution. Creates isolated working directories so multiple plans can execute simultaneously without conflicts."

CLI Tools 184 3mo ago
mikeyobrien

release-bump

by mikeyobrien

Use when bumping ralph-orchestrator version for a new release, after fixes are committed and ready to publish

Code Gen 2.9K 4mo ago
forcedotcom

wireit

by forcedotcom

Author and use Wireit scripts for npm. Use when working with Wireit configuration, npm scripts, build pipelines, or when the user mentions Wireit.

Automation 1K 3mo ago
forcedotcom

pr-draft

by forcedotcom

Draft PRs with conventional commit-style titles and Gus work item refs. Use when drafting PRs, PR titles, PR descriptions, opening PRs, or Git2Gus workflows.

Code Review 1K 3mo ago
levnikolaevich

ln-003-push-all

by levnikolaevich

"Commit and push ALL changes (staged + unstaged + untracked) to the remote repository"

Code Review 483 3mo ago
tradingstrategy-ai

make-release

by tradingstrategy-ai

Prepare a new release by updating version, changelog, and building the package

Code Gen 818 3mo ago
BlitterStudio

amiberry-jit-fix

by BlitterStudio

ARM64 JIT compiler fixes for Amiberry (GitHub issue #1766). This skill captures the complete technical knowledge from 20+ debugging sessions that identified and fixed: (a) a page 0 DMA corruption crash during A1200 Kickstart boot, (b) visual corruption (black gadgets, garbled text) caused by incorrect inter-block flag optimization, (c) SIGSEGV crashes on unmapped natmem gaps (e.g., 0x00F10000) in complex configs with hardfiles/RTG, and (d) BSR.L/Bcc.L backward branch crashes from 32-bit displacement zero-extension on 64-bit platforms. Use this skill when working on: (1) the JIT_DEBUG_MEM_CORRUPTION code in compemu_support_arm.cpp or newcpu.cpp, (2) the page 0 DMA guard mechanism (mprotect/SIGSEGV/BRK single-step), (3) any ARM64 JIT register width bugs (64-bit vs 32-bit instruction selection), (4) any crash or exception cascade during A1200 boot with JIT enabled, (5) 68040 JIT mode issues on ARM64, (6) the inter-block flag optimization bug and its fix (dont_care_flags at block boundaries), (7) natmem gap crashes and the commit_natmem_gaps() fix in amiberry_mem.cpp. MANDATORY TRIGGERS: JIT crash, page 0, DMA guard, vec2, exception vector corruption, blitter DMA, mprotect, SIGSEGV handler, BRK single-step, ARM64 JIT, Kickstart boot, visual corruption, black gadgets, garbled ROM version, compemu_support_arm, JIT_DEBUG_MEM_CORRUPTION, inter-block flag, dont_care_flags, 68040 JIT, natmem gap, unmapped region, commit_natmem_gaps, 0x00F10000, canbang, PROT_NONE, BSR, Bcc, branch displacement, sign extension, comp_pc_p, comp_get_ilong, 64-bit pointer, zero-extend, backward branch, gencomp_arm.

Debugging 884 3mo ago