packages/example/src/file.ts
- old behavior
+ new behavior
```
A reviewer should understand the PR without opening GitHub, but the page should not replace the final full diff review.
## Verification requirements
End with proof. Include exact commands when available, for example:
```text
pnpm --filter @scope/package test path/to/test.ts -- --run
pnpm turbo build --filter ./packages/package
```
If verification was not run, say so clearly and list the recommended commands.
## Final checklist
Before calling the page done, confirm it has:
- clear one-sentence summary,
- problem statement,
- before/after explanation,
- broader system context,
- visual diagram where useful,
- step-by-step code walkthrough,
- focused diffs with file paths,
- tests and verification commands,
- reviewer takeaway,
- self-contained HTML/CSS,
- stored in `.pr-review/`,
- not staged or committed unless explicitly requested.
## Default output
When asked to create a PR explainer, produce or update a `.pr-review/*.html` file and summarize:
1. output path,
2. PR story covered,
3. key sections included,
4. verification evidence included,
5. whether `.pr-review/` remains untracked or excluded.