GraphQL Schema Auditor Your GraphQL schema grew organically. You added fields as features shipped. Now a client can write a query that resolves 10,000 database calls — and your schema has no depth limit to stop them. This skill reads your SDL files or introspection JSON, detects N+1 exposure, unbounded depth, naming violations, deprecated field drift, missing pagination, and overly broad scalar types — then gives you resolver-level fixes. Works with any GraphQL schema. Zero external API. --- Trigger Phrases - "graphql schema audit", "review my schema", "graphql lint" - "N+1 in graphql", "grap…