ワンクリックで
api-design
Evaluates API endpoint design for RESTfulness, consistency, error handling, and documentation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Evaluates API endpoint design for RESTfulness, consistency, error handling, and documentation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Guides OpenKoi when working on its own codebase. Enforces architectural invariants, zero-dependency crypto, test-first iteration, and safe self-modification patterns.
Evaluates code changes for correctness, style, and safety.
General-purpose evaluator for any task type. Used as fallback when no domain-specific evaluator matches.
Evaluates written content for clarity, accuracy, tone, and structure.
Evaluates SQL queries and database migrations for correctness, safety, performance, and reversibility.
Evaluates test code for coverage, assertion quality, isolation, and readability.
| name | api-design |
| kind | evaluator |
| description | Evaluates API endpoint design for RESTfulness, consistency, error handling, and documentation. |
| metadata | {"categories":["api","endpoint","schema","rest","graphql"],"dimensions":[{"name":"restfulness","weight":0.25,"description":"Does the API follow REST conventions and HTTP semantics?"},{"name":"consistency","weight":0.25,"description":"Are naming, structure, and patterns consistent?"},{"name":"error_responses","weight":0.3,"description":"Are errors well-structured, informative, and secure?"},{"name":"documentation","weight":0.2,"description":"Is the API self-documenting with clear contracts?"}]} |
Evaluate API design output against these criteria.