- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
obsidian-plan-wiki
by Cygnusfear
Create and manage behavior specification wikis in Obsidian format. Use when creating specs, documenting features, or when user mentions "wiki", "spec", "feature", or "Obsidian".
process-pr
by squirrel289
End-to-end workflow for processing pull requests from review to merge
update-work-item
by squirrel289
"Update an existing work item with status changes, effort tracking, test results, and related commits. Use when progressing work, recording test results, or adjusting estimates. Supports: (1) Status transitions (not_started → in_progress → testing → completed), (2) Feature branch creation and sync, (3) Automatic PR creation on testing transition, (4) Effort tracking (estimated_hours → actual_hours), (5) Test and commit tracking, (6) Dependency updates and notes"
argocd
by jyasuu
GitOps continuous delivery tool for Kubernetes with repository management and application synchronization.
cypress
by yusenthebot
Cypress is a next generation front end testing tool built for the modern web. Use when: writing unit and integration tests; mocking dependencies and APIs; snapshot testing. NOT for: production runtime logic; replacing static type checking.
safe-refactoring
by togswr
コードスメルの検出、安全なリファクタリング手順の設計、レガシーコード改善を行う。 リファクタリング計画の作成、テストなしコードの段階的改善、Tidy First?による日常的な整頓、 大規模リファクタリング戦略の選定が必要な場合に使用する。
review-staged-changes
by Lichens-Innovation
Reviews staged git changes for code quality, maintainability, readability, and potential regressions. Verifies changes make sense in context, improve maintainability, enhance readability, and don't introduce side effects. Use when reviewing staged changes, examining git diffs, or when the user asks to review modifications before committing.
builder-data
by talentprotocol
Query builder reputation data via Talent Protocol API. Get Builder Rank, verify humans, resolve identities (Twitter/Farcaster/GitHub/wallet), search by location/country, get credentials, and enrich with GitHub data.
em-release
by easymailing
Use when the user wants to publish changes, create a release, commit to git, or says "haz release", "publica los cambios", "sube a git", "crear release".
pr-review
by mczkzk
Review GitHub PR <number> and identify issues and improvements
delegation-principle
by DUTSTECH
Core principle that the main agent is a coordinator, not an implementer. All work must be delegated to subagents.
cra-deploy-windows
by RenoMO-lab
Deploy CRA safely to local localhost:3000 and Windows production (192.168.50.55) with commit-hash pinning, NSSM restart, and verification; includes known SSH/quoting/PATH pitfalls and fixed command patterns.
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.