ワンクリックで
graphql-api-sanity-checker
Sanity-check GraphQL API documentation against implementation changes; use for prompts like "Check GraphQL API".
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Sanity-check GraphQL API documentation against implementation changes; use for prompts like "Check GraphQL API".
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 | graphql-api-sanity-checker |
| description | Sanity-check GraphQL API documentation against implementation changes; use for prompts like "Check GraphQL API". |
For each changed implementation file, identify which GraphQL API documentation files may need updates:
Use doc/service/template/spring-graphql.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: