- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
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.