assess-docs
技能:文档评估(Assess Docs)
目的 (Purpose)
在单次运行中评估文档核心治理状态:是否符合规范、证据是否足够支撑规划、缺口应如何最小化补齐。
核心目标(Core Objective)
首要目标:输出一份可执行的文档评估报告,明确合规问题、层级就绪度和最小补齐行动。
成功标准(必须全部满足):
- ✅ 已解析项目规范(
docs/ARTIFACT_NORMS.md或默认契约) - ✅ 已完成路径/命名/front-matter 合规检查并给出 findings
- ✅ 已完成层级就绪度评分(strong/weak/missing)
- ✅ 已产出缺口优先级与最小补齐计划
- ✅ 已写入单一报告
docs/calibration/doc-assessment.md
More from nesnilnehc/ai-cortex
review-codebase
Review given file/dir/repo for current-state code organization: module boundaries, design patterns, cross-module dependencies, tech debt, and interface stability. Scope-only atomic skill; output is a findings list.
106review-vue
Review Vue 3 code for Composition API, reactivity, components, state (Pinia), routing, and performance. Framework-only atomic skill; output is a findings list.
94review-diff
Review only git diff for impact, regression, correctness, compatibility, and side effects. Scope-only atomic skill; output is a findings list for aggregation.
91review-java
Review Java code for language and runtime conventions: concurrency, exceptions, try-with-resources, API versioning, collections and Streams, NIO, and testability. Language-only atomic skill; output is a findings list.
84review-architecture
Review code for architecture: module and layer boundaries, dependency direction, single responsibility, cyclic dependencies, interface stability, and coupling. Cognitive-only atomic skill; output is a findings list.
83review-security
Review code for security: injection, sensitive data, auth, dependencies, config, and crypto. Atomic skill; output is a findings list.
74