Health check — dev-core config, GitHub, labels, workflows, branch protection, CI. Not host /checkup.
Scanned 9/23/2026
Install to Claude Code
npx -y skills add Roxabi/roxabi-plugins --skill dev-checkup --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dev Checkup?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/roxabi-dev-checkup)More formats (shields.io, HTML) on the badges page.
---
name: R-dev-checkup
disable-model-invocation: true
description: Health check — dev-core config, GitHub, labels, workflows, branch protection, CI. Not host /checkup.
version: 0.8.2
allowed-tools: Bash, Read, ToolSearch
---
# Checkup
Let:
Σ := severity icon (❌ blocking | ⚠️ warning | ✅ pass | ⏭ skipped)
Φ := CLAUDE_PLUGIN_ROOT
σ := `.dev/stack.yml`
δ := `.dev/dev-core.yml`
I_TS := `${Φ}/skills/dev-init/init.ts`
D(label, result) := Display: `{label} {result}`
Ask(opts) := present opts, wait for user reply
chk(cond, pass, fail) := cond → ✅ pass | fail
stackVal(key) := value read from σ
ensureGitignore(entry) := append entry to .gitignore if missing
Run all health checks and fix issues inline — no redirects to other skills.
Severity guide: ❌ = blocking error, ⚠️ = warning, ✅ = pass, ⏭ = skipped.
## Dispatch
Phase 1 — dev-core checks → Read `${CLAUDE_SKILL_DIR}/cookbooks/devcore-checks.md`, execute.
Phase 2 — Stack configuration → Read `${CLAUDE_SKILL_DIR}/cookbooks/stack-checks.md`, execute.
Phase 3 — Workspace health → Read `${CLAUDE_SKILL_DIR}/cookbooks/infra-checks.md`, execute (includes Phases 3-5).
$ARGUMENTS
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!