一键导入
verification-loop
OpenDesk 项目最小验证闭环:lint + architecture checks + staged guardrail。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
OpenDesk 项目最小验证闭环:lint + architecture checks + staged guardrail。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | verification-loop |
| description | OpenDesk 项目最小验证闭环:lint + architecture checks + staged guardrail。 |
在以下时机执行:
最小闭环:
pnpm lintpython skills/opendesk/scripts/check_architecture.pypython skills/opendesk/scripts/check_boundary.pypython skills/opendesk/scripts/check_contracts.py如果任一步失败:
通过标准:
OpenDesk 强制文档注释与编码注释规范(作者 Xiaoman、创建时间、参数/返回值、Rust ///、TS JSDoc)。 在编写、新增、修改、重构任何 OpenDesk 代码(Rust / TypeScript / React / subscription)时必须使用; 用户提到注释、文档注释、JSDoc、///、作者、创建时间、编码规范时也必须使用。 未写完公开 API 文档注释视为任务未完成。
OpenDesk enterprise AI customer-service desktop platform development knowledge base. Enforces React→Rust→Python architecture, contracts-first, hexagonal design, feature boundaries, and skeleton-phase constraints. Use when working on OpenDesk, adding features/crates/contracts/IPC/events, architecture review, or any cross-layer change in this repository.
在写实现前先检索仓库内已有能力与约束,避免重复造轮子和跨层改动。