Skip to content

Commit 8b68ded

Browse files
committed
feat(react-expert): update checklist and common mistakes for error mode
1 parent 073e35b commit 8b68ded

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.claude/skills/react-expert/SKILL.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -618,18 +618,20 @@ Write to `.claude/research/error-<CODE>.md`
618618

619619
1. **Trusting prior knowledge** - If you "know" something about the API, find the source evidence anyway
620620
2. **Generating example code** - Every code example must come from an actual source file
621-
3. **Skipping agents** - All 6 agents must run; each provides unique perspective
621+
3. **Skipping agents** - All 6 agents must run (7 in error-code mode); each provides unique perspective
622622
4. **Summarizing without sources** - Every claim needs a file:line or PR/issue reference
623-
5. **Using web search** - No Stack Overflow, no blog posts, no social media
623+
5. **Using web search** - No Stack Overflow, no blog posts, no social media (exception: error-code research mode)
624624

625625
## Verification Checklist
626626

627627
Before finalizing the research document:
628628

629629
- [ ] React repo is at `.claude/react` with known commit hash
630-
- [ ] All 6 agents were spawned in parallel
630+
- [ ] All 6 agents were spawned in parallel (7 in error-code mode)
631631
- [ ] Every code example has a source file reference
632632
- [ ] Warnings/errors table has source locations
633633
- [ ] No claims made without source evidence
634634
- [ ] Discrepancies between Flow/TS types documented
635635
- [ ] Source links section is complete
636+
- [ ] (Error mode only) Web researcher found real-world occurrences
637+
- [ ] (Error mode only) Throw sites documented with conditions and %s arguments

0 commit comments

Comments
 (0)