nebula-component-validation
Installation
SKILL.md
Validate
Before running validation, confirm the Workbench preview coverage matches the change:
- Every new or modified component is reviewable through
component.ymlexamples, and throughmocks.jsonwhen additional named states are needed - Any page work is represented as a valid Workbench page JSON file in the
configured pages directory for this repo (
pages/)
After creating or modifying components, always validate your code by running the
code:fix script. Make sure to use the right package manager. For example, if
using npm, run the following command:
npm run code:fix
This runs Prettier and ESLint with auto-fix, ensuring: