- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
multirepo-space
by Tacuchi
Scaffold and manage multi-repo workspaces for AI coding agents. Delegates to the multirepo-space CLI (bundled). Use when user says "create workspace", "setup multirepo", "multi-repo workspace", "add repo to workspace", "remove repo from workspace", "workspace status", "check workspace health", "init multi-repo", "orchestrate repos", "link repositories". Also use when user has multiple repos and needs a central coordination point for AI agents (Claude Code, Codex, Gemini CLI).
git-commit
by datamktkorea
A skill for writing Git commit messages. It follows rules combining Conventional Commits and Gitmoji to maintain a consistent commit history.
commit-push
by Mitscherlich
当用户要求"提交代码"、"commit"、"推送代码"、"push"、"提交并推送"、"提交变更"、"推送到远程"、"帮我提交一下"、"把代码推上去"时,应使用此技能。此技能提供规范化的 git 提交与推送工作流,自动分析变更内容、生成符合规范的提交信息并执行相应操作。
commit-description
by dakotahp
Generates a commit title and body for the current changes by analyzing the diff and the repo's existing commit style. Pass optional context to guide the output (e.g. ticket number, intent).
fix-engine
by blueif16
从验收标准创建检查清单,编排executor→validator循环并带重试逻辑。当子协调器开始实现或收到验证失败时使用。
mc-commit
by chris-metz
Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged changes.
dependabot-config-generator
by ehtbanton
Generate Dependabot configuration for GitHub automated dependency updates. Triggers on "create dependabot config", "generate dependabot configuration", "dependabot setup", "github dependency updates".
guarding-branches
by squirrel289
"Enforce protected-branch guardrails for safe PR lifecycle, conflict resolution, and merge safety. Use when working on feature branches against protected main: before merging feature PRs, resolving merge conflicts, syncing with main, or managing work-item updates on protected branches."
video-downloader
by flying3615
使用 nre 工具根据提供的链接和电影名称下载视频。
code-review
by im-naaran
分析 git 代码变更并生成结构化测试报告。当用户需要分析 commit 差异、生成测试文档、review 代码改动,或询问"分析这次提交"、"生成测试报告"时使用。
code-simplifier
by abpai
Simplify and refactor code for clarity, consistency, and maintainability while preserving exact behavior. Use when code was just added or modified and needs readability-focused cleanup without changing outputs, side effects, or external interfaces.
clawpilot
by CryptoManiaques
Discord voice channel integration for OpenClaw. Talk to your AI agent through Discord voice - say its name anywhere in a sentence or use wake words. Choose between free (local) or paid (cloud) STT/TTS providers. Streams responses sentence-by-sentence for fast voice interaction.
writing-agents-md
by squirrel289
Create, review, and improve AGENTS.md or agent.md files using proven patterns from GitHub's analysis of 2,500+ repositories. Use when asked to author or refactor repository-level AGENTS.md guidance, .github/agents/*.md personas, command/runbook sections, safety boundaries, or agent templates.
light-plan(brain-storming)
by VitaDynamics
"You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation."
review:local
by IKatsuba
Local Code Review - analyzes code changes and provides structured feedback before commit
github-actions-starter
by karchtho
Automate CI/CD pipelines with GitHub Actions. Master workflow syntax, event triggers, jobs, steps, environment variables, secrets, artifacts, matrix builds, and deployment patterns. Use when setting up automated testing, building, and deployment workflows.
Build Error Auto-Fix Skill
by HarmonicInsight
docs/BUILD_FIX_SETUP.md - 詳細ããã¥ã¡ã³ã
strategic-doctrine-deployment
by Andy160675
A workflow for deploying strategic documents (e.g., funding plans, architectural overviews) into a version-controlled repository, generating a presentation, and syncing all artifacts to GitHub and Google Drive. Use when a user provides a doctrinal document and asks for it to be processed, deployed, or presented.
gh-init-wiki
by AutoFor
プロジェクトに docs/wiki/ と GitHub Actions ワークフローを作成し、Wiki 自動同期の土台をセットアップする。
longmo
by long36708
Longmo's opinionated tooling and conventions for JavaScript/TypeScript projects. Use when setting up new projects, configuring ESLint/Prettier alternatives, monorepos, library publishing, or when the user mentions Longmo's preferences.
check-recent-changes
by asah
Use when encountering any error message, test failure, build breakage, or unexpected behavior before proposing a fix or writing any code. Pass the errors or failures as arguments.
CRCHCN Skill
by CrChCn
Work with CRCHCN tokens on mbc-20 protocol
create-ticket
by IHKREDDY
Creates Jira tickets with proper formatting, acceptance criteria, and optionally sets up git branches and pull requests. Use when users want to create a new ticket, log a bug, request a feature, or when they mention "create ticket", "new ticket", "log issue", "file bug", or "create Jira".
git-flow-skill
by Sunwood-ai-labs
Use when Codex needs Git Flow branch planning, branch selection, release or hotfix coordination, or branch-state recovery in repositories that use Git Flow conventions. This skill helps choose, explain, repair, or validate feature, release, hotfix, bugfix, support, merge, tag, and back-merge workflows without assuming the repo matches canonical Git Flow.