From skills
Reviews code against a patterns/antipatterns catalog — Go idioms plus this project's pure-core/thin-edges and seam discipline, error handling, naming, and simplicity — and proposes focused cleanups. Use this whenever the user asks to review code quality, enforce coding standards, spot antipatterns, or clean up a diff for clarity. It complements the built-in /code-review (bug-finding) and /simplify (mechanical cleanup) rather than duplicating them.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skills:auditing-code-qualityThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill is the project's *standards reference plus an opinionated style pass*. It's not a
This skill is the project's standards reference plus an opinionated style pass. It's not a
bug hunter and not a mechanical simplifier — those are the built-in /code-review and
/simplify. It answers a different question: "does this code follow the patterns that keep
this codebase clean, and where does it drift into the antipatterns we avoid?"
scripts/smells.sh ./internal/web # seam leaks, punted errors, naming drift
The non-negotiables here: the SDK is imported only by SDKClient (the seam is the whole
design); telemetry/ctxforge/config stay dependency-free; errors are surfaced, not
punted; output is deterministic where promised; names are consistent. Everything else is
judgment — explain the trade-off, don't mandate.
/code-review. If you spot a real bug, name it and defer the deep
hunt there./simplify. Don't re-do its job.improving-architecture (this skill is line/function level).hardening-tests.Heavy-handed "always/never" review comments age badly and get ignored. A reviewer (human or agent) follows a standard when they understand the cost of breaking it. Lead with the consequence; the rule follows naturally.
Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub dotts-h/claude-skills --plugin skills