원클릭으로
rx-queries
Run GraphQL code generation for a set of domain packages. Use after editing any `*.graphql` or `*.fragment` files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run GraphQL code generation for a set of domain packages. Use after editing any `*.graphql` or `*.fragment` files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | rx-queries |
| description | Run GraphQL code generation for a set of domain packages. Use after editing any `*.graphql` or `*.fragment` files. |
| user_invocable | true |
| arguments | [{"name":"domain","description":"Optional domain package name (e.g., aws, access, archival, exocompute). Defaults to all domain packages with modified or new `*.graphql` or `*.fragment` files."}] |
| argument-hint | [domain] |
Run GraphQL code generation for a set of domain packages. If the domain argument is provided, run code generation for
that domain package. Otherwise, determine which domain packages have modified or new *.graphql or *.fragment files
and run code generation for those.
Run git status --porcelain filtered to *.graphql and *.fragment to determine which domain packages need to be
regenerated. This catches modified, deleted, and newly created files. If no files are found and no domain argument was
provided, report "nothing to regenerate" and stop.
pkg/polaris/graphql/$domain/ exists. If not, list available domains and stop.go generate ./pkg/polaris/graphql/$domain/... to update queries.go.gofmt -w pkg/polaris/graphql/$domain/queries.go to ensure correct formatting.go vet ./pkg/polaris/graphql/$domain/... to catch any errors.git diff pkg/polaris/graphql/$domain/queries.go to show what changed.Report the results of code generation for each domain package as table. If no domain package was provided, report the
results for all domain packages that had modified or new *.graphql or *.fragment files.