Git & VCS

Git operations, commit helpers, branch management

Showing 889-912 of 4537 skills
benkruger

flow-config

by benkruger

"Display the current FLOW configuration from .flow.json — version, framework, and per-skill autonomy settings."

Code Review 22 3mo ago
benkruger

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."

CLI Tools 22 3mo ago
jellydn

slop

by jellydn

Removes AI-generated code slop from git diffs to maintain code quality

Code Review 78 4mo ago
Leavesfly

git-commit-guide

by Leavesfly

Git 提交规范(Conventional Commits)

API Dev 222 6mo ago
vincentkoc

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).

Agents 55 3mo ago
colonelpanic8

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)

Analytics 215 3mo ago
colonelpanic8

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).

CLI Tools 215 3mo ago
colonelpanic8

release

by colonelpanic8

Use when user asks to release, publish, bump version, or prepare a new version for deployment

Debugging 215 3mo ago
HacktronAI

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.

Automation 104 5mo ago
zigcc

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.

API Dev 24 4mo ago
jmagly

issue-auto-sync

by jmagly

MCP tools: Gitea issue management

Comments 143 4mo ago
terrylica

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.

CLI Tools 48 3mo ago
yonatangross

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.

CI/CD 180 3mo ago
yonatangross

fix-issue

by yonatangross

"Fixes GitHub issues with parallel analysis. Use to debug errors, resolve regressions, fix bugs, or triage issues."

Debugging 180 3mo ago
team-telnyx

telnyx-account-management-java

by team-telnyx

Manage sub-accounts for reseller and enterprise scenarios. This skill provides Java SDK examples.

Code Gen 176 3mo ago
defenseunicorns

peat-ecosystem

by defenseunicorns

Top-level skill for Claude Code sessions across any peat-* repo. Read first, then read the per-repo SKILL.md.

Automation 19 1mo ago
jmagly

regression-bisect

by jmagly

@.claude/agents/debugger.md

Auth 143 3mo ago
jellydn

pr-review

by jellydn

Fix PR review comments by implementing requested changes

Code Review 78 4mo ago
jmagly

regression-auto-baseline

by jmagly

@.claude/rules/executable-feedback.md - Executable feedback rules

Git & VCS 143 3mo ago
jmagly

regression-cicd-hooks

by jmagly

@agentic/code/frameworks/sdlc-complete/agents/reliability-engineer.md

CI/CD 143 3mo ago
jmagly

regression-performance

by jmagly

@.claude/rules/executable-feedback.md - Execution validation requirements

Processing 143 3mo ago
jaechang-hits

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."

CLI Tools 193 3mo ago
jaechang-hits

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."

Comments 193 3mo ago
tkersey

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.

Code Review 57 3mo ago