test-before-pr
Installation
SKILL.md
Setup
- Install dependencies:
npm install - Start the database:
docker-compose up -d postgres - Run migrations:
npx prisma migrate dev - Start the dev server:
npm run dev - Wait for "Ready on http://localhost:3000"
Verify
- Read the git diff to identify which pages changed
- Open each affected page in the browser
- Check for: console errors, layout issues, broken links
- Screenshot each page at desktop (1280px) and mobile (375px) widths