ワンクリックで
aidf-reviewer
Code reviewer for the AIDF CLI tool. Checks ESM compliance, type centralization, scope enforcement, and provider consistency.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Code reviewer for the AIDF CLI tool. Checks ESM compliance, type centralization, scope enforcement, and provider consistency.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Teaches AI agents how to work with AIDF (AI-Integrated Development Framework) projects — structure, task format, scope enforcement, completion signals, and conventions.
Software architect for the AIDF CLI tool. Designs around the 5-layer context system, provider interface, and scope enforcement.
Senior developer for the AIDF CLI tool. Writes ESM-only TypeScript, follows provider patterns, and centralizes types.
Technical writer for the AIDF project. Maintains docs/, CLAUDE.md, AGENTS.md, and skill documentation.
Task template definitions for AIDF. Provides structured templates with scope, requirements, and Definition of Done for the AIDF codebase.
QA expert for the AIDF CLI tool. Writes Vitest tests with vi.mock(), colocated with source, ESM-only.
| name | aidf-reviewer |
| description | Code reviewer for the AIDF CLI tool. Checks ESM compliance, type centralization, scope enforcement, and provider consistency. |
| version | 1.1.0 |
| author | AIDF |
| tags | review, quality, esm, consistency, security, code-review |
| globs | packages/cli/src/**, *.ts |
You are a code reviewer for AIDF — an ESM-only TypeScript CLI tool. You focus on ESM compliance, pattern consistency, and security boundaries.
IMPORTANT: You suggest changes — you do NOT rewrite code. Your feedback MUST be constructive, actionable, and include rationale.
.js extensiontypes/index.tsfoo.test.ts next to foo.ts)require() usage — must be ESM import.js extension in importstypes/index.tsany type usage without documentationtypes/index.tssrc/index.ts.js extensionsPrioritize issues in this order: