ソース情報
- リポジトリ
- srbryers/Yumi
- ソースの最終更新活動
- 2026年2月7日 11:02
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/srbryers/Yumi --skill gen-testコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | gen-test |
| description | Generate unit tests for a specified module or function |
| invocation | user |
| user_invocation | /gen-test |
Generate comprehensive unit tests for the specified module or function. Follow the project's existing test patterns and conventions.
*.test.ts colocated with source@yubot/shared, @yubot/backend, @yubot/agent-runtime, @yubot/mobilebun run test (all) or bun --filter <package> test (single package)packages/backend/src/server.test.ts — Fastify server.inject() patternpackages/shared/src/index.test.ts — simple assertion patternexecute params, verify output shape and side effectsfoo.ts → foo.test.ts)bun --filter <package> test to verify the new tests passWrite the test file and report: