Vendure Graphql Reviewing
Analyzes Vendure GraphQL schemas & queries for performance bottlenecks, errors, and adherence to best practices.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add vendure-graphql-reviewing npx -- -y @trustedskills/vendure-graphql-reviewing
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"vendure-graphql-reviewing": {
"command": "npx",
"args": [
"-y",
"@trustedskills/vendure-graphql-reviewing"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to review Vendure GraphQL schemas and queries. It can identify potential issues like incorrect field selections, missing arguments, or inefficient query structures within Vendure applications. The agent can also suggest improvements for clarity, performance, and adherence to best practices.
When to use it
- Code Review: Integrate into your CI/CD pipeline to automatically review new or modified GraphQL queries in a Vendure project.
- Performance Optimization: Analyze existing GraphQL endpoints to identify bottlenecks and suggest optimizations.
- Learning & Education: Use the skill to understand how Vendure's GraphQL API works and learn best practices for building efficient queries.
- Schema Validation: Ensure that new or updated GraphQL schemas are valid and consistent with Vendure’s conventions.
Key capabilities
- Vendure GraphQL schema understanding
- GraphQL query analysis
- Issue identification (incorrect field selections, missing arguments)
- Performance optimization suggestions
- Best practices adherence checks
Example prompts
- "Review this Vendure GraphQL query for potential inefficiencies:
query { ... }" - "Analyze the Vendure GraphQL schema and identify any deprecated fields."
- "Suggest improvements to this Vendure GraphQL query to reduce server load:
..."
Tips & gotchas
This skill requires a basic understanding of Vendure and GraphQL. Providing the full GraphQL schema or relevant parts of it will improve accuracy and relevance of the review.
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.