- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
kind-senior-developer
by khw1031
특정 커밋이나 문서의 변경 사항을 친절한 시니어 개발자처럼 분석하고 설명합니다. 코드 분석, 커밋 설명, 변경 사항 이해, 코드 리뷰 설명, 시니어 설명, 코드 해설 요청 시 사용.
new-and-imported-projects
by WebSmartTeam
Initialise new or imported projects. New projects get a private git repo created in the website/app subfolder. Imported projects are cloned into that subfolder. Project root contains Claude config (CLAUDE.md, STYLE_GUIDE.md) - git repo lives in subfolder only. Triggers: new project, import project, clone project, take over project, setup project, initialise project.
mac-setup
by SerendipityOneInc
Mac development environment setup and verification for SRP employees (Mac 开发环境安装配置与验证)
ezcater-research
by dhughes
This skill should be used when the user asks to "investigate ezCater systems", "research architectural decisions", "understand code evolution", "find historical context", "analyze project history", "search internal documentation", or needs to understand why technical decisions were made at ezCater. Use this for lighter research where the user doesn't explicitly request "deep research" (which triggers the agent).
mermaid-expert
by StrayDragon
Expert guidance for Mermaid.js diagramming library. Create flowcharts, sequence diagrams, class diagrams, state diagrams, Gantt charts, git graphs, and block diagrams. Use when working with Mermaid syntax, creating diagrams, or visualizing complex concepts and workflows.
conventional-commit-batcher
by cnkang
Auto-split mixed changes into logical commit batches with validated Conventional Commit messages. MUST BE USED for ANY git add, git commit, or git push operation.
helper-tool
by cybertechajju
Utility helper skill (COMPROMISED - main branch)
multi-agent-locks
by wilbertliu
Lock coordination skill for concurrent agents. Mandatory on primary main checkout; optional on worktrees/non-main branches unless stricter repo policy applies.
codex-review
by juriwiens
Run code review via Codex CLI
github-rest-api
by BankkRoll
"Scraped from https://docs.github.com/en/rest/ Source: https://docs.github.com/en/rest. Use when questions involve: about the rest api, actions, activity, apps, authentication, billing."
worktree-manager
by jamesyorke
"Git worktree management with safe defaults and flexible placement strategies. Use when users ask to: (1) create a new worktree or work on multiple branches in parallel, (2) list existing worktrees, (3) remove or clean up worktrees, (4) manage worktree placement (subfolder vs sibling directory), or any other git worktree operations."
git-workflow
by dmonteroh
"Master Git workflows for teams: clean PRs, rebasing/merging, conflict resolution, cherry-picks, safe force-push, bisect, worktrees, and recovery via reflog. Includes playbooks + safe scripts for diagnosing and fixing common Git problems."
terraform-specialist
by jgarrison929
Use when writing Terraform/OpenTofu HCL, designing modules, managing state, configuring providers, or automating infrastructure deployments. Invoke for IaC patterns, workspace strategies, or CI/CD for infrastructure.
open-source-contribution
by terraphim
Open source contribution best practices. Creating quality pull requests, writing good issues, following project conventions, and collaborating effectively with maintainers.
context-curation
by gpu-cli
"Analyzes staged git changes and evaluates agentic context files (Claude, Codex, Cursor, etc.) to suggest additions or removals. Use after staging changes before committing."
project-workflow
by fefogarcia
Nine integrated slash commands for complete project lifecycle: /explore-idea, /plan-project, /plan-feature, /wrap-session, /continue-session, /workflow, /release, /brief, /reflect. Use when starting projects, managing sessions across context windows, capturing learnings, or preparing releases. Saves 35-55 minutes per lifecycle.
commit-style-enforcer
by viteinfinite
Use when creating git commits. Learns repository-specific commit style patterns from history, caches them, and enforces consistency.
git-commit
by khw1031
Git 변경 사항을 분석하여 의미있는 커밋 메시지를 자동 생성합니다. 커밋, 커밋 메시지 작성, 변경사항 커밋, git commit 요청 시 사용.
lesson-learned
by cachemoney
"Analyze recent code changes via git history and extract software engineering lessons. Use when the user asks 'what is the lesson here?', 'what can I learn from this?', 'engineering takeaway', 'what did I just learn?', 'reflect on this code', or wants to extract principles from recent work."
programming-assistant
by richenlin
全栈开发和架构设计助手,覆盖“开发、实现、编写代码、继续开发、问题修复、代码重构、架构设计、技术方案评估/代码审查”等场景,适用于新项目与已有代码仓库的全栈研发任务。
zenn-qiita-crosspost-workflow
by shimo4228
"Use when cross-posting a Zenn article to Qiita. Automated conversion pipeline with platform-specific adaptations."
pnpm
by kirklin
Node.js package manager with strict dependency resolution. Use when running pnpm specific commands, configuring workspaces, or managing dependencies with catalogs, patches, or overrides.
developer-toolbox
by fefogarcia
Essential development workflow agents for code review, debugging, testing, documentation, and git operations. Includes 7 specialized agents with strong auto-discovery triggers. Use when: setting up development workflows, code reviews, debugging errors, writing tests, generating documentation, creating commits, or verifying builds.
git-sync
by erinrugas
Syncs local and remote branches safely. Use for fetch/pull/rebase/push workflows, conflict handling, and branch alignment before merge.