- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
flow-config
by benkruger
"Display the current FLOW configuration from .flow.json — version, framework, and per-skill autonomy settings."
flow-commit
by benkruger
"Review the full diff, approve or deny, then git add + commit + push. Use at every commit checkpoint in the FLOW workflow."
slop
by jellydn
Removes AI-generated code slop from git diffs to maintain code quality
git-commit-guide
by Leavesfly
Git 提交规范(Conventional Commits)
openclaw-github-dedupe
by vincentkoc
Investigate a cluster of GitHub issues and PRs, determine canonical candidates, post duplicate/related status, preserve contributor credit, and execute cleanup actions (comments, closes, labels, changelog touchpoints).
taffybar-ecosystem-release
by colonelpanic8
Use when releasing, version-bumping, or propagating changes across taffybar GitHub org packages (taffybar, gtk-sni-tray, gtk-strut, status-notifier-item, dbus-menu, dbus-hslogger)
logical-commits
by colonelpanic8
Use when the user asks to split current git changes into logical commits, clean up commit history, create atomic commits, or stage by hunk. Review the whole worktree, group related changes, and produce ordered commits where each commit is a valid state (builds/tests pass with the project validation command).
release
by colonelpanic8
Use when user asks to release, publish, bump version, or prepare a new version for deployment
patch-diff-analyzer
by HacktronAI
Specialized in reverse-engineering compiled binaries (JARs, DLLs). Use this when the user asks to compare versions, find security fixes, or analyze binary patches.
zig-0.15
by zigcc
This skill provides Zig 0.15.x API guidance and should be used when writing or reviewing Zig code. It ensures correct usage of Zig 0.15 APIs, preventing common mistakes from using outdated 0.11/0.12/0.13/0.14 patterns. Essential for ArrayList, std.Io.Writer/Reader (Writergate), HTTP client, Ed25519, JSON, and type introspection APIs.
issue-auto-sync
by jmagly
MCP tools: Gitea issue management
daemon-setup
by terrylica
Set up asciinema chunker daemon with interactive wizard. Guides through PAT creation, Keychain storage, Pushover setup, and launchd installation. TRIGGERS - daemon setup, install chunker, configure backup.
checkpoint-resume
by yonatangross
Rate-limit-resilient pipeline with checkpoint/resume for long multi-phase sessions. Saves progress to .claude/pipeline-state.json after each phase. Use when starting a complex multi-phase task that risks hitting rate limits, when resuming an interrupted session, or when orchestrating work spanning commits, GitHub issues, and large file changes.
fix-issue
by yonatangross
"Fixes GitHub issues with parallel analysis. Use to debug errors, resolve regressions, fix bugs, or triage issues."
telnyx-account-management-java
by team-telnyx
Manage sub-accounts for reseller and enterprise scenarios. This skill provides Java SDK examples.
peat-ecosystem
by defenseunicorns
Top-level skill for Claude Code sessions across any peat-* repo. Read first, then read the per-repo SKILL.md.
regression-bisect
by jmagly
@.claude/agents/debugger.md
pr-review
by jellydn
Fix PR review comments by implementing requested changes
regression-auto-baseline
by jmagly
@.claude/rules/executable-feedback.md - Executable feedback rules
regression-cicd-hooks
by jmagly
@agentic/code/frameworks/sdlc-complete/agents/reliability-engineer.md
regression-performance
by jmagly
@.claude/rules/executable-feedback.md - Execution validation requirements
bwa-mem2-dna-aligner
by jaechang-hits
"Fast short-read DNA aligner for whole-genome, whole-exome, and ChIP-seq alignment to a reference genome. BWA-MEM2 is the 2× faster successor to BWA-MEM; outputs SAM/BAM with read group headers required by GATK. Produces primary alignments with supplementary records for chimeric reads. Use STAR instead for RNA-seq splice-aware alignment; use Bowtie2 as an alternative with comparable accuracy."
etetoolkit
by jaechang-hits
"ETE Toolkit (ETE3) is a Python environment for phylogenetic tree analysis, manipulation, and visualization. Parse Newick/NHX/PhyloXML trees, traverse and annotate nodes, render publication-quality figures with TreeStyle/NodeStyle, integrate NCBI taxonomy for taxon-aware operations, and run PhyloTree workflows for comparative genomics. Use for building species trees, gene family evolution analysis, and annotated tree figures."
commit
by tkersey
Create micro-commits (minimal incision) with at least one validation signal per commit. Use when requests say "split this into micro commits," "stage only the minimal change and commit," "keep commits tiny while checks pass," or when parallel workers/slices need isolated, reviewable commits.