원클릭으로
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 ファイル(_ で始まるものを除く)を読み、上記基準で審査せよ。