Enforce platform-specific quality gates every time you write or review Lightning Web Components, Aura components, or Visualforce pages. This covers the non-negotiables: which data access pattern to use (wire vs imperative, LDS vs Apex), XSS and CSRF enforcement, FLS/CRUD checks in AuraEnabled methods, SLDS 2 token usage instead of hardcoded colors, WCAG 2.1 AA accessibility requirements, and view state limits. It also includes decision tables for component communication (props, events, LMS) and Jest test scaffolding. Useful when you need to catch security holes and accessibility gaps before code review, or when onboarding developers who don't yet know that escape="false" in Visualforce is almost always wrong.
npx skills add https://github.com/github/awesome-copilot --skill salesforce-component-standards