sf-auditlisted
Install: claude install-skill kugamon/salesforce-core-skills
# Salesforce Org Audit
Run a comprehensive Salesforce org audit covering code quality, automation
health, data model design, and the permission model.
**Scoring**: Where a numeric rubric exists, defer to the corresponding domain
skill (`sf-apex`, `sf-flow`, `sf-lwc`,
`sf-metadata`). Do not invent your own criteria.
For categories without a numeric rubric (Triggers, Workflow Rules, Process
Builders, Profiles, Validation Rules, Formula Fields, Approval Processes,
Escalation Rules, Assignment Rules, Auto-Response Rules), produce an inventory
with qualitative findings and severity classifications.
---
## Dispatch
Parse `$ARGUMENTS` to determine the audit scope:
| First argument or intent | Workflow |
| --------------------------------------- | ----------------------------------- |
| `full`, no scope specified after asking | Full Org Audit (all domains) |
| `apex` | Apex-only audit (C1-C2) |
| `flow` | Flow/automation-only audit (C3-C4) |
| `lwc` | LWC-only audit (C5) |
| `metadata`, `data-model` | Metadata/data-model-only audit (C7) |
| `permissions` | Permissions-only audit (C6) |
| `reports` | Reports & Dashboards only (C10) |
| `integrations` | Integration analysis only (C11) |
| `cove