From skills
Reviews a specific area of the codebase for security, performance & scalability, code quality, or test coverage. Invoke with a path, e.g. /audit apps/backend/auth.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skills:audit [path-to-area][path-to-area]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Interactive, **read-only** review of one area of this monorepo (NestJS backend,
Interactive, read-only review of one area of this monorepo (NestJS backend, React frontend, Node throughout). It analyses and reports findings; it never edits code on its own. Only at the very end may it offer to fix things — and only if you say yes.
The target area is $ARGUMENTS (a path, e.g. apps/backend/auth).
Read-only. Do not edit, create, fix, or commit anything while reviewing. Use only
Read, Grep, Glob, and the read-only Bash commands. Writing the report or
fixing code happens only after step 7, and only on explicit confirmation.
Confirm $ARGUMENTS is a real path in the repo. If it is empty, ask which area to
review before doing anything else. If it is set but does not exist, say so and ask
for a valid path. Do not proceed without a valid target.
Use the AskUserQuestion tool to present a multi-select menu so I can choose
one or several:
Learn this repo's conventions so you grade against our standards, not generic ones. Keep it brief — orientation, not a deliverable:
tsconfig, ESLint/Prettier config, and any Nest config near
the target.For each chosen review type, read the matching file in references/ and work
through every item against the target area. Read the actual source — and its
tests, for coverage. Cite every finding with file:line.
Assign each finding exactly one severity from the rubric below.
Produce the report in the output format below. If there are zero findings, skip the report entirely and instead reply with one short, genuinely funny one-liner congratulating me on clean code.
Only if there were findings, end by offering to:
Do nothing further unless I confirm. (Edits are not pre-approved, so each write will ask for permission — that is intended.)
Start with a one-line summary of counts:
2 critical · 1 major · 3 minor · 4 nit
Then list findings grouped by severity, highest first. Each finding:
file:lineKeep it scannable. Don't pad.
npx claudepluginhub shiggydoodah/skills --plugin skillsProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.