Diagnosing Bugs — Development skill for Claude Code
PHẢI dùng khi: đang stuck với bug khó reproduce, không biết debug từ đâu, đã fix nhiều lần mà bug vẫn quay lại, hoặc debug bừa theo kiểu 'thử cái này xem có hết không'.
How to install Diagnosing Bugs
Installs to ~/.claude/commands/flick-git-anhnv-claude-diagnosing-bugs.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/flick-git-anhnv/claude/HEAD/.claude/commands/diagnosing-bugs.md -o ~/.claude/commands/flick-git-anhnv-claude-diagnosing-bugs.md Restart Claude Code, or start a new session, for it to be picked up.
What Diagnosing Bugs does
name: diagnosing-bugs description: "PHẢI dùng khi: đang stuck với bug khó reproduce, không biết debug từ đâu, đã fix nhiều lần mà bug vẫn quay lại, hoặc debug bừa theo kiểu 'thử cái này xem có hết không'. Cũng dùng khi: cần review quy trình debug hiện tại để chắc Phase 1 (feedback loop) đã sẵn sàng trước khi tiếp tục. KHÔNG dùng khi: đã có failing test và biết chính xác dòng code cần sửa (→ fix thẳng); đây là lỗi typo/config rõ ràng không cần debug loop (→ WF-FASTTRACK)."
Skill: diagn
Alternatives in Development
- Diagnose Ce0463 — Diagnosing CE0463 "the definition of this widget has changed" 115 ★
- Cc Devenv Doctor — One command to take a bare Windows or Mac machine to a working Claude Code setup — plus a plugin that keeps di 13 ★
- Intent Patch — Patch cho Intent by Augment cho phép sử dụng nhiều ACP providers đồng thời. Thay vì chỉ hiện models của provid 7 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Domain Modeling
PHẢI dùng khi: bắt đầu project mới cần shared vocabulary, onboard agent vào codebase chưa biết, phát hiện agen
Run Plan Step
PHẢI dùng khi cần thực thi 1 bước (STEP-N.M) trong plan docs/plans/PLAN-/ qua subagent theo session isolation
Analyze Flaky Tests
Phân tích automation tests không ổn định (flaky), xác định root cause và tự động khắc phục. Hỗ trợ 2 mode — AN
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Sharing Skills
skill for guidance.
Related Agents
Re Lead
PHẢI dùng khi cần reverse-engineer 1 model/tính năng MỚI từ binary đã compile (.so/.apk/.dll/.bin) mà kiến trú
Ba Agent
BA Agent — Viết PRD, User Stories, Release Notes cho mọi dự án. Dùng khi cần product spec, feature spec, GDD,
Bug Fix
Use when diagnosing and fixing a bug. Chains reproduce → isolate → hypothesize → fix → verify → learn with hum