ccg-skills

Automate quality gates and multi-agent orchestration for software development workflows.

5.8k|441|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/fengshao1227/ccg-workflow --skill ccg-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ccg-skills
Source: https://github.com/fengshao1227/ccg-workflow/tree/main/templates/skills
Command: npx skills add https://github.com/fengshao1227/ccg-workflow --skill ccg-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates critical quality checkpoints and orchestrates multi-agent workflows, ensuring code quality, security, and documentation standards are met before delivery.

Core Features & Use Cases

  • Quality Gates: Automatically verifies code quality, security vulnerabilities, documentation completeness, and change impact.
  • Multi-Agent Orchestration: Manages complex tasks by coordinating multiple AI agents with defined roles and communication protocols.
  • Use Case: When a new module is created, CCG Skills automatically trigger documentation generation, module completeness checks, and security scans, streamlining the development process and reducing manual oversight.

Quick Start

Run the verify-security skill on the './src' directory to scan for vulnerabilities.

Frequently Asked Questions about ccg-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate quality gates for security scanning and code checks?

Automate quality gates by triggering security vulnerability scanning, code quality checks, and documentation verification automatically when new modules are created, ensuring standards are met before delivery without manual oversight.

How does multi-agent orchestration coordinate complex software development tasks?

Multi-agent orchestration coordinates complex tasks by assigning defined roles and communication protocols to multiple AI agents, using ant colony-inspired coordination to decompose and manage intricate development workflows efficiently.

What is change impact analysis and when do I need it in my development lifecycle?

Change impact analysis evaluates the potential effects of code modifications across your project. You need it throughout the development lifecycle to verify module completeness and ensure coding standards are maintained after changes.

Can I automatically generate documentation when a new module is created?

Yes, you can automatically generate documentation when a new module is created. The workflow triggers documentation generation alongside module completeness checks and security scans to streamline the development process.

What's the best way to run security vulnerability scans on my source code?

Run security vulnerability scans by executing the verify-security capability on your target source directory, such as './src', to automatically detect potential security issues before code delivery.

Does multi-agent orchestration work without external dependencies?

Yes, multi-agent orchestration works without external dependencies. It operates entirely self-contained, coordinating multiple AI agents with defined communication protocols to manage complex task decomposition.