Quick check of project health without building
Scanned 9/2/2026
Install to Claude Code
npx -y skills add Genuifx/ccem --skill source-command-health --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Source Command Health?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/genuifx-source-command-health)More formats (shields.io, HTML) on the badges page.
---
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:
1. `cd apps/desktop && pnpm exec tsc --noEmit 2>&1 | tail -20` — TypeScript errors
2. `cd apps/desktop/src-tauri && cargo check 2>&1 | tail -20` — Rust compilation errors
3. `pnpm check:i18n` — i18n key consistency
4. `bash scripts/check-file-size.sh` — file size violations
5. `git status` — uncommitted changes
Summarize any issues found.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!