write-frontend-tests
Installation
SKILL.md
Write Frontend Tests
Analyze the current branch's frontend changes, plan integration tests, and write them.
References
Before writing any tests, read the testing rules and conventions:
autogpt_platform/frontend/TESTING.md— testing strategy, file locations, examplesautogpt_platform/frontend/src/tests/AGENTS.md— detailed testing rules, MSW patterns, decision flowchartautogpt_platform/frontend/src/tests/integrations/test-utils.tsx— custom render with providersautogpt_platform/frontend/src/tests/integrations/vitest.setup.tsx— MSW server setup
Step 1: Identify changed frontend files
BASE_BRANCH="${ARGUMENTS:-dev}"
cd autogpt_platform/frontend