ソース情報
- リポジトリ
- camel-ai/GBQA
- ソースの最終更新活動
- 2026年6月5日 09:12
- 検出された SKILL.md の言語
- 英語
- スター
- 15
- フォーク
- 6
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/camel-ai/GBQA --skill codeコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | code |
| description | Codebase reading and white-box debugging capabilities. |
This skill grants the agent the ability to inspect the target software's source code and perform white-box debugging via temporary code injection.
code_list_files: Discover the structure of the environment codebase.code_read_file: Read source code to understand logic or identify bugs.code_search: Search for keywords or patterns across the entire codebase.code_write_file: Inject print() statements or temporary fixes to diagnose complex issues.code_restore_file: Revert any modifications made during debugging.code_list_files, code_read_file, or code_search to find relevant handlers before modifying files.code_write_file, ensure you have a plan to use code_restore_file.print() to trace variable states in the sandbox. Logs can be read via log_analyze./sandbox/software directory (handled automatically).