Audit React-family files with Vercel React Best Practices and merge results into a JSON report.
npm install vercel-react-best-practices-reportA CLI tool for OpenCode to audit your React/Next.js codebase against the vercel-react-best-practices skill.
``bash`
npm install -g vercel-react-best-practices-report
Or run directly with npx (no install required).
`bash`
vercel-react-best-practices-report --model
| Option | Description |
| --------------------- | -------------------------------------------- |
| --model, -m | Required. Model to use, e.g. openai/gpt-4o |--concurrency
| , -c | Number of parallel workers (default: 10) |
`bash`
vercel-react-best-practices-report --model openai/gpt-4o --concurrency 20
Results are saved to react-best-practices-report/reports.json in your current directory.
Drag and drop reports.json` to the viewer: