← Back to Skills Marketplace
191
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install hybrid-dev
Description
Hybrid development workflow: local model plans, Copilot codes, local model validates. Use when: starting a new project iteration, generating a Copilot task p...
README (SKILL.md)
\r \r
Hybrid Dev Workflow Skill\r
\r
目标\r
将本地模型与线上 Copilot 组合为稳定的三阶段协作流程:\r
- 本地模型做需求分析、功能规划、开发计划。\r
- Copilot 按任务包进行编码实现。\r
- 本地模型按验收标准执行测试验证与回归评估。\r \r
产物目录约定\r
- 阶段 A 产物: openclaw/output/phase-a\r
- 阶段 B 产物: openclaw/output/phase-b\r
- 阶段 C 产物: openclaw/output/phase-c\r \r
流程\r
- 使用 prompts/customer-registry.md 中的 A1-A3 提示词生成阶段 A 产物。\r
- 将阶段 A 产物粘贴到 B1 提示词,交给 Copilot 实现代码。\r
- 收集代码变更摘要、测试输出、日志,喂给 C1 提示词执行测试评审。\r
- 若 C1 结论为不通过,生成缺陷清单并回到 B1 修复。\r \r
关卡规则\r
- Gate 1: 没有量化验收标准,不允许进入编码。\r
- Gate 2: 没有覆盖矩阵,不允许给出测试通过结论。\r
- Gate 3: 未关闭 P0/P1 缺陷,不允许标记迭代完成。\r \r
最小可执行节奏\r
- 每轮迭代只做 1 到 3 个功能点。\r
- 每轮必须输出:需求变更、实现说明、测试结论。\r
Usage Guidance
This skill is internally consistent and appears to be a set of prompts and gating rules for a three-phase hybrid workflow. Before installing, consider: (1) The workflow requires you to copy local artifacts into Copilot — confirm where Copilot runs and its data handling/retention and avoid sending secrets or sensitive data. (2) The skill will read/write to the specified artifact directories (openclaw/output/phase-a|b|c) as part of its conventions — ensure those paths are acceptable. (3) If you need stronger assurance, ask the author for the Copilot endpoint/authorization model and a data-retention/privacy statement; absence of declared credentials means the skill itself won't manage keys, but your agent platform may route data to external services. If those points are acceptable, this skill is coherent with its described purpose.
Capability Analysis
Type: OpenClaw Skill
Name: hybrid-dev
Version: 1.0.0
The skill bundle defines a structured 'Hybrid Dev Workflow' for software development, coordinating between local models and Copilot for planning, coding, and testing. The content consists entirely of markdown-based process documentation, checklists, and LLM prompts (SKILL.md, checklists.md, prompts/customer-registry.md) without any executable code, shell commands, or network activity. There are no indicators of malicious intent, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
Name/description describe a 3-phase local-model + Copilot workflow and the skill only includes prompt templates, checklists, and workflow rules. There are no extra binaries, credentials, or install steps that would be unexpected for this purpose.
Instruction Scope
SKILL.md and the prompt files restrict actions to generating planning artifacts, producing task packages for Copilot, and validating test output. This is coherent. One operational note: the workflow expects artifacts produced locally to be handed to Copilot for coding, which implies those artifacts will be transmitted to whatever service backs Copilot; the skill does not itself declare or manage Copilot credentials or endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk distribution. Nothing is downloaded or written by an installer in this bundle.
Credentials
The skill declares no required environment variables, credentials, or config paths. The prompts reference only local artifact paths (openclaw/output/phase-*) and included prompt/checklist files, which are proportionate to its stated workflow.
Persistence & Privilege
always is false and the skill contains no install hooks or instructions to modify agent/system-wide settings. It does not request persistent presence or elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install hybrid-dev - After installation, invoke the skill by name or use
/hybrid-dev - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Hybrid Dev Workflow Skill initial release:
- Introduces a clear three-phase hybrid workflow combining local model planning, Copilot implementation, and local model validation.
- Defines product output directories for each development phase (A, B, C).
- Specifies step-by-step workflow triggers, handoff points, and prompt usage for each phase.
- Establishes phase gate rules to enforce quality: require quantitative acceptance criteria, test coverage, and defect closure before progressing.
- Recommends a minimum iterative pace with deliverables: requirement changes, implementation notes, and test results per cycle.
Metadata
Frequently Asked Questions
What is Hybrid Dev?
Hybrid development workflow: local model plans, Copilot codes, local model validates. Use when: starting a new project iteration, generating a Copilot task p... It is an AI Agent Skill for Claude Code / OpenClaw, with 191 downloads so far.
How do I install Hybrid Dev?
Run "/install hybrid-dev" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Hybrid Dev free?
Yes, Hybrid Dev is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Hybrid Dev support?
Hybrid Dev is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Hybrid Dev?
It is built and maintained by wangyoumo (@wangyoumo); the current version is v1.0.0.
More Skills