en un clic
code-health
Report on TODOs, dead code, and test coverage gaps
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Report on TODOs, dead code, and test coverage gaps
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Summary of the [REPLACE: CHANNEL_PLATFORM] channel [REPLACE: CHANNEL_NAME] — top [REPLACE: TOP_N_THREADS] threads + open questions
Price and volume tracker for [REPLACE: TOKEN_SYMBOL] with anomaly alerts above [REPLACE: ALERT_THRESHOLD_PCT]% movement
Watch Vercel deploys for [REPLACE: VERCEL_PROJECT] — alert on [REPLACE: ALERT_ON] in the last [REPLACE: LOOKBACK_HOURS] hours
Digest of the most interesting new posts on [REPLACE: TOPIC] from RSS feeds and the open web
Mention/keyword sweep on social platforms for [REPLACE: KEYWORDS] — trends, sentiment, top posts
5 concrete real-life actions, leverage-scored against open loops with specificity and anti-fluff gates
| name | Code Health |
| description | Report on TODOs, dead code, and test coverage gaps |
| var | |
| tags | ["dev"] |
${var} — Repo (owner/repo) to audit. If empty, audits all watched repos.
If ${var} is set, only audit that repo (owner/repo format).
This skill reads repos from memory/watched-repos.md. If the file doesn't exist yet, create it or skip this skill.
# memory/watched-repos.md
- owner/repo
- another-owner/another-repo
Read memory/MEMORY.md and memory/watched-repos.md for repos to audit.
Steps:
gh repo clone owner/repo /tmp/repo-audit -- --depth 1
grep -rn "TODO\|FIXME\|HACK\|XXX" --include="*.{js,ts,py,sol,rs,go}" /tmp/repo-audit# Code Health Report — ${today}
## repo-name
### TODOs (N found)
- file:line — TODO text
### Concerns
- description
### Recommendations
- action item
./notify.