ワンクリックで
domain-classification
Map changed files to technical domain categories for routing to the correct specialist reviewers.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Map changed files to technical domain categories for routing to the correct specialist reviewers.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Resolve GitHub PR review comments safely, read unresolved comments, validate each issue, make minimal fixes, test, commit, and resolve.
Use zero-install context minimization first, with optional local optimization tooling when available.
Accessibility review for semantic HTML, ARIA, keyboard support, focus, screen readers, contrast, and WCAG-oriented issues.
API and contract review for OpenAPI/AsyncAPI/protobuf changes, backwards compatibility, schemas, status codes, and examples.
Architecture review for SOLID, layering, boundaries, coupling, cohesion, extensibility, and maintainability.
Backend review for handlers, services, validation, errors, transactions, dependency boundaries, and service contracts.
| name | domain-classification |
| description | Map changed files to technical domain categories for routing to the correct specialist reviewers. |
| license | MIT |
| File pattern | Domain |
|---|---|
*.go, *.java, *.py, *.ts (non-test) | backend |
*_test.*, *.spec.*, **/test/** | tests |
*.tsx, *.jsx, *.css, *.scss | frontend |
*.sql, **/migrations/** | database + data |
**/terraform/**, *.tf, *.k8s.yaml | infra |
.github/workflows/**, *.ci.yml | ci-cd |
**/openapi*, **/proto/**, **/asyncapi* | api-contract |
go.mod, package.json, requirements.txt | dependency |
*.md, CHANGELOG*, README* | docs-content |
tests; do not also classify them as backend.database and data is intentional — both reviewers apply.Compact JSON with domains map and recommended_agents list.