sync-release-docs
技能 (Skill):发版后同步文档
目的 (Purpose)
在代码发版或 PR 合并后,确保项目文档(README、ARCHITECTURE、CONTRIBUTING、CLAUDE.md、CHANGELOG、TODOS)与已交付变更一致,保持可发现性与跨文档一致性。
核心目标(Core Objective)
首要目标:产出与发版变更一致的文档更新;事实性修正自动完成,主观或风险性变更经用户确认。
成功标准(必须满足所有要求):
- ✅ 基准分支已检测:从 CLAUDE.md、
.ai-cortex/config.yaml或gh推断 base branch;参见 docs/guides/project-config.md - ✅ Diff 与逐文件审计:
git diff、git log已执行;README、ARCHITECTURE、CONTRIBUTING、CLAUDE.md 已对照 diff 核对;分类为 Auto-update 或 Ask user - ✅ CHANGELOG 仅润色:不重写、不删除、不替换既有条目;VERSION 变更须经 AskUserQuestion 确认
- ✅ 跨文档一致性:版本号、能力列表、可发现性链接已核对
- ✅ 变更已提交:若有修改,单次 commit 并输出 doc health summary
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