agentsclimarketplace

Test gh

Skill stakiran/gists/.claude/skills/test-gh

gh コマンドの動作確認を行うFrom its SKILL.md

Install
npx -y skills add stakiran/gists --skill test-gh

Assembled 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.

Keep looking

Skills are one crate of 326,645. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.