qcc-git — community qcc-git, qcc_plus, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Development Agents needing structured Git workflow management with automated deployment to testing environments. Claude Code CLI 代理服务器 - 多租户、自动故障切换、Web 管理界面

yxhpy yxhpy
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The qcc-git skill by yxhpy is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Development Agents needing structured Git workflow management with automated deployment to testing environments.

Core Value

Empowers agents to enforce a strict branch strategy, utilizing Git for version control and automated deployment to testing environments via protocols like HTTP for web management interfaces, and handles multi-tenancy with features like automatic failover.

Capabilities Granted for qcc-git

Automating code deployment to testing environments on Git push events
Enforcing branch strategies for collaborative development teams
Managing multi-tenant applications with automatic failover capabilities

! Prerequisites & Limits

  • Requires Git version control system
  • Limited to specific branch strategy (test, main, prod)
  • Needs access to web management interface for configuration
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

qcc-git

Install qcc-git, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

QCC Plus Git 工作流

分支策略(强制)

强制规则: 所有开发工作必须在 test 分支进行,编写代码前必须确认当前分支。

分支用途说明
test日常开发✅ 在这里开发,推送后自动部署到测试环境(端口 8001)
main正式发布合并测试通过的代码,用于打 tag 发布版本
prod生产部署部署到生产服务器(端口 8000)

编写代码前检查

bash
1# 确认在 test 分支 2git branch --show-current 3 4# 如不在 test 分支 5git checkout test

工作流程

bash
1# 1. 开发 2git checkout test 3# 编写代码 4git push origin test 5 6# 2. 发布 7git checkout main 8git merge test 9git tag vX.Y.Z 10git push origin vX.Y.Z 11 12# 3. 部署 13git checkout prod 14git merge main 15git push origin prod

Commit 格式

使用 Conventional Commits 格式:type: description

类型说明版本影响
feat新功能minor 升级
fixBug 修复patch 升级
feat! / fix!重大变更major 升级
docs文档更新不触发
refactor代码重构不触发
test测试相关不触发
chore构建/工具不包含在 CHANGELOG

示例

feat: 添加健康检查 API 端点
fix: 修复节点切换延迟问题
docs: 更新 CLAUDE.md 文档结构
feat!: 重构 API 接口,移除 v1 兼容性

提交规范

Git 安全协议

  • 永不更新 git config
  • 永不运行破坏性命令(如 push --force, hard reset)除非用户明确请求
  • 永不跳过 hooks(--no-verify, --no-gpg-sign)除非用户明确请求
  • 永不强制推送到 main/master
  • 避免 git commit --amend,仅在用户明确请求或添加 pre-commit hook 的编辑时使用
  • 修改前总是检查作者:git log -1 --format='%an %ae'
  • 永不提交更改除非用户明确要求

提交消息格式

使用 HEREDOC 确保格式正确:

bash
1git commit -m "$(cat <<'EOF' 2Commit message here. 3 4🤖 Generated with [Claude Code](https://claude.com/claude-code) 5 6Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> 7EOF 8)"

质量保证

测试要求

  • 核心业务逻辑必须有单元测试
  • 使用真实数据测试,避免过度 mock
  • 测试边界条件和错误场景
  • 使用 go test -race 检测竞态条件

代码审查

  • 所有合并到 main 的代码必须经过审查
  • 检查错误处理是否完善
  • 检查是否有资源泄漏(goroutine、文件句柄)
  • 检查并发安全性

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is qcc-git?

Perfect for Development Agents needing structured Git workflow management with automated deployment to testing environments. Claude Code CLI 代理服务器 - 多租户、自动故障切换、Web 管理界面

How do I install qcc-git?

Run the command: npx killer-skills add yxhpy/qcc_plus/qcc-git. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for qcc-git?

Key use cases include: Automating code deployment to testing environments on Git push events, Enforcing branch strategies for collaborative development teams, Managing multi-tenant applications with automatic failover capabilities.

Which IDEs are compatible with qcc-git?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for qcc-git?

Requires Git version control system. Limited to specific branch strategy (test, main, prod). Needs access to web management interface for configuration.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add yxhpy/qcc_plus/qcc-git. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use qcc-git immediately in the current project.

Related Skills

Looking for an alternative to qcc-git or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI