Apollo Debug Bundle

🌐Community
by jeremylongshore · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add apollo-debug-bundle npx -- -y @trustedskills/apollo-debug-bundle
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jeremylongshore
Installs
13

🌐 Community

Passed automated security scans.