← ClaudeAtlas

sf-deploylisted

Salesforce deploy orchestration for Brite's brite-salesforce repo. TRIGGER when user deploys SFDX metadata to sandbox or production, runs `sf project deploy start`, validates with dry-run, needs post-deploy Tooling API SOQL verification, toggles `.forceignore` for ECA/Named Credential/Prompt exclusions, re-activates Screen Flows that deploy as Draft, re-schedules Apex after sandbox refresh, or troubleshoots deploy-time failures. DO NOT TRIGGER when writing Apex/LWC code (use sf-apex/sf-lwc), creating metadata XML (use sf-metadata), or querying org data (use sf-data).
Brite-Nites/brite-claude-plugins · ★ 0 · Data & Documents · score 64
Install: claude install-skill Brite-Nites/brite-claude-plugins
<!-- Adapted from Jaganpro/sf-skills@ff1ab74 (MIT). This file layers Brite conventions from brite-salesforce/CLAUDE.md. --> # sf-deploy: Salesforce Deploy Orchestration (Brite edition) Deploy orchestration for the **brite-salesforce** repo: dry-run validation, targeted or manifest-based deploys, post-deploy Tooling API verification, `.forceignore` toggle discipline, Screen Flow activation, Scheduled Apex recovery, Named Credential PLACEHOLDER handling. CI/CD guidance pointing at Brite's scratch-org-per-PR pipeline. ## When This Skill Owns the Task Use `sf-deploy` when the work involves: - `sf project deploy start`, `quick`, `report`, or retrieval workflows in brite-salesforce - release sequencing across objects, permission sets, Apex, and Flows - cross-org metadata moves (sandbox ↔ production) with `.forceignore` toggles - post-deploy verification via Tooling API SOQL - Screen Flow activation, Scheduled Apex re-scheduling, Named Credential URL setup Delegate elsewhere when the user is: - authoring Apex or LWC code → [sf-apex](../sf-apex/SKILL.md), [sf-lwc](../sf-lwc/SKILL.md) - creating metadata definitions → [sf-metadata](../sf-metadata/SKILL.md) - building Flows → [sf-flow](../sf-flow/SKILL.md) - doing org data operations → [sf-data](../sf-data/SKILL.md) > **Default recommendation for brite-salesforce deploys**: prefer [`/revops:deploy-sandbox`](../../commands/deploy-sandbox.md) (sandbox) or [`/revops:deploy-prod`](../../commands/deploy-prod.md) (production) over raw