assess-docs-code-alignment
技能:代码文档对齐评估(Assess Docs Code Alignment)
目的 (Purpose)
检测代码改动是否有相应文档更新,输出可执行的补文档清单。
核心目标(Core Objective)
首要目标:从代码 diff 推断需要更新的文档,并报告未覆盖缺口。
成功标准:
- ✅ 已解析代码 diff 范围
- ✅ 已映射代码区域到文档区域
- ✅ 已输出 missing/partial/covered 对齐结果
- ✅ 已产出可执行补齐建议
- ✅ 已写入
docs/calibration/code-doc-alignment.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