Graphql Inspector Ci
Automatically validates GraphQL schema correctness and performance in CI/CD pipelines using introspection and testing.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add graphql-inspector-ci npx -- -y @trustedskills/graphql-inspector-ci
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"graphql-inspector-ci": {
"command": "npx",
"args": [
"-y",
"@trustedskills/graphql-inspector-ci"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The graphql-inspector-ci skill automates GraphQL schema inspection and validation within a CI environment. It analyzes your GraphQL schemas to identify potential issues like deprecated fields, unused arguments, or inconsistencies with best practices. This helps ensure the quality and maintainability of your GraphQL APIs by proactively catching errors early in the development lifecycle.
When to use it
- Automated Schema Validation: Integrate schema validation into your CI/CD pipeline to prevent regressions when making changes.
- GraphQL Migration Planning: Analyze existing schemas to understand the impact of API version upgrades or feature removals.
- Code Review Enhancement: Provide developers with automated feedback on GraphQL schema quality during code reviews.
- API Documentation Generation: Use schema inspection results to automatically generate and update API documentation.
Key capabilities
- Schema analysis
- CI integration
- GraphQL validation
- Deprecated field detection
- Unused argument identification
Example prompts
- "Run a GraphQL schema check against the
mainbranch." - "Compare the schemas between the
developandstagingenvironments." - "Generate a report of deprecated fields in our GraphQL API."
Tips & gotchas
Requires access to your GraphQL schema files or endpoint. Ensure your CI environment has the necessary permissions to run the skill and access relevant resources.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.