- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
ai-news-daily
by huskytech1
专门用于聚合全球最新 AI 行业资讯并生成【AI 日报】。生成完成后,会自动打开生成的 HTML 日报网页。当用户提到以下任何关键词时自动触发:AI 日报、AI 新闻、今日 AI、AI 动态、行业简报、AI 资讯、看看 AI、AI 行业动态、AI 简讯。本技能抓取外部媒体新闻,与总结个人工作历史的 daily-review 完全不是同一回事。
git-rebase-squash
by ylt
Clean up git commit history by squashing/reorganizing commits using non-interactive rebase. Use when user asks to "tidy up commits", "squash commits", "clean up history", "rebase", or wants N specific commits total. This skill handles the mechanics of rebasing in non-interactive environments where git rebase -i won't work.
voluum-setup-install
by markab21
Install and configure voluum-cli on Linux/macOS, with Windows support via WSL.
github-web-uploader
by liuyuqingsuser-prog
Upload local folders, skills, config lists, or source-code projects to GitHub through the user's logged-in Chrome session on macOS. Use when Codex should create a GitHub repository, sync a local text-based project tree into it, or publish OpenClaw/Codex skills without relying on gh or preconfigured git credentials.
commit
by kelvinz
"Create atomic user-approved commits with feat/fix/chore titles. Include inline PRD checklist and context updates per atomic commit. Finalise branch merge/cleanup when requested. Triggers: commit changes, split commits, finalise branch, commit message."
home-assistant-manager
by Schlsn
Expert-level Home Assistant configuration management with efficient deployment workflows (git and rapid scp iteration), remote CLI access via SSH and hass-cli, automation verification protocols, log analysis, reload vs restart optimization, and comprehensive Lovelace dashboard management for tablet-optimized UIs. Includes template patterns, card types, debugging strategies, and real-world examples.
ghwf5-implement
by ShotaIuchi
Plan の1ステップを実装
bellwether
by roderik
Bring the current PR to a mergeable state: CI green, all review comments resolved, no merge conflicts. Self-contained — watches CI, fixes issues, watches again until merge-ready. Use when the user wants to keep a PR green, auto-fix CI, resolve review comments, or says "get this merged".
seravo-dev
by aivokone
"Use this skill FIRST for any Seravo-hosted WordPress task. Trigger when the user mentions Seravo, production/shadow, deploy, Git-based deploys, SSH, DDEV, DB sync/import/export, or Seravo custom wp- commands (wp-backup, wp-purge-cache, wp-list-env). Start by identifying the environment (production vs shadow vs local) and enforce safety: agents must not run destructive or state-changing commands on production. When production write is needed, provide exact copy-paste commands for the user. Use Seravo-specific CLI and workflows instead of generic WP guidance to avoid wrong commands and risky prod changes."
implement
by kelvinz
"Implement an existing PRD (Type: feat/fix/chore), update tests/checks, and mark completed PRD checklist items. Triggers: implement prd, build feature from prd, execute prd checklist."
zdev
by 5hanth
Manage isolated dev environments with git worktrees, auto ports, and preview URLs
gh-address-comments
by aleister1102
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
worktree-beads-tmux-orchestrator
by BowTiedSwan
This skill should be used when the user wants to set up, manage, or optimize a development workflow combining Git worktrees, Beads task management, and Tmux session management. Triggers on phrases like "setup worktree workflow", "manage multiple branches", "parallel development", "beads task tracking", "tmux session for project", "context switching", "hotfix while coding", "organize development environment", or any discussion of development workflow optimization, task management with beads, terminal session management, or git worktree usage. Provides automated scenario detection and recommended workflow patterns.
tpr-framework
by evan-zhang
TPR(Think / Probe / Review)统一工作方法。 用于把复杂问题从模糊需求转化为可验证、可执行、可复盘的结果。 当遇到以下场景时激活: - 需要结构化分析复杂问题 - 启动项目、起草方案、审查方案 - 用户提到 TPR / 三层架构 / GRV / Battle / DISCOVERY - 需要做决策前的系统性思考
ghwf2-spec
by ShotaIuchi
仕様書ドキュメントを作成
rename-branch
by pitzcarraldo
This skill should be used when the user asks to "rename branch", "change branch name", "update branch name based on changes", or wants to create a meaningful branch name based on the changes.
smart-commit
by AutoFor
会話の文脈と変更内容を分析し、テーマごとにコミットを分割して作成する。
release
by eljun
Create versioned releases with consolidated changelogs. Gathers shipped items, generates CHANGELOG.md entry, creates git tag, and GitHub Release. Use after multiple /ship tasks are merged.
Zuckermanía Italy Trip PWA — Working Guide
by roiez1-60-seconds-hazardous-materials
Further splits have diminishing returns. Remaining large sections (LOGISTICS ~985, TOOLS ~978, BUILDING IDENTIFIER ~606) are tangled feature code with renderers, event handlers, and state — splitting them requires careful function-by-function analysis.
codewiki
by Zurybr
Use when needing to explore GitHub repository documentation, understand codebase architecture, or get structured docs for any public repo without cloning. Use for research before using a library, understanding unfamiliar code, or providing context about open-source projects.
git-worktree-workflow
by anuk909
Manage isolated development sessions using git worktrees. Use when the user wants to work on a feature branch with isolated Cursor/IDE sessions, create a worktree for a ticket (e.g., "create worktree for PROJ-1234"), switch between features without stashing, preserve session history per feature, or manage multiple branches simultaneously. Triggers on "create worktree", "new worktree", "worktree for ticket", "isolated session", "feature branch session".
commit-message
by gn00678465
分析 git staged changes 並根據 Conventional Commits (1.0.0-beta.4) 規範自動生成繁體中文 commit message 與建議的分支名稱。使用時機包括:(1) 需要為已暫存 (staged) 的變更生成符合規範的提交訊息、(2) 需要根據變更內容建議一個有意義的分支名稱、(3) 確保提交包含正確的類型 (type) 與範圍 (scope)、(4) 在主分支 (main/master) 工作時需要自動化分支建議。適用於包含「幫我寫 commit message」、「產生 commit」、「建立 branch」、「取個分支名」、「提交變更」等請求的情境。會根據變更量與風險自動選擇簡單或詳細的提交模式。
doit
by 1JayPeng
Full spec-driven, TDD-based development workflow. Auto-classifies requests into simple/feature/bug, routes to correct flow, and enforces spec alignment through every step. Use when user states any requirement, feature request, or idea that involves writing or modifying code. Triggers on: "我想做", "帮我加", "我需要", "add feature", "implement", "I want to", "build", or any request that implies new functionality.
ledger
by OutmanSay
极简对话式记账。说"午饭 35"自动记账,支持查询今日/本月/年度/分类统计。