원클릭으로
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: