.cursor/skills/evidence-producer/SKILL.md
Use when producing production-backed audit evidence, screenshots, executive compliance reports, and entity-mapping visuals from equipqr.app, production Supabase, and production Vercel.
npx skillsauth add Columbia-Cloudworks-LLC/EquipQR evidence-producerInstall 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.
Produce audit-support evidence and reporting from production systems only.
This skill can run from prior auditor output or standalone jurisdiction input, but always enforces production-only boundaries.
Use inputs.md to determine run mode and checklist source.
Use sources.md to enforce production-only scope and provenance.
Use reporting.md to generate evidence outputs, executive reporting, and visual appendix content.
Copy this checklist and complete in order:
Evidence Producer Progress
- [ ] 1) Determine input mode (auditor-driven preferred)
- [ ] 2) Emit source lock (production only)
- [ ] 3) Map each control/question to evidence source(s)
- [ ] 4) Collect production evidence with provenance
- [ ] 5) Classify each control (`verified`/`failed`/`not verified`/`blocked`)
- [ ] 6) Write required output artifacts
auditor output when available.Before collection, explicitly confirm:
https://equipqr.app, production Supabase, production VercelFor each control/question, choose strongest production evidence from:
Every artifact must include:
verified: evidence supports the controlfailed: evidence contradicts the controlnot verified: evidence is inconclusiveblocked: safe/required production access is unavailableProduce all required artifacts using reporting.md.
Always produce, in order:
ScopeSource LockEvidence InventoryEvidence PackageExecutive ReportVisual Appendixdevelopment
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.