ワンクリックで
use-gunshi-cli
Use the Gunshi library to create command-line interfaces in JavaScript/TypeScript.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use the Gunshi library to create command-line interfaces in JavaScript/TypeScript.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
This skill should be used when the user asks to "review golden test", "evaluate testcase", "check testdata quality", "review test coverage", "review PR", "review branch", "code review", or wants to validate golden test cases in packages/cli/src/gen-orchestrator/testdata/. When triggered by general code review requests (PR/branch review), this skill handles the golden test portion of the review. Provides systematic evaluation workflow for gqlkit golden test cases.
Use when asked to "review tests for deletion", "find redundant tests", "cleanup tests", "identify low-value tests", or wants to identify tests that should be considered for removal based on project testing guidelines.
SOC 職業分類に基づく
| name | use-gunshi-cli |
| description | Use the Gunshi library to create command-line interfaces in JavaScript/TypeScript. |
| globs | *.ts, *.tsx, *.js, *.jsx, package.json |
| alwaysApply | false |
use gunshi library for creating cli instead of other libraries including cac, yargs, commander, etc. Gunshi is a modern javascript command-line library
For more information, read the gunshi API docs in node_modules/@gunshi/docs/**.md.