- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
implement-with-remote-feedback
by Xalior
Git-centric implementation workflow. Enforces clean checkout, creates a properly named branch, tracks progress in a WIP markdown file, and commits/pushes continuously so remote git logs serve as the primary monitoring channel. Use when starting any plan-based implementation task.
performing-retro
by squirrel289
"Conduct a post-session review to organize changes into logical commits and document work. Use when: (1) Session has implemented features, fixes, or refactoring and changes are scattered across files, (2) Need to group related changes into atomic commits with conventional messages, (3) Want to create summary documentation of work completed, (4) Final validation before pushing changes. Helps transform a working session into clean git history and clear documentation."
merge-all
by xchicky
合并所有节点文档为完整综合文档。读取node-list.txt,查找并合并所有节点markdown文件,进行润色、调整和优化,生成一篇完整、详细、准确、统一的综合文档。适用于将多个独立章节整合为最终成品的场景。
code-comprehension
by potatoman03
Quiz users about AI-generated code to build understanding and improve prompting skills. Triggers on: /code-comprehension with --setup, --quiz, --status, --mode, --skip, --config, --reset. Also activates automatically after generating code to track changes for quizzing. Helps users understand their codebase and catch issues before committing.
parallel-dev-worktrees
by johnpolacek
Use an existing repo's parallel feature development workflow with git worktrees, Portless named local URLs, isolated local state, and safe merge/cleanup habits. Use this skill any time worktrees are mentioned or when a user is juggling multiple feature branches locally. Use when creating, using, inspecting, handing off, finishing, or cleaning feature worktrees in a repo that supports or should support parallel local development.
wechat-claude-code
by york57-bot
微信消息桥接 - 在微信中与 Claude Code 聊天。支持文字对话、图片识别、实时进度推送、斜杠命令。
make-commits
by aroldolanderos
Analyzes git changes and generates semantic commits iteratively with [Why]/[What]/[Impact] structure in Spanish. Groups related files, allows manual editing, and executes git add + commit. Use when you have uncommitted changes and need structured messages following conventional commits (feat, fix, docs, refactor, etc.).
pr-creator
by Perdolique
Create GitHub pull requests from code changes via API or generate PR content in chat. Use when user wants to create/open/submit PR, mentions pull request/PR/merge request/code review, or asks to show/generate/display/output PR content in chat (give me PR, PR to chat, send PR to chat, etc).
context-driven-development
by TriNgo0108
Use this skill when working with Conductor's context-driven development methodology, managing project context artifacts, or understanding the relationship between product.md, tech-stack.md, and workflow.md files.
react-files-structure-standards
by Lichens-Innovation
"Enforces file and folder naming and structure standards for React/TypeScript projects. Use when normalizing file/folder names, auditing project structure, renaming files or directories, or when the user asks to align file/folder naming with standards."
h3
by yusenthebot
Minimal H(TTP) framework built for high performance and portability.. Use when: building REST API servers; middleware-based request handling; route management. NOT for: client-side browser applications; static file serving without a server.
data-science-notebooks
by legout
"Interactive notebooks for data science: Jupyter, JupyterLab, and marimo. Use for exploratory analysis, reproducible research, documentation, and sharing insights with stakeholders."
refactor-cleaner
by carvalab
Dead code cleanup and consolidation specialist. Use PROACTIVELY for removing unused code, duplicates, and refactoring. Runs analysis tools to identify dead code and safely removes it.
code-review:executor
by ridewind
This skill should be used when the user asks to "review code", "do a code review", "review my branch", "review MR !1234", "review PR #567", "review feature/auth branch", "review feature/auth vs dev", "check code quality", or wants to execute code review using configured skill presets. Reads review skills configuration and orchestrates parallel code reviews.
ci-cd
by Pranav-Karra-3301
Security-hardening skill for CI/CD pipelines and pre-commit hooks. Scans codebases to detect missing security infrastructure and generates configurations. Use when: (1) Setting up CI/CD for a new project ("add CI", "setup GitHub Actions", "create workflow") (2) Adding pre-commit hooks ("add husky", "setup pre-commit", "add git hooks") (3) Security hardening ("add SAST", "setup CodeQL", "add dependabot", "security scan") (4) Auditing existing CI/CD ("check my workflows", "what security am I missing") (5) Adding commit standards ("add commitlint", "enforce conventional commits") Triggers: "CI/CD", "GitHub Actions", "pre-commit", "husky", "CodeQL", "Semgrep", "dependabot", "SAST", "security scanning", "lint-staged", "commitlint", "git hooks"
ai-work-booster
by PENGJANE
"AI打工加油包——帮AI把活干得更好、更准。通过架构诊断、工程方法论注入、输出质量校验,系统性提升AI生成内容的准确度和可落地性。触发词:架构分析、架构改进、系统设计、重构方案、性能优化、代码质量、帮我审查这个系统、AI输出不准、结果不可靠、怎么让AI干得更好、tech design、architecture review、提升AI准确度、ai输出优化。"
immunarch
by immunomind
Use this skill for AIRR-seq (Adaptive Immune Receptor Repertoire / VDJ-seq) data analysis with immunarch + immundata in R, including ingestion, receptor schema design, immutable transformations, clonality/diversity/public overlap metrics, and Seurat/AnnData integration.
create-worktrees
by YPYT1
Creates git worktrees for all open PRs or specific branches, handling branches with slashes, cleaning up stale worktrees, and supporting custom branch creation for development.
bruhs
by bryantleft
Opinionated development lifecycle - spawn projects, cook features, yeet to ship
oss-security-audit
by lucas01feh
Audits the CI/CD pipeline, repository, release process, automations, and dependency hygiene of an open-source software supply chain, then produces an elegant HTML report of findings and recommendations. Use this skill whenever the user asks to assess, audit, review, harden, or evaluate the security of a repository, its GitHub Actions or GitLab CI pipelines, its release process, its supply chain, or its overall security posture — even if they don't use the word "audit." Also trigger on phrases like "is this repo secure," "check our CI," "supply chain review," "harden our release," "review our workflows," or when a user points at a repo and asks what they should fix.
chat-commit-message
by jeheskielSunloy77
Write detailed Conventional Commit messages using only the active chat conversation as context. Use when the user asks for commit messages based on discussion history, requests module-scoped commit subjects, or explicitly forbids checking git logs, diffs, or code files.
Vio - Skills & Technology Reference
by hugoradiawan
gitea/ Gitea source â Git version control workflows, PR/merge patterns
using-git-worktrees
by Jackiexiao
(中文)Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
qa-plan-skill
by Darna-Digital
Generate a BDD-style QA test plan as a CSV file based on current branch changes. Use when the user wants to create a QA plan, prepare test scenarios for a feature, generate BDD test cases, or document manual testing steps for a task.