← ClaudeAtlas

sf-auditlisted

Run a comprehensive Salesforce org audit producing 18 documents from a single scan. Inventories and scores Apex classes, triggers, Flows, Process Builders, Workflow Rules, LWC components, custom objects/fields, validation rules, formula fields, approval processes, escalation/assignment/auto-response rules, Profiles, and Permission Sets. Detects unused custom fields and objects (no data and/or no references in code, flows, layouts, or reports). Also covers Reports & Dashboards, integrations, test coverage, licensing, team evaluation, change history, data quality, and architectural analysis. Scans all formula and criteria logic for hardcoded Record IDs, Campaign names, Profile names, URLs, and other fragile values. Generates Word, Excel, HTML reports plus 12 standalone analysis documents including a customer report and strategic engagement plan. Do NOT use for a targeted vulnerability scan (use sf-security), comparing two orgs for drift (use sf-orgdiff), answering 'who has access to X' (use sf-permissions), or
kugamon/salesforce-core-skills · ★ 0 · Data & Documents · score 68
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