From dev-core
Health check — verify dev-core config, GitHub project, labels, workflows, branch protection. Triggers: "checkup" | "health check" | "check setup" | "verify config".
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-core:checkupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Let:
Let:
Σ := severity icon (❌ blocking | ⚠️ warning | ✅ pass | ⏭ skipped)
Φ := CLAUDE_PLUGIN_ROOT
σ := .claude/stack.yml
δ := .claude/dev-core.yml
I_TS := ${Φ}/skills/init/init.ts
D(label, result) := Display: {label} {result}
Ask(opts) := → DP(A)with given options
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.
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
npx claudepluginhub roxabi/roxabi-plugins --plugin dev-coreAudits a repository for baseline compliance across 9 categories including code quality, security, CI/CD, testing, and documentation. Emits Markdown report and JSON sidecar.
Assesses codebase for AI agent readiness by detecting stacks, monorepos, git setup, and evaluating style, testing, code quality, secrets, and file sizes.
Audits a repo for AI-readiness, scoring ~20 dimensions across Foundation, Why, What, Hygiene, and Sync. Use when inheriting a legacy repo or asking "is this repo agent-ready?"