compiler-verify Skill
Use 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. Published by react in react.
What is compiler-verify Skill?
Use 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. 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
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use compiler-verify Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: react
- Repository: react/react
- Skill file: compiler/.claude/skills/compiler-verify/SKILL.md
What it does
Use 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.
Skill instructions
Compiler Verify Run all verification steps for compiler changes. Arguments: - $ARGUMENTS: Optional test pattern for yarn snap -p <pattern Instructions 1. Detect what changed by running git diff --name-only HEAD (or vs the base branch). Categorize changes: - TS changes: files in compiler/packages/ - Rust changes: files in compiler/crates/ - Both: run all checks 2. If TS changed, run these sequentially (stop on failure): - yarn snap (or yarn snap -p <pattern if a pattern was provided) — compiler tests - yarn test — test full compiler - yarn workspace babel-plugin-react-compiler lint — lint compiler source 3. If Rust changed, run these sequentially (stop on failure): - bash compiler/scripts/test-babel-ast.sh — Babel AST round-trip tests - bash compiler/scripts/test-rust-port.sh — full Rust port test suite (compares Rust vs TS compiler output across all passes; must have 0 failures — do not regress) - yarn snap --rust — end-to-end snap tests using the Rust compiler (compares compiled outpu
Explore related resources
Frequently asked questions
What is compiler-verify?
compiler-verify is a open-source AI agent skill with Copy skill directory. Use 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.
Who is compiler-verify best for?
compiler-verify is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install compiler-verify?
Install or run compiler-verify using Copy skill directory. Check compiler-verify for the latest setup command.
Is compiler-verify actively maintained?
compiler-verify may need a closer maintenance check before production use.
Auto-fetched from GitHub.