compiler-review Skill
Review Rust port code for port fidelity, convention compliance, and error handling. Compares against the original TypeScript source. Published by react in react.
What is compiler-review Skill?
Review Rust port code for port fidelity, convention compliance, and error handling. Compares against the original TypeScript source. Published by react in react. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using react
Technical details
- Install or run with Copy skill directory
When to use compiler-review Skill
- Use it for developers using react.
Built with
Editorial notes
Source
- Creator: react
- Repository: react/react
- Skill file: compiler/.claude/skills/compiler-review/SKILL.md
What it does
Review Rust port code for port fidelity, convention compliance, and error handling. Compares against the original TypeScript source.
Skill instructions
Compiler Review Review Rust compiler port code for correctness and convention compliance. Arguments: - $ARGUMENTS: Optional commit ref or range (e.g., HEAD3..HEAD, abc123). If omitted, reviews uncommitted/staged changes. Instructions 1. Get the diff based on arguments: - No arguments: git diff HEAD -- compiler/crates/ (uncommitted changes). If empty, also check git diff --cached -- compiler/crates/ (staged changes). - Commit ref (e.g., abc123): git diff abc1231..abc123 -- compiler/crates/ - Commit range (e.g., HEAD3..HEAD): git diff HEAD3..HEAD -- compiler/crates/ 2. If no Rust changes found, report "No Rust changes to review." and stop. 3. Identify changed Rust files from the diff using git diff --name-only with the same ref arguments. 4. Launch the compiler-review agent via the Agent tool, passing it the full diff content. The agent will: - Read the architecture guide - Find and read the corresponding TypeScript files - Review for port fidelity, convention compliance, and error h
Explore related resources
Frequently asked questions
What is compiler-review?
compiler-review is a open-source AI agent skill with Copy skill directory. Review Rust port code for port fidelity, convention compliance, and error handling. Compares against the original TypeScript source.
Who is compiler-review best for?
compiler-review is best for reusing agent instructions, scripts, and references.
How do I install compiler-review?
Install or run compiler-review using Copy skill directory. Check compiler-review for the latest setup command.
Is compiler-review actively maintained?
compiler-review may need a closer maintenance check before production use.
Auto-fetched from GitHub.