- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
environment
by Nomik94
환경 설정 및 pydantic-settings 패턴. Use when: 환경변수, .env 파일, 설정 관리, pydantic-settings, Settings 클래스, 환경별 설정, local/dev/staging/prod 분리, env_nested_delimiter, 시크릿 관리, 설정 검증. NOT for: Docker 환경변수 (docker skill 참조).
trend-analyzer
by ljchg12-hue
Expert technology trend analysis including adoption patterns, market signals, and future predictions
kitten
by diegosouzapw
Control and interact with Kitty terminal windows - list windows, read output, send commands, and launch new terminals
inline
by ddaanet
Sequence inline execution lifecycle: pre-work, execute, post-work. Triggers on /inline, "execute inline", "run task", or when /design and /runbook route Tier 1/2 execution-ready work. Wraps corrector dispatch, triage feedback, and deliverable-review chaining.
git-safety
by ab300819
Git 操作安全与规范。强制要求使用 git 原生命令处理受控文件,防止丢失索引或产生冗余变更。当 Agent 尝试移动、重命名或删除文件时触发。
devcontainer-bootstrap
by nimiusrd
"Dev Container を最短で導入/更新するためのブートストラップ。stack を自動判定(node/python/rust)し、テンプレート適用または安全更新を行う。既存 .devcontainer がある場合はバックアップ後にマージ。Chat オプション: stack (auto node python rust), packageManager (npm pnpm yarn), mode (safe overwrite), includeTools (true false), addCI (true false)。"
git-propose
by vicagbasi
Review full Git working tree changes and propose one or more safe, reviewable commit messages plus commit ordering. Use when the user asks for "git propose", asks how to split current changes into commits, or wants Conventional Commit messages from staged, unstaged, and untracked changes.
pr-creator
by JonDotsoy
Creates GitHub pull requests in draft mode following Conventional Commits format. Use when user requests "create PR", "make pull request", "open PR", or similar. Automatically pushes branch, analyzes changes, generates structured title/body with proper labels, and assigns to creator. Never modifies code or merges branches.
commit-message
by SuzumiyaAoba
Use this to write commit messages unless specific commit message conventions are explicitly specified.
custom-skill
by whddnjs
Use this skill when the user asks about Git conventions, commit messages, or branch naming. Trigger when the user: - Asks about commit message format, convention, or style (커밋 메시지, 커밋 컨벤션, commit convention) - Wants to commit code and needs guidance on the message (커밋, commit, git commit) - Asks about commit types like feat, fix, refactor, chore, docs, test, style, perf - Asks how to split or separate commits (커밋 분리, atomic commit) - Asks about branch naming or branch strategy (브랜치 전략, 브랜치 이름, branch naming) - Asks about Git workflow rules or best practices (Git 작업 규칙, Git 가이드) Do NOT trigger for general Git usage questions unrelated to conventions (e.g., "how to rebase", "how to resolve merge conflicts").
conventional-commits
by ocmrz
Write a Conventional Commits message for the staged changes structured in the conventional commit format.
changelog-generator
by nlyrthiia
Generate changelogs from git commit history in multiple formats (Keep a Changelog, Conventional Changelog, grouped by date). Use when the user asks to 'generate changelog', 'create release notes', 'summarize commits', 'what changed since last release', or needs a CHANGELOG.md file created or updated. Triggers on any changelog, release notes, or commit summary task.
coding-agent-workflow
by luosky
用 GitHub label 驱动本机 agent 处理 issue/PR,daemon 自动监听并派工。包含 setup(一次部署到某个项目)、status(查 daemon 状态)、disable(关闭某项目的 daemon)等命令
feature-orchestration
by vineethsoma
Story orchestration with progress tracking, standardized directory structure, and validation
bf-lead-review
by khaki4
Discourse 패턴으로 다관점 리뷰를 수행한다. Tech Spec 리뷰와 에픽 통합 코드 리뷰를 모두 처리하며, 쟁점 해소 프로토콜에 따라 합의/미합의를 분리한다.
SKILL.md — PomeraToKnowledge プロジェクト知識
by koxtuichi
work
by VitaDynamics
Execute work plans efficiently while maintaining quality and finishing features
skill-installer
by yuanxiao0115
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
executing-backlog
by squirrel289
"Orchestrate the full lifecycle of implementing backlog work items from planning through delivery, with integrated validation gating for bulk operations. Use when: (1) Asked to execute backlog, implement work items (WI-ABC), or close out a task, (2) Implementing changes across 3+ similar files, (3) Need end-to-end delivery including PR/merge. Coordinates with prevalidating-bulk-operations for routing and discover-validation-criteria for schema discovery."
debug
by keenranger
Debug issues systematically, especially mobile/platform-specific. Use when user asks to debug, diagnose, troubleshoot, or says /debug.
commit-helper
by Olino3
Forge is a marketplace for a Claude Code Plugins
vue2-business-development
by levai
Vue 2 项目从规范到业务开发的完整工作流程,包括创建新业务模块、开发CRUD页面、实现业务功能、遵循项目规范等。适用于开发新功能、创建新模块、实现业务需求等场景。
ok-git
by okash1n
git config global を前提に、日常的な Git 操作(状況確認・ブランチ作成・安全コミット・同期)を実行する。ユーザーが「コミットして」「ブランチ切って」「pushして」「差分見て」などを依頼したときに使う。git config は変更せず既存設定を利用する。
w04-review-gate
by qiao-925
任务执行完成后,提示用户新开 Agent 审查 git 未提交代码。运动员不当裁判,审查通过后再收尾。