安装方式
命令行安装
在项目根目录执行以下命令,完成 Skill 安装。
npx bzskills add facebook/react --skill compiler-review Review Rust port code for port fidelity, convention compliance, and error handling. Compares against the original TypeScript source.
10
下载量
命令行安装
在项目根目录执行以下命令,完成 Skill 安装。
npx bzskills add facebook/react --skill compiler-review name: compiler-review
description: Review Rust port code for port fidelity, convention compliance, and error handling. Compares against the original TypeScript source.Review Rust compiler port code for correctness and convention compliance.
Arguments:
HEAD~3..HEAD, abc123). If omitted, reviews uncommitted/staged changes.git diff HEAD -- compiler/crates/ (uncommitted changes). If empty, also check git diff --cached -- compiler/crates/ (staged changes).abc123): git diff abc123~1..abc123 -- compiler/crates/HEAD~3..HEAD): git diff HEAD~3..HEAD -- compiler/crates/git diff --name-only with the same ref arguments.compiler-review agent via the Agent tool, passing it the full diff content. The agent will: