fiddler-traffic-debugging

Installation
SKILL.md

Fiddler Feature Verification

Analyze the traffic generated by a feature run, decide whether the observed HTTP behavior looks correct, and produce a grouped-by-endpoint summary with likely issues.

Operating rules

  1. This skill is MCP-first. Use Fiddler Everywhere MCP tools for traffic analysis whenever they are available in the current session.
  2. Do not use shell tools, rg, grep, workspace file scans, or exported session dumps to inspect traffic if the Fiddler MCP tools are available.
  3. Use ApplyFilters whenever it helps narrow a large or noisy capture to the traffic that matters for the feature verification.
  4. Keep the analysis practical. The goal is to verify whether the feature appears to work, not to produce an exhaustive packet-level audit.
  5. If the Fiddler MCP tools are not available in the current session, stop and tell the user to run fiddler-mcp-setup first, then retry.
  6. Never manually probe /mcp or send raw MCP protocol requests with curl when the runtime already exposes Fiddler MCP tools.
  7. Use only tool names that the host advertises in tools/list. Never invent or assume tool names beyond the ones available in the session.

Prerequisites check

  1. Verify that Fiddler Everywhere is installed.
  2. Verify that the Fiddler Everywhere MCP tools are available.
Related skills

More from telerik/fiddler-agent-tools

Installs
21
GitHub Stars
4
First Seen
Apr 21, 2026