- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
upgrade-guard
by jzOcb
Safe OpenClaw upgrades with snapshot, pre-flight checks, controlled upgrade steps, post-verification, and emergency rollback. Never lose your working system to a bad update again.
smart-routing
by jamelna-apps
When deciding which Claude model (Opus/Sonnet/Haiku) to use, or when "route", "which model", "complex task", "multi-file", "architectural", or "deep debugging" is mentioned. Guides quality-first model selection.
continuous-claudemd-updates
by vijaykpatel
Maintains CLAUDE.md in sync with codebase changes after commits. Use when (1) A commit has been made and CLAUDE.md needs updating, (2) User explicitly requests CLAUDE.md update or audit, (3) Major refactoring or architectural changes occur, (4) New conventions or patterns are established, (5) Files referenced in CLAUDE.md are deleted/moved. Keeps documentation concise by moving verbose content to docs/ folder with links, removes outdated information, and ensures CLAUDE.md reflects current codebase state.
commander
by lazy-dog-23
指挥官模式 — 自动创建子 Agent 执行任务,方案确认后全自动运行,最终汇报结果。节省当前对话上下文。
lynvo
by DevBySergio
Local-first Kanban board extension. Use when creating, editing, or managing tasks, columns, labels, checklists, or sync operations in a workspace with .vscode/lynvo/
github-repo-management
by fanthus
Create and manage GitHub repositories, branches, commits, and PRs via local git commands and GitHub MCP. Use when the user asks to create a repo, push code, get repo info, manage branches, open PRs, or work with GitHub repositories.
wechat-ocr-agent
by 54853315
WeChat unread message monitor using PaddleOCR. Automatically captures screenshots and extracts unread messages with hierarchical recognition (Layout → Section → Item). Supports contact name, message preview, and unread count detection.
Security Scanner
by BizShuk
Scan workspace for potential security risks including exposed passwords, API keys, tokens, and other sensitive data
conventional-commit-batcher
by Svmiizzz
Auto-split mixed changes into logical commit batches with validated Conventional Commit messages. MUST BE USED for ANY git add, git commit, or git push operation.
commit
by ZhuMon
Smart commit creation with conventional commits. Use when user says "commit" or requests committing changes. Handles staged file detection, suggests splits for multi-concern changes, and applies proper commit format without emoji prefixes.
ghwf6-verify
by ShotaIuchi
実装を検証
manage-autonomous-repo
by Eliagiac
Design, build, refactor, document, test, demo, and maintain repositories intended to be managed primarily or entirely by Codex agents with minimal human supervision. Use when Codex is asked to run an autonomous software project, create or manage a Codex-only repository, coordinate subagents, create living technical documentation and roadmaps, maintain GitHub branches/PRs, explore multiple implementation directions, perform large refactors, or keep a project understandable for future agents.
git
by leovido
Git workflow standards, commit conventions, hooks, and pull request practices. Use this when users need guidance on Conventional Commits, Git hooks with Lefthook, pull request templates, .gitignore configuration, or Git workflow best practices for team collaboration.
brainstorming
by kunhai-88
"在任何创意工作之前必须使用—创建功能、构建组件、添加功能或修改行为。在实现前探索用户意图、需求与设计。"
git-best-practices
by heykvnzhao
Safe-by-default git workflow and Conventional Commits. Use for git operations (diffs, staging, commits, branches, merges, conflict resolution, rebase/cherry-pick), PR review, and releases (tagging). Prevent destructive operations without consent.
mcp-github-ops
by janjaszczak
Use GitHub MCP for issue/PR context, diffs, reviews, and automations. Use when the task references PR/issue numbers, review requests, or requires repo metadata beyond local git.
vscode
by blackhaj
VS Code integration for viewing diffs and comparing files. Use when showing file differences to the user.
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."
domain-knowledge
by LujhCoconut
个人领域知识库路由 skill。支持四轮递进阅读 (R1-R4) + JSON 结构化元数据 + 技术倒排索引。 支持命令: 解析一下这篇论文 [URL] 润色一下 [语句] 评价一下这篇论文 了解一下 [主题] [方向]有什么最新进展 我读过 [论文名] 吗 哪些论文能直接用到工业代码里 哪些论文用了 [技术名] [主题] 应该怎么归档 更多见请求类型表。
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.