一键导入
rest-api-sanity-checker
Sanity-check REST API documentation against implementation changes; use for prompts like "Check REST API documentation".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Sanity-check REST API documentation against implementation changes; use for prompts like "Check REST API documentation".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Add a collection field to an existing backend entity and update dependent artifacts; use for prompts like "Add collection ... to entity ...".
Create a new backend domain entity and all required artifacts; use for prompts like "Create an entity ... in package ...".
Add a many-to-one relation between existing entities and update dependent artifacts; use for prompts like "Add a required many-to-one relation ...".
Add a one-to-many relation between existing entities and update dependent artifacts; use for prompts like "Add a one-to-many relation ...".
Add a one-to-one relation between existing entities and update dependent artifacts; use for prompts like "Add a required one-to-one relation ...".
Add or remove a property on an existing backend entity and update dependent artifacts; use for prompts like "Add property ... to entity ...".
| name | rest-api-sanity-checker |
| description | Sanity-check REST API documentation against implementation changes; use for prompts like "Check REST API documentation". |
For each changed implementation file, identify which REST API documentation files may need updates:
Use doc/service/template/spring-restapi.adoc as the reference template.
Use doc/concept/spring/endpoint.adoc as the implementation baseline.
For minor issues (typos, formatting): Fix directly For major issues (missing documentation for new features, wrong or outdated descriptions):
NOTE: [Specific instruction for improvement]For each affected documentation file, provide: