- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
chat-to-obsidian-note
by SakumyZ
将 AI 聊天内容提炼为结构化技术文档并保存到 Obsidian 知识库。支持三种文档类型:问题解决型、知识学习型、方案对比型。自动推断知识库分类目录,生成符合 Obsidian 规范的 Markdown 文件(含 frontmatter、双链)。适用于:(1) 聊天中解决了技术问题后想记录下来,(2) 学到新知识想沉淀到知识库,(3) 对比了多个方案后想保存决策过程。触发条件:用户说"保存到知识库"、"导出到 Obsidian"、"记录到笔记"、"保存这次对话"、"转成文档"等。
uv-workflow
by bfmcneill
Use when creating Python projects, managing dependencies, or running Python scripts. Covers uv package manager commands, best practices, and common patterns for modern Python development.
standup-context
by arielperez82
Data-gathering scripts for sync/standup reviews, reducing tool calls
utils:changelog
by IKatsuba
Generate Changelog - analyzes git history and creates a human-readable changelog for non-technical teams
signoff-flow
by kikeacevedo
Use when user mentions signoff, sign-off, approval workflow, initiative approval, BMAD workflow, or wants to manage product initiatives through approval stages (PRD, UX, Architecture, Epics, Readiness). Automatically installs required tools and guides users through complete signoff workflow.
ai-worklog
by Zhanbingli
Create durable AI-assisted work records for software or writing projects. Use when the user asks to log an AI session, maintain an AI changelog, preserve project memory, create build-in-public notes, summarize a task for future Codex/Claude sessions, or turn work into reusable GitHub-backed records without storing unnecessary private prompt transcripts.
GitHub Integration Skill
by iamthetonyb
If push fails with 409 (conflict): fetch latest SHA and retry once
ship
by eljun
Deploy approved features to production. Creates PRs, runs pre-deployment checks, and updates TASKS.md. Use after /document completes. Supports task IDs for easier invocation.
commit-organizer
by hocgin
Use when you need to organize uncommitted changes into logical, well-structured commits with clear messages.
middleware
by Nomik94
FastAPI 미들웨어 및 cross-cutting decorator 패턴 레퍼런스. Use when: 미들웨어 추가/순서 설정, CORS 설정, 요청 로깅, rate limiting, X-Request-ID 주입, 요청 시간 측정, @transactional/@retry/@log_execution decorator 적용, sub-application별 미들웨어 분리. NOT for: 라우터 레벨 의존성 (Depends 사용), 예외 핸들러 등록.
git-commit
by xdanger
Create standardized git commits using Conventional Commits with Gitmoji. Use when the user asks to commit changes, create a commit, or says "/commit". Analyzes staged/unstaged diffs and generates semantic commit messages with emoji prefixes.
git-workflow
by kprsnt2
Git best practices and workflows including conventional commits, branching strategies, and collaboration patterns.
issues
by rootspec
Use when the user wants to view, add, update, or close issues. Manages ISSUES.md for this project.
review
by kelvinz
"Review branch changes against a base branch for correctness, security, tests, and scope, then return a clear go/no-go decision. Triggers: review, readiness check, pre-commit review, pre-finalise review."
ground
by ddaanet
Ground claims with external research before asserting methodology. Triggers on "ground", "create a scoring system", "design a methodology", "build a framework", or "synthesize best practices". Parallel diverge-converge research preventing confabulated structures.
commit-summary
by iemong
Gitコミットを日付ごとに集計してMarkdownテーブルで出力するスキル。 機能: (1) 指定日のコミット一覧取得 (2) worktree含む全ブランチ対応 (3) PR番号の自動取得 (4) JST時刻でのテーブル出力
github-explorer
by caution724
Deep-dive analysis of GitHub projects. Use when the user mentions a GitHub repo/project name and wants to understand it — triggered by phrases like "帮我看看这个项目", "了解一下 XXX", "这个项目怎么样", "分析一下 repo", or any request to explore/evaluate a GitHub project. Covers architecture, community health, competitive landscape, and cross-platform knowledge sources.
swe-implementer
by diegocanepa
"Development persona for writing clean, tested code and executing subtasks within the SWE workflow."
generate-commit-message
by SepantaJoshani
Generate professional git commit messages following cbea.ms guidelines. Outputs plain copy-pasteable commit message text by default.
skill-code-review
by ctxr-dev
Use when completing tasks, implementing major features, or before merging to verify work meets requirements. Runs an FSM-driven, deterministic, manifest-producing code-review pipeline via scripts/run-review.mjs. The runner stages every intermediate (brief, agent dispatch prompt, worker output) under <run_dir>/workers/. The orchestrator drives a shell loop using --print-run-dir / --print-current-state / --print-dispatch-prompt and never writes to /tmp. The LLM is a worker, not the orchestrator.
git-work
by beeemT
Not inside a git-work project exits non-zero
commit-creator
by Perdolique
Generate semantic commit messages following conventional commits format. Use when committing code, staging changes, writing commit messages, requesting git commit, or when user mentions commit, commit message, conventional commits, semantic commits, git commit, stage changes, create commit. Supports monorepo package version tracking.
wp-plugin-changelog
by Tmeister
Generate a WordPress plugin changelog focused on user value and update readme.txt when requested.
devops
by Nomik94
DevOps Architect 에이전트 스폰. Use when: /devops, CI/CD 구축해줘, 배포 설정, Docker 설계, 인프라 자동화, 무중단 배포, 모니터링 설정, GitHub Actions 설계. NOT for: 단순 Dockerfile 작성 (docker skill 참조), 기본 docker-compose.