ソース情報
- リポジトリ
- Shopify/rubydex
- ソースの最終更新活動
- 2026年2月27日 18:48
- 検出された SKILL.md の言語
- 英語
- スター
- 316
- フォーク
- 19
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Shopify/rubydex --skill review-changesコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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.