.cursor/skills/auditor/SKILL.md
Use when generating a jurisdiction-specific audit questionnaire and pass-fail compliance matrix from a regulatory rule pack, such as Texas audit readiness requests.
npx skillsauth add Columbia-Cloudworks-LLC/EquipQR auditorInstall 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.
Generate a deterministic audit questionnaire and pass-fail matrix for a named regulatory space.
This skill only produces:
Do not produce:
If the user asks for those, stop after this output and recommend a separate downstream skill.
/auditor texasLoad a jurisdiction reference from this directory:
texas.mdIf the jurisdiction is unsupported, say so and list available packs.
Copy this checklist and complete in order:
Auditor Progress
- [ ] 1) Confirm jurisdiction and assumptions
- [ ] 2) Load matching rule pack
- [ ] 3) Emit fixed audit questions by regime
- [ ] 4) Build pass-fail matrix from rule-pack logic
- [ ] 5) Report coverage gaps without inventing requirements
State:
Use only mapped requirements from the pack. Do not add legal requirements from memory.
Use the same regime order and question order defined in the pack.
Create a matrix using this schema:
| Regime | Area | Audit Question | Pass When | Fail When | | --- | --- | --- | --- | --- |
Rules:
If requirements are missing or ambiguous in the pack, add a short Coverage Gaps section.
Always return, in this exact order:
ScopeAudit QuestionsPass-Fail MatrixCoverage Gaps (only if needed)When asked for Texas:
texas.mddevelopment
React performance optimization guidelines from Vercel Engineering, with EquipQR-specific mappings (Vite + React Router + TanStack Query). Use when writing, reviewing, or refactoring React code in this repo, especially around waterfalls, bundle size, and re-renders.
testing
Postgres performance optimization and best practices from Supabase, adapted to EquipQR's Supabase (Postgres + RLS) workflow. Use when editing SQL, migrations, indexes, or RLS policies.
development
Applies EquipQR's brand colors and design-system tokens to any artifact that should match EquipQR's look-and-feel. Use it when brand colors, style guidelines, visual formatting, or EquipQR design standards apply.
development
Use when auditing dependency health, API contract consistency, shared data shapes, or brittle integration seams between modules, services, and packages.