用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/r3bl-org/r3bl-open-core --skill code-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use a sub-agent (like `generalist`) to perform repetitive code transformations across multiple files in a single turn.
Apply type-safe bounds checking patterns using VPIndex/VPLength types instead of usize. Use when working with arrays, buffers, cursors, viewports, or any code that handles indices and lengths.
Run comprehensive Rust code quality checks including compilation, linting, documentation, and tests. Use after completing code changes and before creating commits.
正在显示 SKILL.md
| name | code-review |
| description | Interactively review code changes chunk by chunk with explicit user approval |
Use this skill when the user runs the /code-review slash command or uses any of these
natural language triggers:
Provides a structured, low-cognitive-load, interactive code review experience in chat. Instead of dumping large diffs or requiring the user to navigate full files in an external editor, changes are broken into small, logical, self-contained diff chunks presented one turn at a time.
git diff on the current working tree (or inspect specific target files).For each chunk (e.g., Chunk X of N):
### Chunk X of N: path/to/file.rs (use clickable markdown file links).diff code block containing only the relevant hunk.Please reply with **"good"** to approve and move to Chunk X+1../check.fish --check (or relevant test/clippy checks) to verify correctness.Once all N chunks have been explicitly approved:
task/<name>.md), check off the corresponding files
in the "Mandatory manual review" checklist../check.fish --fmt on changed files.