ソース情報
- リポジトリ
- AndrewSmigaj/OpenLLMRI
- ソースの最終更新活動
- 2026年4月2日 18:23
- 検出された SKILL.md の言語
- 英語
- スター
- 5
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/AndrewSmigaj/OpenLLMRI --skill review-interfacesコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Uncertainty assessment before implementation — identify what you know, what you're guessing, and what to verify
Generate 2-3 genuinely different approaches to a problem and compare them
Challenge a design or approach — find real weaknesses, not performative objections
SOC 職業分類に基づく
SKILL.md を表示中
| name | review-interfaces |
| description | Are the boundaries between components clean, minimal, and well-defined? |
Evaluate the seams between components. Clean interfaces make systems replaceable, testable, and understandable. Messy interfaces make everything fragile.
ultrathink
| Interface | Between | Issue | Severity | Recommendation |
|---|---|---|---|---|
| [name/description] | [Component A ↔ B] | [specific issue] | Critical / Important / Minor | [specific action] |