react-best-practices
React performance optimization guidelines from Vercel Engineering. Contains 45 rules across 8 categories. Use when optimizing React components, bundle size, or data fetching patterns. IMPORTANT: This codebase uses Vite + TanStack Router (SPA), NOT Next.js. See applicability notes below for which rules apply.
fix-ci
Diagnose and fix failing CI checks on the current PR. Use when CI is failing, tests are broken, GitHub Actions report errors, or PR checks show red.
land-pr
Validate, branch, commit, and create PR following Hephaestus conventions. Use when ready to ship changes, create a pull request, or push work.
resolve-review
Fetch, analyze, and resolve PR review comments with full code context. Use when addressing review feedback, resolving threads, or responding to reviewers.