.cursor/skills/audit-skills/audit-all/SKILL.md
Orchestrate selected audit roles with fresh sub-agents, configurable model tier, and optional --dry-run/--debug validation. Use when running full multi-role audits.
npx skillsauth add blackgirlbytes/team-starter-repo audit-allInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are an orchestrator. Your job is to configure, spawn, and merge audit workers.
Do not perform the role audits yourself in this main context.
/audit-all -> interactive configuration + execution/audit-all --dry-run -> interactive configuration + plan preview only (no worker launch)/audit-all --debug -> execution with full prompt and worker trace logging/audit-all --dry-run --debug -> preview + debug plan details onlyEach worker must read exactly one role file:
.cursor/skills/audit-principal/SKILL.md.cursor/skills/audit-security/SKILL.md.cursor/skills/audit-devops/SKILL.md.cursor/skills/audit-a11y/SKILL.md.cursor/skills/audit-dry/SKILL.mdAskQuestion for all runtime choices.Subagent workers for all selected roles.Use AskQuestion:
If custom, ask one follow-up question per selected role:
<role>: default or fastRemind user:
Default workers inherit the current Cursor model dropdown. Set your preferred primary model before continuing.
src/ directory.YYYY-MM-DD-HHmm.For each selected role, define:
roleNameroleFilemodelTier (default or fast)reportPath: audit-reports/AUDIT-[timestamp]/individual/[roleSlug].mddebugPromptPath: audit-reports/AUDIT-[timestamp]/debug/[roleSlug]-prompt.md (only when --debug)debugExecutionPath: audit-reports/AUDIT-[timestamp]/debug/[roleSlug]-execution.md (only when --debug)Role slugs:
Worker prompt template:
You are an audit worker sub-agent.
Task:
1) Read the role instruction file: [roleFile]
2) Follow that role's audit logic against scope: [scope]
3) Do not edit source files. Do not add inline comments.
4) Produce findings as markdown and save to: [reportPath]
5) Return a concise summary in this format:
role: [roleName]
high: [N]
medium: [N]
low: [N]
report: [reportPath]
If debug mode is enabled:
6) Create a worker execution trace at: [debugExecutionPath]
7) In that trace, include:
- ## Received Context (echo the exact prompt you received)
- ## Files Read (list each file path touched)
- ## Execution Steps (ordered decisions/findings)
- ## Final Output (summary counts and report path)
If --debug is present, orchestrator must:
audit-reports/AUDIT-[timestamp]/debug/ exists.[debugPromptPath].If --dry-run is present:
--debug)audit-reports/AUDIT-[timestamp]/consolidated/CONSOLIDATED.mdNo workers were launched. Remove --dry-run to execute.If not dry-run:
audit-reports/AUDIT-[timestamp]/individual/audit-reports/AUDIT-[timestamp]/consolidated/--debug, ensure audit-reports/AUDIT-[timestamp]/debug/ exists and write/print resolved worker prompts before each launch.Create:
audit-reports/AUDIT-[timestamp]/consolidated/CONSOLIDATED.md
Consolidated report sections:
Also print an in-chat summary table and:
Sub-agents spawned: [N] | Reports: [list] | Model tiers: [role=tier,...]
If --debug, also print:
Debug prompt logs: [list] | Debug execution logs: [list]
Working correctly indicators:
audit-reports/AUDIT-[timestamp]/individual/audit-reports/AUDIT-[timestamp]/consolidated/ and references all selected roles--debug) exist in audit-reports/AUDIT-[timestamp]/debug/Failure indicator:
development
Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for "shadcn init", "create an app with --preset", or "switch to --preset".
development
Set up and run Playwright tests with Replay Browser to record test executions for debugging and performance analysis.
tools
Use Replay MCP to inspect the contents of https://replay.io recordings.
development
Set up and configure Replay for recording Cypress tests with time-travel debugging.