원클릭으로
code-review
PR/code review based on architecture rules. Detects violations of UseCase implementation rules, Result type, and JSDoc conventions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
PR/code review based on architecture rules. Detects violations of UseCase implementation rules, Result type, and JSDoc conventions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Next.js 15 Pages Router frontend development. Feature-based + Container/Presenter pattern, MUI v7 + Emotion CSS-in-JS.
Build API client tests with Vitest and MockHandler. Validate OpenAPI contract compliance with table-driven tests and minimal mocks.
Next.js 15 + Cloudflare Workers + @vspo-lab/api client. Result-type error handling, OpenAPI-generated client, feature-based architecture.
Create a conventional commit. No Co-Authored-By trailer.
Design tokens (OKLch), color palette, typography, UI patterns, accessibility (WCAG 2.2).
Update docs/domain alongside feature additions and spec changes, maintaining a history of specification decisions.
| name | Code Review |
| description | PR/code review based on architecture rules. Detects violations of UseCase implementation rules, Result type, and JSDoc conventions. |
| user_invocable | true |
@idempotent) documented on UseCase functions?Output each finding in the following format:
Violation Location: File path + line numberViolated Rule: Corresponding document in docs/ + section nameViolation Details: Specific description in one sentenceFix Suggestion: Minimal-change fix approachIf the rule source cannot be cited, separate it as an "improvement suggestion" and do not assert it as a violation.
docs/backend/function-documentation.md - Function documentation conventionsdocs/backend/server-architecture.md - Overall architecturedocs/backend/pr-guidelines.md - PR guidelinesdocs/security/lint.md - Lint / Quality Check