← 返回 Skills 市场
191
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hybrid-dev - 安装完成后,直接呼叫该 Skill 的名称或使用
/hybrid-dev触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 191 次。
如何安装 Hybrid Dev?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hybrid-dev」即可一键安装,无需额外配置。
Hybrid Dev 是免费的吗?
是的,Hybrid Dev 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Hybrid Dev 支持哪些平台?
Hybrid Dev 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hybrid Dev?
由 wangyoumo(@wangyoumo)开发并维护,当前版本 v1.0.0。
推荐 Skills