Apollo Debug Bundle
Automatically generates comprehensive debugging bundles—logs, traces, metrics—for rapid root cause analysis of application issues.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add apollo-debug-bundle npx -- -y @trustedskills/apollo-debug-bundle
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"apollo-debug-bundle": {
"command": "npx",
"args": [
"-y",
"@trustedskills/apollo-debug-bundle"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The apollo-debug-bundle skill provides debugging capabilities for Apollo Client applications. It allows you to inspect GraphQL queries, mutations, and responses in a structured format. This includes viewing variables, operation names, and the raw HTTP request/response headers, aiding in troubleshooting complex data fetching issues.
When to use it
- Debugging slow queries: Identify bottlenecks by examining query execution times and network latency.
- Troubleshooting GraphQL errors: Understand error responses from your GraphQL server with detailed context.
- Inspecting variable values: Verify that the correct variables are being passed in your GraphQL requests.
- Analyzing HTTP headers: Investigate issues related to caching, authorization, or other request-related configurations.
Key capabilities
- Inspects GraphQL queries and mutations
- Displays variables used in requests
- Shows operation names
- Provides raw HTTP request/response details
Example prompts
- "Show me the debug information for this Apollo Client query."
- "What are the variables being sent with this mutation?"
- "Can you display the headers of the last GraphQL request?"
Tips & gotchas
This skill is most effective when used in conjunction with an environment where Apollo Client is actively running and making requests. It requires access to the Apollo Client instance or relevant data structures for inspection.
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.