Vibe Diagnosis for VS Code
Self-diagnosis framework for vibe coding projects.
Features
- Status Bar Health Indicator — Shows project health percentage at a glance
- Run Diagnostics — Execute all
.diag.js files with one command
- Open Dashboard — Visual web dashboard with one-click diagnosis
- Problems Panel — ERROR/WARNING items appear in VS Code Problems panel
Commands
| Command |
Description |
Vibe Diagnosis: Run |
Run all diagnostics and show results |
Vibe Diagnosis: Init |
Initialize .vibe-diagnosis/ in current project |
Vibe Diagnosis: Open Dashboard |
Open web dashboard in browser |
Vibe Diagnosis: Run (JSON) |
Output results as JSON |
Quick Start
- Open Command Palette (
Ctrl+Shift+P)
- Run
Vibe Diagnosis: Init
- Create
.diag.js files in .vibe-diagnosis/diagnostics/
- Run
Vibe Diagnosis: Run or click the status bar item
Links
| |