- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
changelog
by pavelsimo
generate changelog entries from git history and cut releases following Keep a Changelog conventions
commitlint-config-generator
by ehtbanton
Generate commitlint configuration files for enforcing conventional commit messages. Triggers on "create commitlint config", "generate commit lint", "commitlint setup", "commit message rules".
github
by MichaelFisher1997
GitHub workflow best practices using gh CLI and git. Use when working with GitHub repositories, pull requests, issues, or GitHub interactions.
translating-project
by Lionad-Morotar
Project Translator Skill - Batch translate project docs and codes,包括管理术语表等功能。
fastapi
by Nomik94
FastAPI 프로젝트 고유 설정 및 패턴 레퍼런스. Use when: 프로젝트 구조 잡기, 폴더 구조, 디렉토리 구조, 초기 세팅, 새 프로젝트 시작, 파일 분리, 파일이 너무 커, 폴더로 변환, 파일 비대, 모듈 분리, 패키지 분리, DI 패턴 선택, 의존성 주입, Depends vs Container vs Dishka, Ruff 설정, mypy 설정, 린터 세팅, 포맷터 세팅, pre-commit 설정, import-linter, App Factory, create_app, lifespan, pydantic-settings, 환경변수 설정, config 구조, 레이어 분리, controllers/service/repository 구조, 도메인 레이어 도입 기준. NOT for: 단순 FastAPI 문법 질문 (Claude가 이미 앎), 일반적인 Ruff/mypy 사용법.
setup-workspace
by nicolas-codemate
Skill for creating feature branches or git worktrees for ticket implementation. Handles branch naming, base branch selection, and workspace isolation.
candidate-evaluation
by aiagentskills
Evaluate GitHub contributors for MLOps/engineering roles. Use when analyzing candidates, researching GitHub profiles, or updating CONTRIBUTORS.md with hiring assessments.
jpralph-auto
by juanpare
"Execute Ralph iterations in batches autonomously - implement up to 5 user stories automatically. Use for faster execution while maintaining context management. Triggers on: ralph auto, batch execute, autonomous ralph, run batch."
history
by Protagonistss
Git 历史管理技能 - 重写、优化和分析历史。用于分析提交历史质量、执行 rebase、搜索提交或创建历史快照。
interview
by hsablonniere
Interview the user to deeply explore an idea, feature, or problem through Q&A. Use when the user asks to be interviewed, wants to think through something, or needs help clarifying a concept.
create-pr
by tenfyzhong
Create a Pull Request from the current branch. Syncs upstream main/master, updates current branch, handles fork remotes intelligently, and generates PR title/description from diff and commits. Respects PR templates if present. REQUIRES Must be in a git repository with gh CLI available.
workload-recovery
by bryan-zxc
Investigate and resolve escalated workload errors — merge conflicts, push failures, worktree creation issues, relay crashes, and cancelled workload cleanup. Use this skill whenever you receive a context message about a workload error that needs investigation, or when told to use the /workload-recovery skill. Triggers on any mention of merge conflicts, push failures, worktree problems, relay crashes, or workload investigation in the admin room.
memory-keeper
by CrimsonDevil333333
Copy and snapshot all important agent context (MEMORY.md, memory/*.md, AGENTS.md, SOUL.md, etc.) into a dedicated archive directory or repo. Use this skill when you want to back up your memories, context, or configuration files in preparation for maintenance, corruption recovery, or transferring to another host.
brainstorming
by CodingHeader
"You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation."
github-workflows
by prulloac
Create, edit, and troubleshoot GitHub Actions workflow files (.github/workflows/*.yml). Use when the user needs to set up CI/CD pipelines, PR automation, release workflows, scheduled tasks, Docker builds, deployment pipelines, or any GitHub Actions workflow. Covers workflow syntax, common actions, best practices, security hardening, and reusable workflow patterns. Includes starter templates for common workflow types.
doc-system
by OneBoxCream
完整文档管理体系。涵盖调研记录、实验日志、决策记录、代码变更、项目进展。完成任何有价值的工作后自动触发文档记录。
asset-evolver
by qingchunwuhui
知识铁匠:用于将新的实战经验(新踩的坑、新发现的边界、更优的解法)无损合并、追加到现有的知识卡片中。 核心原则是“极度保守的微创手术”——严禁删除和过度精简原资产中的高价值经验(痛苦症状、错题本),仅通过追加(Append)与结构化融合(Merge)来升级旧资产。 触发信号:/asset-evolve, /asset-update
bulletproof
by estrogenantagonistbustier65
Use when building a feature, refactoring, fixing a complex bug, changing architecture, or starting any non-trivial coding task. 12-stage verified dev workflow from research to deploy.
mobile-conflict-resolution-safe
by Envy-7z
Safe merge-conflict resolution workflow for Android and Flutter repositories. Use when resolving git conflicts from teammate branches, rebases, or release branches, and you need minimal behavior change, verification evidence, and merge-safe outcomes.
commit-work
by Soyio-id
"Review, organize, and commit pending changes. Split into logical commits, stage carefully, and write clear Conventional Commit messages. Use when the user asks to commit, stage changes, or organize work into commits."
pr-prep
by russdias
Use when preparing a pull request, crafting commit messages, or summarizing code changes for review. Triggers on tasks like "prepare my PR", "write a commit message", "summarize my changes", "generate PR description", or before pushing a feature branch.
conventional-commits
by devinschumacher
Generates git commit messages following Conventional Commits 1.0.0 specification with semantic types (feat, fix, etc.), optional scope, and breaking change annotations. Use when committing code changes or creating commit messages.
tree-of-thoughts
by kimasplund
Systematic evaluation methodology for finding THE best solution among known options. Explores multiple reasoning paths, scores branches, and prunes low-confidence paths.
commit
by myuon
Conventional Commitsに従ってgit commitを実行