用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Shopify/rubydex --skill review-changes命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Remediate a `send`/`__send__` call that reaches a private method, restoring a real public seam instead of bypassing visibility. Use when send is being used to invoke private functionality in a class.
Benchmark Rubydex indexing performance on RBS core/stdlib, comparing the current branch against main. Measures maximum RSS and execution time.
Profile Rubydex indexer performance — CPU flamegraphs, memory usage, phase-level timing. Use this skill whenever the user mentions profiling, performance, flamegraphs, benchmarking, "why is X slow", bottlenecks, hot paths, memory usage, or wants to understand where time is spent during indexing/resolution. Also trigger when comparing performance before/after a change.
基于 SOC 职业分类
正在显示 SKILL.md
| name | review_changes |
| description | Reviews code changes for Rubydex |
The user will explain what they are implementing in a set of code changes. If they don't, ask for clarification.
bin/branch_diff to get the implementationdocsrust/rubydex changes:
Use the Rust and static analysis experts to review the code changes regarding the following criteria.
docs and README)?rust/rubydex-sys changes:
Review the FFI changes and consider safety and correctness when bridging between Rust and C.
ext or Ruby file changes:
Use the Ruby expert to review the code changes regarding the following criteria.