compiler-commit Skill
Use 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. Published by react in react.
What is compiler-commit Skill?
Use 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. 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
- Documentation
- Testing use cases
- Documentation use cases
Technical details
- Install or run with Copy skill directory
When to use compiler-commit Skill
- Use it for testing.
- Use it for documentation.
Built with
Editorial notes
Source
- Creator: react
- Repository: react/react
- Skill file: compiler/.claude/skills/compiler-commit/SKILL.md
What it does
Use 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.
Skill instructions
Compiler Commit Verify and commit compiler changes with the correct convention. Arguments: - $ARGUMENTS: Commit title (required). Optionally a test pattern after -- (e.g., Fix aliasing bug -- aliasing) Instructions 1. Run /compiler-verify first (with test pattern if provided after --). Stop on any failure. 2. Run /compiler-review on the uncommitted changes. Report the findings to the user. If any issues are found, stop and do NOT commit — let the user decide how to proceed. 3. Detect commit prefix from changed files: - If any files in compiler/crates/ changed: use [rust-compiler] - Otherwise: use [compiler] 4. Update orchestrator log: If compiler/docs/rust-port/rust-port-orchestrator-log.md exists and the commit includes Rust changes (compiler/crates/): Run test-rust-port with --json to get machine-readable results: bash bash compiler/scripts/test-rust-port.sh --json 2/dev/null This outputs a JSON object with fields: pass, autoDetected, total, passed, failed, frontier, perPass, failure
Explore related resources
Frequently asked questions
What is compiler-commit?
compiler-commit is a open-source AI agent skill with Copy skill directory. Use 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.
Who is compiler-commit best for?
compiler-commit is best for reusing agent instructions, scripts, and references, testing workflows, documentation workflows.
How do I install compiler-commit?
Install or run compiler-commit using Copy skill directory. Check compiler-commit for the latest setup command.
Is compiler-commit actively maintained?
compiler-commit may need a closer maintenance check before production use.
Auto-fetched from GitHub.