har-debugger
✓Analyze HAR (.har) files alongside a bug description to identify slow, failed, or abnormal requests, correlate them to symptoms, and produce a concise root-cause report with evidence and next steps.
Installation
SKILL.md
Overview Analyze a HAR file plus a bug description to isolate problematic network requests and explain likely causes using only HAR evidence.
If the user provides raw HAR JSON instead of a file, accept it, but prefer a file path when possible. Use starttime/endtime to limit analysis to the incident window to save tokens.
Use output.har for all remaining analysis. Time format must match the parser input, for example 10/02/2026 03:02:00.
Analyze HAR (.har) files alongside a bug description to identify slow, failed, or abnormal requests, correlate them to symptoms, and produce a concise root-cause report with evidence and next steps. Source: hynguyenvk-itr/har-debugger-skill.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/hynguyenvk-itr/har-debugger-skill --skill har-debugger- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-11
- Updated
- 2026-02-18
Quick answers
What is har-debugger?
Analyze HAR (.har) files alongside a bug description to identify slow, failed, or abnormal requests, correlate them to symptoms, and produce a concise root-cause report with evidence and next steps. Source: hynguyenvk-itr/har-debugger-skill.
How do I install har-debugger?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hynguyenvk-itr/har-debugger-skill --skill har-debugger Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/hynguyenvk-itr/har-debugger-skill
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-11