Official Provider SkillView repo
Review Rust port code for port fidelity, convention compliance, and error handling. Compares against the original TypeScript source.
Files1 files
SKILL.md31 lines
Loading editor…
Install
RecommendedOne command — your agent picks it up automatically.
Select an AI agent above to see the install command.
or
Manual Install
More stepsDownload the file and paste it into your agent's system prompt.
Skill details
Versionv1.0.0
AuthorFacebook
Categorycoding
Skill IDfacebook/react/compiler/.claude/skills/compiler-review
Related skills
Compiler CommitUse when you want to verify compiler changes and commit with the correct convention. Runs tests, lint, and format, then commits with the [compiler] or [rust-compiler] prefix.Compiler OrchestratorOrchestrate the Rust compiler port end-to-end. Discovers the current frontier, fixes failing passes, ports new passes, reviews, and commits in a loop.Compiler PortPort a compiler pass from TypeScript to Rust. Gathers context, plans the port, implements in a subagent with test-fix loop, then reviews.Compiler VerifyUse when you need to run all compiler checks (tests, lint, format) before committing. Detects whether TS or Rust code changed and runs the appropriate checks.Extract ErrorsUse when adding new error messages to React, or seeing "unknown error code" warnings.Feature FlagsUse when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.