| name | source-command-health |
| description | Quick check of project health without building |
source-command-health
Use this skill when the user asks to run the migrated source command health.
Command Template
Run a fast health check on the project:
cd apps/desktop && pnpm exec tsc --noEmit 2>&1 | tail -20 — TypeScript errors
cd apps/desktop/src-tauri && cargo check 2>&1 | tail -20 — Rust compilation errors
pnpm check:i18n — i18n key consistency
bash scripts/check-file-size.sh — file size violations
git status — uncommitted changes
Summarize any issues found.