har-debugger
Installation
SKILL.md
HAR Debugger
Overview
Analyze a HAR file plus a bug description to isolate problematic network requests and explain likely causes using only HAR evidence.
Inputs
har_file: Path to a.harfile on disk.bug_description: Concise description of the bug symptoms.start_time: (optional) ISO timestamp or epoch ms for when the bug started.end_time: (optional) ISO timestamp or epoch ms for when the bug ended.socket_map: (optional) Inline list of socket-to-API mappings in the form<socket-name>: <api-name>to override defaults.
If the user provides raw HAR JSON instead of a file, accept it, but prefer a file path when possible. Use start_time/end_time to limit analysis to the incident window to save tokens.