Git & VCS

Git operations, commit helpers, branch management

Showing 4009-4032 of 4536 skills
SakumyZ

chat-to-obsidian-note

by SakumyZ

将 AI 聊天内容提炼为结构化技术文档并保存到 Obsidian 知识库。支持三种文档类型:问题解决型、知识学习型、方案对比型。自动推断知识库分类目录,生成符合 Obsidian 规范的 Markdown 文件(含 frontmatter、双链)。适用于:(1) 聊天中解决了技术问题后想记录下来,(2) 学到新知识想沉淀到知识库,(3) 对比了多个方案后想保存决策过程。触发条件:用户说"保存到知识库"、"导出到 Obsidian"、"记录到笔记"、"保存这次对话"、"转成文档"等。

Docs Gen 0 3mo ago
bfmcneill

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.

CLI Tools 0 4mo ago
arielperez82

standup-context

by arielperez82

Data-gathering scripts for sync/standup reviews, reducing tool calls

CLI Tools 0 3mo ago
IKatsuba

utils:changelog

by IKatsuba

Generate Changelog - analyzes git history and creates a human-readable changelog for non-technical teams

Code Gen 0 4mo ago
kikeacevedo

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.

Auth 0 3mo ago
Zhanbingli

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.

Automation 0 1mo ago
iamthetonyb

GitHub Integration Skill

by iamthetonyb

If push fails with 409 (conflict): fetch latest SHA and retry once

CI/CD 0 3mo ago
eljun

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.

Automation 0 4mo ago
hocgin

commit-organizer

by hocgin

Use when you need to organize uncommitted changes into logical, well-structured commits with clear messages.

Code Gen 0 4mo ago
Nomik94

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 사용), 예외 핸들러 등록.

Caching 0 3mo ago
xdanger

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.

Debugging 0 3mo ago
kprsnt2

git-workflow

by kprsnt2

Git best practices and workflows including conventional commits, branching strategies, and collaboration patterns.

Agents 0 5mo ago
rootspec

issues

by rootspec

Use when the user wants to view, add, update, or close issues. Manages ISSUES.md for this project.

Debugging 0 3mo ago
kelvinz

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."

Analytics 0 3mo ago
ddaanet

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.

Academic 0 3mo ago
iemong

commit-summary

by iemong

Gitコミットを日付ごとに集計してMarkdownテーブルで出力するスキル。 機能: (1) 指定日のコミット一覧取得 (2) worktree含む全ブランチ対応 (3) PR番号の自動取得 (4) JST時刻でのテーブル出力

CLI Tools 0 4mo ago
caution724

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.

Docs Gen 2 3mo ago
diegocanepa

swe-implementer

by diegocanepa

"Development persona for writing clean, tested code and executing subtasks within the SWE workflow."

Agents 0 3mo ago
SepantaJoshani

generate-commit-message

by SepantaJoshani

Generate professional git commit messages following cbea.ms guidelines. Outputs plain copy-pasteable commit message text by default.

Code Gen 0 3mo ago
ctxr-dev

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.

CLI Tools 0 1mo ago
beeemT

git-work

by beeemT

Not inside a git-work project exits non-zero

CLI Tools 3 3mo ago
Perdolique

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.

Debugging 0 3mo ago
Tmeister

wp-plugin-changelog

by Tmeister

Generate a WordPress plugin changelog focused on user value and update readme.txt when requested.

Code Gen 0 4mo ago
Nomik94

devops

by Nomik94

DevOps Architect 에이전트 스폰. Use when: /devops, CI/CD 구축해줘, 배포 설정, Docker 설계, 인프라 자동화, 무중단 배포, 모니터링 설정, GitHub Actions 설계. NOT for: 단순 Dockerfile 작성 (docker skill 참조), 기본 docker-compose.

CI/CD 0 3mo ago