用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/s977043/river-review --skill configuration-file-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| id | config-json |
| name | Configuration File Review |
| description | Review JSON/YAML configuration files for common issues and best practices. |
| version | 0.1.0 |
| category | midstream |
| phase | midstream |
| applyTo | ["**/*.json","**/*.yml","**/*.yaml"] |
| tags | ["config","json","yaml","midstream"] |
| severity | minor |
| inputContext | ["diff"] |
| outputKind | ["findings"] |
| modelHint | cheap |
Primary pattern: Reviewer Secondary patterns: Inversion Why: 設定ファイルの構文・セキュリティ・妥当性をチェックリスト型で評価するが、JSON/YAML以外の変更では実行不要
設定ファイル(JSON/YAML)の変更をレビューし、一般的な問題やベストプラクティス違反を検出する。
package-lock.json や自動生成ファイルはレビュー対象外(ノイズ削減のため)node_modules/ 内のファイルは対象外このスキルは以下の条件がすべて満たされない限りNO_REVIEWを返す。
.json, .yml, .yaml)の変更が含まれているpackage-lock.jsonや自動生成ファイルではないゲート不成立時の出力: NO_REVIEW: config-json — レビュー対象の設定ファイル変更が検出されない
.example や .sample 接尾辞のファイルはダミー値を許容する標準フォーマット: <file>:<line>: Finding: ... Evidence: ... Impact: ... Fix: ... Severity: ... Confidence: ...