一键导入
review-oss-contribution
Audit OSS contribution candidates in a candidates directory. Checks originality, prior art, feasibility, and strategy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Audit OSS contribution candidates in a candidates directory. Checks originality, prior art, feasibility, and strategy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Audit all custom skills in a repo for quality, structure, and Anthropic best practices. Checks frontmatter, descriptions, content organization, and argument handling. Complements single-skill scoring reviews by scanning every skill at once and tiering them (GOOD/MIGRATE/IMPROVE/SPLIT).
AIで書いた日本語を、人間が書いた文章に戻す。下書き、編集、レビューで使う。全角ダッシュや偏愛語だけでなく、主体の不在、命題型H2、壮大化、両論併記、リズムの均一さも直す。
任意のプロジェクトに対し、Anthropic 公式 Best Practices("Write an effective CLAUDE.md")に準拠した CLAUDE.md と、それを支える運用 harness(rules ファイル群 + hooks)を生成・剪定する。「CLAUDE.md を作って」「`/init` の代わりに公式準拠で」「CLAUDE.md を書き直して」「肥大化したので剪定」などで発動。公式準拠の核と、独自の運用ノウハウをラベル分離して適用する。
| name | review-oss-contribution |
| description | Audit OSS contribution candidates in a candidates directory. Checks originality, prior art, feasibility, and strategy. |
| disable-model-invocation | true |
| allowed-tools | Read Grep Glob |
| argument-hint | <candidates-dir> (省略時は ./oss-contributions/open/) |
指定ディレクトリ(省略時は ./oss-contributions/open/)に配置されたOSS貢献候補を審査し、以下の基準で判定する。
アイデアの出所を確認:
出所確認の観点:
対象OSSの既存Issue/PRで:
各候補について以下を出力:
## [ファイル名]
- 独自性: ✅/❌ + 理由
- 先行技術: あり/なし
- 実現可能性: 高/中/低
- 判定: **GO** / **HOLD** / **REJECT**
- 理由: 1行
$ARGUMENTS(省略時は ./oss-contributions/open/)の全 .md ファイル(_ で始まるものを除く)を読み、上記基準で審査せよ。