File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
.claude/skills/react-expert Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -618,18 +618,20 @@ Write to `.claude/research/error-<CODE>.md`
618618
6196191 . ** Trusting prior knowledge** - If you "know" something about the API, find the source evidence anyway
6206202 . ** 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
6226224 . ** 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
627627Before 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
You can’t perform that action at this time.
0 commit comments