- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
git-branch-cleanup
by Tmeister
Safely clean merged and stale git branches with explicit confirmations.
changeset-validation
by aiagentskills
Validate changesets in openai-agents-js using LLM judgment against git diffs (including uncommitted local changes). Use when packages/ or .changeset/ are modified, or when verifying PR changeset compliance and bump level.
github-issues
by helincao
Triage and resolve repository GitHub issues using the bundled CLI. Use when asked to read issue state, discuss issue scope, implement issue-driven code changes, post comments, or close issues.
commit-message-generator
by Daisuke897
Generate appropriate commit messages based on Git diffs
kn-git-standard-commit
by kaisanetwork
"Unified git commit workflow: plan commit boundaries, stage intentionally, generate Conventional Commit messages, enforce git safety rules, and run minimum verification before commit. Use when the user asks to commit, split commits, stage changes, craft commit messages, or mentions '/commit'."
conventional-commits
by tranhaidang2320
Draft and validate commit messages that comply with Conventional Commits 1.0.0. Use when writing git commit messages, enforcing commit format in reviews/CI, mapping commits to SemVer intent, or converting plain-language change notes into spec-compliant messages with optional scope, body, footers, and breaking-change markers.
vibenotifications
by pooriaarab
"Customizable notifications for Claude Code -- GitHub PRs, Slack DMs, stock prices, and more while you code"
idempiere-version-upgrade
by comitsrl
"Planificar y ejecutar upgrades/migraciones entre versiones de iDempiere (minor y major), incluyendo assessment de customizaciones/plugins/DB, lectura de migration notes y changelog, restore points y rollback, resolucion iterativa de scripts, y verificacion post-migracion (changelog/post migration helper). Usar cuando haya que actualizar un entorno iDempiere o migrar desde ADempiere/Compiere."
agent-decision-log
by jonocbell
"Persistent decision log that creates a read-write feedback loop: read previous decisions before starting work, respect or supersede them, and write new Y-statement records as you go. Activates during any task involving architectural, structural, or design decisions - choosing libraries, designing schemas, creating modules, making tradeoffs, selecting patterns. Also activates when DECISIONS.md already exists in the project. Do NOT activate for trivial changes like typos, renames, or formatting."
gh-pr-approve
by AutoFor
PR の承認・マージと後処理(Issue クローズ、ブランチ切り替え、Worktree 削除)を行う。ユーザーが「PRを承認する」「マージして」と言ったときに使用します。
etf-share-flow-analysis
by Zihan9606
全市场ETF份额申购流入分析。当用户需要查询指数ETF申购流入排行、 份额变化数据、资金净流入分析时使用此技能。支持宽基/行业/主题/ 跨境/债券全类ETF分析, 查询当日份额、份额变化、资金流、K线走势等。 还支持自选ETF监控、十大流通股东追踪(社保/券商/QFII)、QDII额度查询、 成交活跃TOP3重仓股展示、ETF联接基金持有份额占比、热点板块速览报告。 全自动数据采集(SH 15:05定时+打开页面时自动检查)+首页模块入口架构。
github-cli
by hrdtbs
Interact with GitHub repositories, issues, and pull requests using the GitHub CLI (gh). Use this skill for all GitHub interactions, prioritizing it over curl or web scraping.
TriClaude Manager
by yousufjoyian
Claude agent skills and workspace configuration
githooks
by rozwer
Claude Code 固有の git ガードを対話的ウィザードで設定します。
tesseract
by yousufjoyian
Pull and start Tesseract - the Information Mapping Knowledge Engine with Firebase backend. Provides localhost and Tailscale URLs.
pr-create
by BuidlGuidl
Create a GitHub PR with the changes you made.
validating-changes
by squirrel289
"Validate code changes before PR update and merge. Use when preparing to update a PR, pushing changes, or running pre-merge checks: (1) run local CI parity tests, (2) add regression tests for new failures, (3) verify all tests pass before pushing or requesting review."
deepwork-tracker
by adunne09
Track deep work sessions locally (start/stop/status) and generate a GitHub-contribution-graph style minutes-per-day heatmap for sharing (e.g., via Telegram). Use when the user says things like “start deep work”, “stop deep work”, “am I in a session?”, “show my deep work graph”, or asks to review deep work history.
feature-dev
by keenranger
Develop features end-to-end from planning to PR. Use when user asks to implement feature, build functionality, or says /feature-dev.
actionlint
by arielperez82
Actionlint static analysis for GitHub Actions workflow files. Use when a repo has .github/workflows/ and you need to lint, validate, or set up pre-commit/CI checks for workflow YAML.
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
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 尝试移动、重命名或删除文件时触发。