Git & VCS

Git operations, commit helpers, branch management

Showing 793-816 of 5263 skills
knoopx

jujutsu

by knoopx

Manages version control with Jujutsu (jj), including rebasing, conflict resolution, and Git interop. Use when tracking changes, navigating history, squashing/splitting commits, or pushing to Git remotes.

Code Gen 81 6mo ago
knoopx

pi

by knoopx

Configures pi coding agent with skills, templates, extensions, packages, and models. Use for composable development workflows, custom agents, and project-specific configurations.

Agents 81 6mo 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 955 6mo ago
BlitterStudio

winuae-amiberry-merge

by BlitterStudio

Assist with merging updates and synchronizing functionality from the upstream WinUAE repository (Windows) to Amiberry (Linux/macOS/Android/Windows). Includes a comprehensive guide for porting Win32 GUI dialogs to Dear ImGui, mapping Windows controls to ImGui equivalents, and analyzing platform-specific code. Use this for analyzing upstream commits, identifying Windows-specific code, adapting GUI panels, and verifying feature parity.

Code Review 955 6mo ago
zapier

Code Review

by zapier

Performs comprehensive code reviews of git branches, analyzing code quality, security, performance, and best practices. Use when the user says "review" or "code review" or asks to review pull requests, merge requests, or analyze branch changes before merging.

CLI Tools 389 9mo ago
zapier

Git Commit

by zapier

Generates storytelling-focused Conventional Commits messages with Jira context integration, then commits and pushes changes. Use when the user says "commit", "git commit", or asks to commit changes, wants to create a commit, or when work is complete and ready to commit.

Code Gen 389 9mo ago
CoWork-OS

code-reviewer

by CoWork-OS

Use this skill to review code. It supports both local changes (staged or working tree)

Code Review 440 7mo ago
mblode

mind-map

by mblode

Generates Mermaid mindmap diagrams from codebases, topics, files, or conversations. Visually summarizes source material showing main topics and related ideas as branching diagrams. Use when asked to create a mind map, visualize a topic, map out a codebase, summarize a file as a diagram, generate a concept map, or create a visual overview.

Code Gen 84 6mo ago
LeoYeAI

openclaw-master-skills

by LeoYeAI

A curated index of 127+ high-quality OpenClaw skills sourced from the community — including skills for AI tools, productivity, marketing, frontend, mobile, backend, database, auth, DevOps, and web automation. Install individual skills via ClaWHub or clone the full collection from GitHub. Updated weekly by the MyClaw.ai team.

Auth 2.1K 6mo ago
secondsky

sap-hana-cloud-data-intelligence

by secondsky

Develops data processing pipelines, integrations, and machine learning scenarios in SAP Data Intelligence Cloud. Use when building graphs/pipelines with operators, integrating ABAP/S4HANA systems, creating replication flows, developing ML scenarios with JupyterLab, or using Data Transformation Language functions. Covers Gen1/Gen2 operators, subengines (Python, Node.js, C++), structured data operators, and repository objects.

Analytics 420 8mo ago
CloudAI-X

managing-git

by CloudAI-X

Manages Git workflows including branching, commits, and pull requests. Use when working with Git, creating commits, opening PRs, managing branches, resolving conflicts, or when asked about version control best practices.

Code Review 1.4K 6mo ago
JackyST0

git-commit

by JackyST0

Git commit message generator that creates conventional commit messages based on code changes.

Auth 625 7mo ago
pedronauck

git-rebase

by pedronauck

Intelligently handle git rebase operations and resolve merge conflicts while preserving features and maintaining code quality. Use when rebasing feature branches, resolving conflicts across commits, and ensuring clean linear history without losing changes.

Code Review 594 5mo ago
pchalasani

make-issue-spec

by pchalasani

Create a markdown document that describes a specific task along with

Code Gen 2K 9mo ago
pedronauck

fix-coderabbit-review

by pedronauck

End-to-end remediation workflow for PR review feedback by PR number. Use when Codex must export CodeRabbit issues for a PR, fix every issue completely, commit all fixes in a single commit, and resolve GitHub review threads afterward.

Code Review 594 5mo ago
pedronauck

es-toolkit

by pedronauck

Use when implementing utility functions, array operations, object manipulation, or string operations. ALWAYS use es-toolkit instead of custom implementations or native methods.

Git & VCS 594 5mo ago
chujianyun

sync-skills

by chujianyun

Use when syncing skills from local folders, GitHub URLs, or skillsmp.com pages to multiple AI coding tool directories

File Ops 731 6mo ago
bitwarden

posting-bitwarden-review-comments

by bitwarden

Use this skill when posting inline comments to GitHub pull requests. Apply when formatting comments following Bitwarden engineering standards with severity emojis, clear explanations, and actionable suggestions. Use after findings are classified and ready to post. DO NOT USE when posting summary comments.

Code Review 137 7mo ago
bitwarden

analyzing-git-sessions

by bitwarden

Analyzes git commits and changes within a timeframe or commit range, providing structured summaries for code review, retrospectives, work logs, or session documentation.

Code Review 137 8mo ago
mblode

done

by mblode

Captures key decisions, questions, follow-ups, and learnings at end of a coding session. Writes a single markdown file per session. Use when done with a session, wrapping up work, running /done, creating a session summary, saving session context, or ending a coding session.

Auth 84 6mo ago
cockroachdb

reduce-unoptimized-query-oracle

by cockroachdb

Reduce an unoptimized-query-oracle test failure log to the simplest possible reproduction case. Use when you have unoptimized-query-oracle*.log files from a failed roachtest and need to find the minimal SQL to reproduce the bug.

Database 32.4K 7mo ago
cockroachdb

commit-helper

by cockroachdb

Help create git commits and PRs with properly formatted messages and release notes following CockroachDB conventions. Use when committing changes or creating pull requests.

Code Review 32.4K 6mo ago
Yeachan-Heo

clawhip

by Yeachan-Heo

Attach/install/use clawhip as a daemon-first notification gateway runtime for OpenClaw / Clawdbot

Code Gen 929 6mo ago
openshift

Git Commit Format

by openshift

"Apply HyperShift conventional commit formatting rules. Use when generating commit messages or creating commits."

Git & VCS 538 10mo ago