在代码改动完成后,快速整理并更新对应技术文档与说明内容。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "updating-noridocs" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/FluidFramework/main/.agency/plugins/nori/skills/updating-noridocs/SKILL.md 2. 保存为 ~/.claude/skills/updating-noridocs/SKILL.md 3. 装好后重载技能,告诉我可以用了
我刚完成用户登录模块的代码调整:新增 refresh token 接口,修改了登录返回字段,并废弃旧的 session 校验方式。请根据这些变更更新 API 文档,包含接口说明、请求参数、返回示例、变更说明和弃用提示。
一份更新后的接口文档草稿,清楚反映新增、修改与废弃内容。
项目最近重构了本地启动流程:环境变量名称有变化,启动命令从 npm 改成 pnpm,并新增了 Docker 启动方式。请更新 README,重点修改安装、配置、启动和常见问题部分。
一份可直接提交的 README 更新内容,覆盖最新启动与配置方式。
以下是本次版本的代码变更:修复支付重试 bug、优化报表查询性能、新增管理员导出权限控制。请整理成面向内部团队和客户都能理解的发布说明,区分新功能、修复项和注意事项。
一份结构清晰的版本发布说明,适合内部同步或对外发布。
Noridocs are docs.md files throughout the codebase that document each folder's purpose, architecture, and implementation. Update them after code changes using the nori-change-documenter subagent.
Core principle: Provide context → Dispatch subagent → Verify updates.
Announce at start: "I'm using the Updating Noridocs skill to update documentation."
Prepare information for the subagent:
Use Task tool with nori-change-documenter type:
Task(subagent_type: nori-change-documenter)
In the prompt, provide:
Check that documentation was updated:
git status to see which docs.md files changedEach docs.md follows this structure:
# Noridoc: [Folder Name]
Path: [Path to the folder from the repository root. Always start with @. For
example, @/src/endpoints or @/docs ]
### Overview
[2-3 bullet summary of the folder]
### How it fits into the larger codebase
[2-10 bullet description of how the folder interacts with and fits into other
parts of the codebase. Focus on system invariants, architecture, internal
depenencies, places that call into this folder, and places that this folder
calls out to]
### Core Implementation
[2-10 bullet description of entry points, data paths, key architectural
details, state management]
### Things to Know
[2-10 bullet description of tricky implementation details, system invariants,
or likely error surfaces]
Created and maintained by Nori.
Noridocs should NOT list files, maintain counts, or track line numbers. These are brittle documentation patterns that will break very quickly.
Providing vague context
Skipping verification
Documenting trivial changes
Never:
Always:
快速生成 OCE 当班状态总览看板,汇总事故、流水线与错误情况。
用于查询与排查 Fluid Framework 相关 Kusto 遥测、错误和部署问题
帮助你为复杂问题编写调试测试并反复验证,快速定位异常根因。
在设计完成后,为缺乏上下文的工程师生成可执行的详细实施计划。
帮助你规划并创建新的自定义技能,生成结构、说明文档与可选脚本
帮助团队识别客户可见 API 变更并判断发布、评审与弃用流程要求
帮助用户撰写和维护技术文档,包括 README、API 文档与运维手册。
帮助你在代码仓库中撰写、审校技术文档与智能体指令文件。
引导用户协作撰写文档、方案与技术规格,并通过迭代完善内容质量。
在每次 PR 变更时评估文档影响,并给出可落地的更新建议。
在开始任何任务前建立统一开发工作流、分支检查与编码规范
获取任意库的最新版本文档与代码示例,减少过时或幻觉式 API 调用。