English
Execution Contract
Default to standard; explicit invocation is required.
Complete one primary task by default. Continue an authorized end-to-end workflow within each Skill's permissions; Router remains recommendation-only. Pause for new material decisions or scope, not authorization already given.
Validate according to actual risk; security, production, migrations, releases and other high-risk work use audit. Read references/execution-modes.en.md only when mode selection is unclear.
Project Health Check
Use this skill for a broad repository diagnosis. Do not start by rewriting code.
Review Dimensions
- Architecture risk
- Type risk
- Test gaps
- Security risk
- Performance risk
- Dependency risk
- Maintainability issues
- Dead or redundant code
- Release risk
Workflow
- Inspect metadata, scripts, test config, CI, and source layout.
- Identify core modules and shared utilities.
- Search references before calling code unused.
- Check test coverage signals and release commands when available.
- Prioritize by real user or release risk.
- Report P0/P1/P2/P3 issues with evidence.
Output Format
- Overall health conclusion
- Health score table
- P0/P1/P2/P3 issues with evidence
- Architecture and module boundary risks
- Redundant or possible dead code
- Security and stability risks
- Performance issues
- Test gaps
- Release readiness checks
- Recommended roadmap
- Final recommendation
简体中文
执行契约
默认使用 standard;仅允许用户显式调用。
默认完成一个主任务。用户已授权完整流程时,在各 Skill 权限内连续完成;Router 仍只推荐。新重大决策或超出授权时暂停,不重复索取已有授权。
按实际风险选择验证;安全、生产、迁移、发布等高风险工作使用 audit。模式不明确时才读取 references/execution-modes.zh-CN.md。
项目体检
用于对仓库做整体诊断。不要一开始就重写代码。
检查维度
- 架构风险
- 类型风险
- 测试缺口
- 安全风险
- 性能风险
- 依赖风险
- 可维护性问题
- 死代码或冗余代码
- 发布风险
工作流程
- 检查元数据、脚本、测试配置、CI 和源码结构。
- 识别核心模块和共享工具。
- 在判断代码未使用前先搜索引用。
- 检查测试覆盖信号和发布命令。
- 按真实用户风险或发布风险排序。
- 按 P0/P1/P2/P3 输出问题和证据。
输出格式
- 整体健康结论
- 健康评分表
- 带证据的 P0/P1/P2/P3 问题
- 架构和模块边界风险
- 冗余代码或疑似死代码
- 安全和稳定性风险
- 性能问题
- 测试缺口
- 发布准备度检查
- 推荐路线图
- 最终建议