Run the full frontend formatting, linting, and type checking suite. Ensures code quality before commits and PRs. TRIGGER when frontend TypeScript/React code has been modified and needs validation.
Install
npx skillscat add significant-gravitas/autogpt/frontend-check Install via the SkillsCat registry.
SKILL.md
Frontend Check
Steps (in order)
- Format:
pnpm format— NEVER run individual formatters - Lint:
pnpm lint— fix errors, re-run until clean - Types:
pnpm types— if it keeps failing after multiple attempts, stop and ask the user