Test gh
gh コマンドの動作確認を行うFrom its SKILL.md
npx -y skills add stakiran/gists --skill test-ghAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 306 tokens by cl100k_base, as published. Nobody here has run it
gh コマンドテスト
gh CLI が使える状態かどうかを確認する。以下を順番に実行し、結果を報告する。
チェック項目
1. gh のインストール確認
gh --version
バージョンが表示されれば OK。コマンドが見つからなければインストールされていない。
2. 認証状態の確認
gh auth status
認証済みかどうか、どのアカウントでログインしているかを確認する。
3. API アクセスの確認
stakiran の公開 Gists を1件だけ取得してみる。
gh api "users/stakiran/gists?per_page=1" --jq '.[0] | {id, description, created_at}'
JSON が返れば API アクセスは正常。
報告
各チェック項目の結果を OK / NG で一覧表示する。NG がある場合は対処方法も提示する。
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.