Adds expertise for running GraphQL Inspector's validate command to check operations and fragments against a schema. It helps detect undefined fields, wrong argument types, invalid fragment spreads, and enforces limits like max depth, alias counts, directive counts, token counts, and complexity scores.
Use in CI pipelines or local checks before merging or deploying code that contains GraphQL operations. Ideal for monorepos, federated schemas, and projects that want to enforce query complexity or prevent deeply nested queries.
Useful for CI-oriented agents and developer tooling agents that can run npm/npx and integrate with GitHub Actions or pre-commit hooks (Codex, Copilot-style agents, automation bots).
A well-documented reference skill for GraphQL Inspector's validate command. Covers commands, validation rules (depth, aliases, directives, complexity), CI/CD integration, and troubleshooting. No scripts bundled — purely instructional. The SKILL.md itself is thorough but functions more as a cheat sheet than an actionable agent skill with automation.
Pure documentation/reference skill with no executable scripts. No security concerns — all commands are standard npx invocations. SKILL.md is comprehensive but the skill itself doesn't automate anything; it teaches the agent how to use graphql-inspector validate. Useful for GraphQL-heavy projects but niche audience. The CI/CD section has a stray 'user-invocable: false' line in the YAML example that looks like a copy-paste artifact from frontmatter.