- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
learn-tech
by unix2dos
技术知识学习助手 - 帮助用户以结构化方式深入学习技术概念。扮演耐心老师角色,用通俗易懂的方式讲解复杂概念。触发方式:@learn-tech {主题} 或 "学习 {主题}"、"讲解 {主题}"、"teach me {topic}" 等。输出包含核心概念、实践要点、知识拓展、互动检查四大模块,强制生成 Mermaid 图表,自动保存到 learn-tech_outputs 目录。
skill-factory
by echoleesong
自动化工厂,将 GitHub 仓库转换为标准化的 AI Skill。当用户提供 GitHub URL 并希望"打包"、"封装"或"创建 Skill"时使用此工具。支持自动获取仓库元数据、生成标准目录结构、注入生命周期管理所需的扩展元数据。
sharing-skills
by Crumbgrabber
Use when you've developed a broadly useful skill and want to contribute
git-advanced
by 1Mangesh1
Advanced Git operations including rebase, cherry-pick, bisect, reflog, and recovery. Use when user asks to "rebase branch", "cherry-pick commit", "find bug with bisect", "recover lost commit", "squash commits", "fix git history", "interactive rebase", or any advanced git tasks.
trent-aerospace
by trentshaines
Help with AeroSpace window manager configuration, keybindings, and workspace management. Use when the user asks about AeroSpace, window management, workspaces, or tiling configurations.
setup-for-oss
by HugoRCD
Review and bootstrap open-source repo health (OSS) by auditing or scaffolding README, CONTRIBUTING, CODE_OF_CONDUCT, LICENSE, SECURITY, GitHub templates, CI workflows, Renovate, publishing (pkg-pr-new + npm Trusted Publishing), linting/formatting, Changesets, and automation. Use when asked to review OSS setup, check OSS health, or set up/add OSS files and workflows.
refining
by lidessen
Refines code changes for better reviewability. Validates change cohesion (no mixed concerns), generates clear commit messages, creates PR/MR with reviewer-focused descriptions. Use when committing, reviewing, creating PR/MR, or mentions "commit", "review", "PR", "MR", "pull request", "merge request", "refine", "提交", "审查".
Cryptography & Identity
by torlando-tech
https://github.com/markqvist/Reticulum/docs/source/understanding.rst (lines 869-936)
android-workflow-internal
by hitoshura25
Generate GitHub Actions workflows for CI and internal testing track deployment (Option D - Split Workflows)
privacy-policy-generate
by hitoshura25
Generate privacy policy for Android apps with GitHub Pages hosting
brainstorming
by Crumbgrabber
Use when creating or developing, before writing code or implementation
architecture-decisions
by jwilger
Architecture Decision Records with a four-phase lifecycle (RESEARCH → DRAFT → HOLD → MERGE). Activate when making technology choices, defining system boundaries, recording architectural decisions, or creating/updating ARCHITECTURE.md. Enforces research-before-writing and explicit merge authorization.
plan-work
by Nymbo
"Plan work before coding: do repo research, analyze options/risks, and ask clarifying questions before proposing an implementation plan. Use when the user asks for a plan, design/approach, scope breakdown, or implementation steps."
detecting-ai-code
by galihcitta
Use when auditing code for AI authorship, reviewing acquisitions/contractors, verifying academic integrity, or during code review - provides systematic tiered framework for detecting fully AI-generated AND AI-assisted code patterns with confidence scoring
distributed-consensus
by KentoShimizu
"Consensus workflow for quorum, leader election, commit semantics, and membership change safety. Use when replicated-state correctness requires coordinated agreement across nodes under faults; do not use for non-replicated single-node workflows."
github-cli
by trotsky1997
Comprehensive guide for using GitHub CLI (gh) to interact with GitHub from the command line. Use when (1) Managing GitHub repositories, issues, pull requests, or releases from terminal, (2) Automating GitHub workflows in scripts, (3) Creating or managing pull requests, (4) Working with GitHub issues, (5) Creating releases or managing repository operations, (6) Integrating GitHub operations into development workflows, (7) Using GitHub CLI commands in automation scripts
go-frame-best-practices
by iceleaf916
提供 GoFrame 框架的官方最佳实践指导,包括项目结构、分层架构、配置管理、数据校验、数据库操作、中间件开发等开发规范
commit-work
by Nymbo
"Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits."
create-pr
by Nymbo
"Create a high-quality pull request: branch, focused changes, lint/build, conventional commit, and a clear PR description with validation steps."
codebase-reading
by trotsky1997
Systematic methodology for reading and understanding large codebases efficiently. Use when (1) Understanding a new or unfamiliar codebase quickly, (2) Preparing to modify or extend existing code safely, (3) Debugging complex issues requiring deep code understanding, (4) Onboarding new team members to a codebase, (5) Performing code audits or security reviews, (6) Refactoring legacy code with confidence, (7) Creating documentation for existing systems, (8) Tracing execution flows and data transformations
bug-triage
by Nymbo
Reproduce, isolate, and fix a bug (or failing build/test), then summarize root cause, fix, and verification steps.
docs-submodule-manager
by twofourlabs
Manage documentation in the docs/ git submodule with proper structure and synchronization. Use when (1) user explicitly mentions "add docs", "specs", or documentation creation, (2) creating or reading files in docs/ directory, (3) working on features that need specification documents, implementation plans, or progress tracking, (4) documenting solutions, PRDs, or technical specs. Handles submodule initialization, proper directory structure (solutions/specs/feature), syncing from remote master, and committing changes.
terraform-module-builder
by Dexploarer
Generates reusable Terraform modules with best practices for AWS, Azure, GCP infrastructure as code. Use when user asks to "create Terraform module", "generate IaC module", "setup Terraform", or "create infrastructure module".
github-actions-workflow-builder
by Dexploarer
Creates GitHub Actions workflows for CI/CD (test, build, deploy, release). Use when user asks to "setup github actions", "create workflow", "ci/cd pipeline", "automate testing", or "deployment workflow".