- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
deslop
by artivilla
Remove AI-generated code slop from the current branch. Use after writing code to clean up unnecessary comments, defensive checks, and inconsistent style.
spec-kit
by leobrival
Specification-Driven Development methodology from GitHub spec-kit. Use when users ask to create specifications, plan features, define requirements, write user stories, decompose tasks, establish project constitution, or follow SDD workflow.
w00-workflow-checkpoint
by qiao-925
Workflow Checkpoint 基础能力(聚焦存档与读档):在 GitHub Issues 中记录 checkpoint 进展并读档上下文。适用于任意 workflow 阶段,支持自动触发与手动高频调用。关键词:存档、读档、checkpoint、issue。
pr-review-loop
by rculbertson
Automates the AI reviewer response loop for GitHub PRs. Polls the PR for comments from an AI reviewer (Gemini, Copilot, etc.), addresses or disputes each comment, pushes changes, requests re-review, and repeats until the PR is approved. Optionally auto-merges when all comments are resolved. Invoked explicitly via "/pr-review-loop".
sttr
by harshvishu
Use the sttr CLI to transform text (case changes, encoding/decoding, hashing, JSON/YAML conversion, line ops). Use when a user asks to transform strings, files, or piped input.
ops-skill-creator
by catgodtwno1
Create, publish, and manage skills following our workspace conventions. Use when creating a new skill with our naming rules, publishing a skill to GitHub, updating the TOOLS.md skill registry, or auditing existing skills against our standards. Triggers on "按我们的规范建 skill"、"发布 skill"、"skill 命名检查"、"新建一个 ops/mem/agents/model skill". NOT for generic skill creation without our conventions — that's the built-in skill-creator.
heal-skill
by VitaDynamics
Fix incorrect SKILL.md files when a skill has wrong instructions or outdated API references
12-factor-app
by slurpyb
The Twelve-Factor App methodology for building scalable, maintainable cloud-native applications. Use when designing backend services, APIs, microservices, or any software-as-a-service application. Triggers on deployment patterns, configuration management, process architecture, logging, and infrastructure decisions.
merge-code
by GtBsgFe
"自动化合并代码流程,包括拉取最新代码、切换分支、合并代码、修改commit message、更新版本号和上传代码。当需要将代码合并到dev分支并发布新版本时调用。"
config-bump
by keenranger
Atomic config change with version bump and commit. Use when updating config values, changing thresholds, or says /config-bump.
airr
by immunomind
Use this skill for AIRR-seq (Adaptive Immune Receptor Repertoire / VDJ-seq) data analysis with immunarch + immundata in R, including ingestion, receptor schema design, immutable transformations, clonality/diversity/public overlap metrics, and Seurat/AnnData integration.