Terminology check
Skill feel-flow/agent-skills-examples/knowledge/terminology-check
用語集に基づいて表記揺れを検出し、修正を提案する。文書の校正時に使用。From its SKILL.md
npx -y skills add feel-flow/agent-skills-examples --skill terminology-checkAssembled 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, 269 tokens by cl100k_base, as published. Nobody here has run it
用語統一チェック
手順
references/terminology.yamlを読み込む- 対象ファイルのテキストを走査する
avoidに該当する表記を検出する- 以下の形式で結果を報告する
出力形式
## 表記揺れチェック結果
- ファイル: [対象ファイル]
- 検出件数: X件
### 検出項目
1. 行XX: 「agent skills」→「Agent Skills」
2. 行XX: 「コンテクスト」→「コンテキスト」
注意事項
- コードブロック内の表記は対象外とする
case_sensitive: trueの用語は大文字小文字を厳密に判定するcontextフィールドがある場合は、その条件に従って判断する
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.