- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
terraform-azure
by Greg-T8
'Terraform coding standards, patterns, and governance for Azure deployments across Learning, Project, and Client workspaces. USE FOR: Terraform Azure code generation, module scaffolding, provider configuration, state management, variable patterns, tagging, naming conventions, validation, security, Terraform style, Terraform best practices, AzureRM provider, Terraform Azure governance. DO NOT USE FOR: local Hyper-V labs (use terraform-ad-lab), Bicep deployments (use bicep-azure), non-Azure Terraform providers.'
code-review
by pc-style
Run automated code review using cubic review with amp review fallback. Use when the user wants to review code changes, check PR quality, analyze code for issues, or run automated code review tools.
create-pr
by YPYT1
Streamlines pull request creation by handling the entire workflow: creating a new branch, committing changes, formatting modified files with Biome, and submitting the PR.
git-workflow
by paucasanellas
Git workflow best practices including branching strategies, commit conventions, merge strategies, pull requests, and common operations. Use when working with Git version control, making commits, creating branches, or managing code collaboration.
github-cli
by leobrival
GitHub CLI (gh) expert for repository management. Use when users need to manage repos, issues, PRs, Actions, secrets, or interact with GitHub.
mutation-testing
by Envy-7z
Finds weak or missing tests by analyzing if code changes would be caught. Use when verifying test effectiveness, strengthening test suites, or validating TDD workflows.
issue-template-generator
by ehtbanton
Generate GitHub issue templates for bug reports, feature requests, and questions. Triggers on "create issue template", "generate github issue template", "bug report template", "feature request template".
git-advanced-workflows
by TriNgo0108
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.
review
by thanhnk1602
Review code changes for quality, patterns, and Acme standards compliance
koa
by yusenthebot
Koa web app framework. Use when: building REST API servers; middleware-based request handling; route management. NOT for: client-side browser applications; static file serving without a server.
cx-fix
by m19803261706
CX 工作流 — Bug 修复。 当用户提到"修 bug"、"fix"、"有个问题"、"报错"、"不工作"、 "出了问题"、"修复"、"debug" 时触发。 轻量流程:调查→定位→修复→测试→提交。
copilot-commit-style
by nguyenhuy158
Use this skill when the user asks to write, generate, draft, or format a git commit message. It enforces the Conventional Commits specification with mandatory emojis and strict formatting rules.
SKILL.md — NeuroSec Technical Modules
by CodexClawd
Classification: INTERNAL USE ONLY_
github-skill
by Darna-Digital
GitHub skill
gitmoji-commits
by DeadBryam
"Create high-quality git commits with semantic gitmoji emojis. Automatically suggests appropriate gitmojis for commit types, review/stage intended changes, split into logical commits, and write clear conventional commit messages. Use when the user asks to commit, wants gitmoji-enhanced messages, needs to stage changes, or split work into multiple commits."
github-pr-management
by zhongjis
"(project - Skill) Manage GitHub pull requests: create/update PR descriptions, add/edit PR comments, review PRs. Triggers on: 'create PR', 'update PR description', 'comment on PR', 'review PR', 'edit PR', 'PR summary', 'add PR comment', or any reference to pull request management. Use when the user wants to write, edit, or manage PR descriptions, comments, or reviews on GitHub Enterprise or github.com."
github-issue-from-templates
by dfitchett
Create GitHub issues using data-driven templates. Supports any issue type via configurable template configs. Use when the user asks to create a GitHub ticket, issue, or support ticket, or when they want to add a new issue template.
video-scene-editor
by gentmjt-lang
Auto-detect scene changes in videos and edit them intelligently using FFmpeg. This skill can detect scene changes, split videos into clips, merge scenes with duration filtering, and perform full auto-edit workflows.
git-helper
by Xunzi229
自动分析变动并使用安全脚本提交代码。触发词:“提交代码”、“push代码”、“git push”、“push” 。
comfyui-voice-generator
by tippyentertainment
Generate AI voice‑overs and character lines using ComfyUI‑orchestrated TTS or voice models. This skill turns scripts and character briefs into audio files that can be synced with AI‑generated video scenes.
create-pr
by Soyio-id
"Create a clear, review-ready pull request with gh CLI. Gather context from commits and diff, follow repository templates, push safely, and return the PR URL with merge guidance."
git-workflow
by pmco23
Use before any destructive git operation (force-push, reset --hard, branch -D, rebase on published commits). Verifies the target, explains the consequences, and requires explicit confirmation. Not needed for routine commits, branch creation, or PRs — those are governed by CLAUDE.md git conventions.
speckit-taskstoissues
by h3y6e
Convert tasks from tasks.md into GitHub issues. Use after task breakdown
pr-address-bot-reviews
by gentamura
Use this skill to process bot review feedback on a pull request (for example coderabbitai and chatgpt-codex-operator). Invoke when bot comments arrive and the user wants triage, decision making, and implementation of required fixes.