Next Evals Oss
Description
Evals for Next.js up to 15.5.6 to test AI model competency at Next.js
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Next.js Evals
Agent evaluations for Next.js coding tasks, powered by [`@vercel/agent-eval`](https://www.npmjs.com/package/@vercel/agent-eval).
Each eval hands a coding agent a small Next.js app and a prompt, lets it work in an isolated sandbox, then runs withheld assertions against what it produced.
Quick start
pnpm bootstrap # install, sync eval fixtures, check credentials
cp .env.example .env.local # then fill in the credentials it asked for
pnpm preflight # confirm they resolve
pnpm eval:smoke claude-opus-5 # one eval, one run, real sandbox
`pnpm bootstrap` is not required — it just runs the three setup steps below in order, because the middle one is easy to miss.
Setup
1. Install
pnpm install --frozen-lockfile
pnpm only: the lockfile and `packageManager` pin are pnpm, and CI installs frozen.
2. Sync the eval fixtures — required
pnpm sync-evals # from vercel/next.js@canary
pnpm sync-evals # ...or a branch, tag, or commit SHA
**The evals are not in this repo.** They live in [`vercel/next.js`](https://github.com/vercel/next.js/tree/canary/evals/evals) and `evals/` is git-ignored here, so a fresh clone has no fixtures and every command fails with `Evals directory not found`. `sync-evals` sparse-checkouts them.
Syncing from `canary` picks up whatever landed upstream since results were last recorded, so it usually reports evals as changed:
N result(s) have a changed eval and were left stale — run them to refresh.
That is expected, not a problem — it is the incremental workflow telling you what `pnpm status` will now list as work. To match CI instead, pass the SHA that [`.github/workflows/eval-cache-check.yml`](.github/workflows/eval-cache-check.yml) pins.
3. Provide credentials
Copy [`.env.example`](.env.example) to `.env.local` and fill in what you need. `pnpm preflight` reports exactly which variables are missing, and for which expe
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing