code-dev-pipeline
八人协作代码开发流水线,用于复杂代码开发任务。**必须使用此 skill 当用户要求开发代码、写程序、实现功能,或对代码质量有要求时**。特别适合: - 复杂功能开发(>50行代码、多文件、需要测试) - 需要UI/前端设计的项目(HTML/CSS/JS、React/Vue等) - 对代码质量有要求的任务(需要审查、测试、文档) - 关键/策略性代码(需要多人把关) - 用户不想中间确认、只想看最终结果 **八人角色**:Coordinator(协调员)、Analyst(需求分析)、Architect(架构设计)、UIDesigner(UI设计)、Coder(代码编写)、Reviewer(代码审查)、Tester(测试验证)、Validator(最终验收)。 **三种模式**:完整模式(全流程)、快速模式(精简流程)、维护模式(紧急修复)。 触发词:开发代码、写程序、实现功能、代码流水线、复杂开发、需要测试的代码、前端开发、UI设计、网页开发
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/clawaizhang/code-dev-pipelineWhat This Skill Does
The code-dev-pipeline is a robust eight-role multi-agent framework designed to handle complex software engineering tasks. It replicates a professional enterprise development environment, coordinating eight specialized roles (Coordinator, Analyst, Architect, UIDesigner, Coder, Reviewer, Tester, and Validator) to ensure high code quality, architectural integrity, and functional completeness. The pipeline supports three distinct execution modes—Full, Quick, and Maintenance—allowing it to scale from major feature builds to rapid bug fixes while managing an iterative budget to control technical debt.
Installation
To integrate this skill into your OpenClaw agent, use the following installation command:
clawhub install openclaw/skills/skills/clawaizhang/code-dev-pipeline
Use Cases
This skill is engineered for projects that exceed basic scripting thresholds. It is essential for:
- Complex Feature Development: Projects requiring more than 50 lines of code, multi-file architectures, or complex logic.
- Frontend/Full-stack Engineering: Applications requiring UI design (React, Vue, HTML/CSS) where user experience is critical.
- Enterprise-Grade Quality Assurance: Scenarios where code must pass rigorous reviews, automated testing, and formal validation cycles.
- Strategic Technical Debt Management: Handling legacy code refactoring or high-stakes system improvements that require multi-perspective oversight.
Example Prompts
- "我们需要开发一个支持实时聊天的React仪表盘,包含用户登录和消息推送功能,请使用开发流水线。"
- "现有的支付接口在高峰期报错,请进入维护模式调查并修复此问题。"
- "实现一个复杂的Python后端数据分析脚本,需要分模块编写,并包含完整的单元测试。"
Tips & Limitations
- Select the Right Mode: Use the 'Full' mode for new features, 'Quick' for minor optimizations, and 'Maintenance' for urgent fixes to avoid unnecessary resource consumption.
- Budget Management: Every iteration consumes a portion of your preset budget. If the budget is exceeded, the pipeline flags the output as 'technical debt' rather than stopping work, allowing for project continuity.
- Frontend Awareness: Always mention if your project requires a GUI; the Coordinator will automatically trigger the UI Designer role to handle design specifications using dedicated UI skills.
- Limitations: For simple scripts under 50 lines that do not require architectural planning, direct coding is often faster and more efficient than initializing the full eight-role pipeline.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-clawaizhang-code-dev-pipeline": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution