with one click
hany-common
hany skill 公共层:共享规则库、公共流程模式、公共配置。所有 hany-* skill 共享。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
hany skill 公共层:共享规则库、公共流程模式、公共配置。所有 hany-* skill 共享。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | hany-common |
| description | hany skill 公共层:共享规则库、公共流程模式、公共配置。所有 hany-* skill 共享。 |
| author | hany |
| version | 1.0 |
用途:所有 hany-* skill 共享的规则、流程模式和质量配置。
hany-common/
├── SKILL.md # 本文件:公共层索引
├── rules/
│ └── rules.md # 11 条编码规则(所有 skill 全程生效)
├── templates/
│ └── 需求文档模板.md # 需求文档标准格式模板(所有 skill 共享)
├── procedures/
│ ├── quality_modes.md # 质量模式配置(strict/standard/minimal)
│ ├── split_parallel.md # 拆分并行处理公共规则
│ ├── error_backoff.md # 验证修复循环与错误回退规则
│ ├── ambiguity_scoring.md # 歧义评分公共模块
│ ├── entity_tracking.md # 实体追踪公共模块
│ ├── interaction_rules.md # 强制交互规则统一版本
│ ├── security_checklist.md # 安全检查10项
│ └── quick_reference.md # 快速参考卡统一模板
必读:rules/rules.md — 11 条编码规则,所有 hany skill 全程生效。
引用方式:各 skill SKILL.md 中写 > **编码约束**:读取 hany-common/rules/rules.md,11 条规则全程生效。
| 文件 | 内容 | 被引用 |
|---|---|---|
templates/需求文档模板.md | 需求文档标准格式模板 | require, auto |
procedures/quality_modes.md | strict/standard/minimal 模式定义 | 所有 skill |
procedures/split_parallel.md | 拆分后并行处理规则 | require, implement, verify-project |
procedures/error_backoff.md | 验证循环+回退规则 | verify-project, auto |
procedures/ambiguity_scoring.md | 歧义评分(维度定义+阈值+公式) | hany-require, hany-question |
procedures/entity_tracking.md | 实体追踪(提取+分类+稳定性) | hany-require, hany-question |
procedures/interaction_rules.md | 强制交互规则统一版本 | 所有 skill |
procedures/security_checklist.md | 安全检查10项 | verify-project |
procedures/quick_reference.md | 快速参考卡统一模板 | 各 skill |
各 skill 执行时,公共层内容只在被引用时才加载。不需要一次性加载所有公共文件。
自动化编排。触发:/hany:auto。根据用户描述自动调用 hany-require → planreview → hany-implement → 智能验证路由(verify-small/verify-project),渐进式加载+验证修复循环+错误回退。
详细实现。触发:/hany:implement。基于hany:require确认的示例和方案,拆解任务+分配Agent→并行实现→完成前验证→提交。
需求确认+示例原型。触发:/hany:require。Brainstorming+Deep-interview式提问→歧义评分→确认需求→输出可行示例+技术说明+架构图+思维过程。
项目级验证。触发:/hany:verify-project。针对大功能、架构调整、多文件改动的完整验证:多视角并行审查+功能测试+回归验证+边界检查+修复循环+质量清单+根因分析。
需求文档评审优化。触发:/hany:planreview。针对已创建的需求文档,挑战不合理性并优化文档质量。
引导用户形成完整技术问题描述,生成结构化问题草稿。