01
このSkillでできること
- ✓公開コピーを自然観察ガイド風に整える
- ✓企業的で抽象的な表現を具体的な観察表現へ直す
- ✓フィールドガイド型の見出しや語彙を適用する
- ✓機能未提供の表現や冗長なジョーク解説を検出する
02
使い方
01
STEP 1
対象がsite、docs、READMEなどの公開文書か確認する
02
STEP 2
plateやspecimenなどの指定語彙を必要に応じて使う
03
STEP 3
誇張表現、説明過多、命令調を具体的な記述へ修正する
04
STEP 4
未提供機能を追加せず、既存の製品事実と照合する
03
Skillのインストール
初心者におすすめ
AIにこのSkillを追加してもらう
GitHub URLごとCodexやClaude Codeへ渡し、現在の環境に合う方法を判断してもらいます。
このGitHubリポジトリにあるSkillを確認し、現在の環境に適した方法でインストールしてください。
インストール後、正常に利用できることを確認し、基本的な使い方も簡潔に説明してください。
Repository:
https://github.com/thrillmade/clud-bug手動でインストールする
README / SKILL.mdから機械抽出できたコマンドのみ表示しています。推測したコマンドではありません。
cd your-repo
npx clud-bug init
git add .claude .github/workflows/clud-bug-review.yml
git commit -m "Add clud-bug PR review"
git push
npx clud-bug init --with-skdd # subprocesses to `pip install logmind && logmind init`mkdir -p .github/workflows
curl -o .github/workflows/clud-bug-review.yml \
https://raw.githubusercontent.com/thrillmade/clud-bug/main/templates/workflow.yml.tmpl04
このSkillを使うプロンプト例
Skill名を明示すると、意図したSkillを使わせやすくなります。自動発動型では必須とは限りません。
site/README/docsのコピーを、1950年代の自然観察ガイド風に整えてください。フィールドガイド語彙は説明せず使い、一般的なSaaS表現、過剰な感嘆符、命令調、未提供機能の記述を避けてください。コード識別子と内部ログは変更しないでください。出力例を見る
§ I — Field Procedure
Install the GitHub App. Reviews land on each pull request, with every finding citing the skill that motivated it.05
安全性チェック
自動解析による参考情報です。Skillの安全性を保証するものではありません。
外部API通信検出あり
Shellコマンド実行検出あり
ファイル読み取り明確な記述なし
ファイル書き込み検出あり
ネットワークアクセス検出あり
認証情報検出あり
検出根拠を見る
- shell: nd add a fixture-based test in `test/detect.test.js`. ```bash npm test # node:test, no runtime deps ``` ## License MIT. --- ## Part of the
- file_write: clud-bug edit-workflow [large code block omitted]bash mkdir -p .github/workflows curl -o .github/workflows/clud-bug-review.yml \ https://raw.githubu
- network: lows curl -o .github/workflows/clud-bug-review.yml \ https://raw.githubusercontent.com/thrillmade/clud-bug/main/templates/workflow.yml.tmpl # Edit {{PR
- network: thrillmade SkDD toolchain [Skills-Driven Development](https://zakelfassi.com/skdd-skills-driven-development) (Zak Elfassi's methodology) gives you the l
- credential: entials.` - **Good:** ` No workflow file. No ANTHROPIC_API_KEY rotation. The App carries its own credentials. ` Don't write parenthetical translations
06