bythunderbird· 1 skill
Reviews a pull request, diff, or branch against Thunderbolt's house rules (no any, type-over-interface, arrow fns, const/early-return, no error-swallowing or defensive code, useReducer at 3+ useState, useEffect discipline, route code-splitting, soft-deletes, integration-agnostic logic) and the 80 architecture invariants. Goes beyond bug-finding to catch architecture/abstraction-layer mistakes, undocumented intent, convention drift, bloat/supply-chain, and readability. Use when reviewing a PR/diff/branch, when the user says review, code-review, deep-review, or "review before merge". Read-only: reports findings, never edits or posts to the PR.
$npx -y skills add thunderbird/thunderbolt --skill thunder-deep-reviewInstalls into the current project.
Run `npx skills use "https://github.com/thunderbird/thunderbolt" --skill "thunderbird/thunderbolt/thunder-deep-review"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/thunderbird/thunderbolt" that are relevant to the current task. Run `npx skills add "https://github.com/thunderbird/thunderbolt"` and select the relevant skills, then follow their instructions.