원클릭으로
code-review
Contracts code review gate for standards, tests, complexity <= 30, modern C#, and security validation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Contracts code review gate for standards, tests, complexity <= 30, modern C#, and security validation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
BFF code review gate for standards, tests, complexity <= 30, modern C#, and security validation.
Full template code review gate for DDD/SOLID standards, tests, complexity <= 30, modern C#, and security validation.
Create or update BFF contracts in src/Contracts (records, DTOs, and .proto). Use when user asks to add/change request/response contracts, order DTOs, base contract wrappers, or gRPC proto contracts.
Create a new minimal API endpoint in src/WebApp and add matching integration tests in tests/IntegrationTests. Use when user asks for new GET/POST/PUT/PATCH/DELETE endpoints plus end-to-end validation.
Create or extend k6 load tests for this BFF template. Use when user asks for HTTP/gRPC performance scenarios, thresholds, custom metrics, or environment-driven load profiles in tests/LoadTests.
Generate Application use case classes and xUnit unit tests following BaseInOutUseCase/BaseInUseCase/BaseOutUseCase patterns, FluentValidation, repository mocks, and fixture conventions for this hexagonal template.
| name | code-review |
| description | Contracts code review gate for standards, tests, complexity <= 30, modern C#, and security validation. |
Use this skill to review changes in the Contracts template and block merge when quality gates fail.
Guarantee that proposed changes:
Prioritize review of:
src/Contracts/Commonsrc/Contracts/*src/Contracts/Protostests/UnitTestsBefore reviewing, collect:
templates/Contracts/Readme.md.Requirement coverage
Contract design compliance
sealed record contracts.Testing gate
tests/UnitTests.Given...When...Then... or repository standard).Cyclomatic complexity gate (hard fail > 30)
Modern C# gate
Security and vulnerability gate
Return a concise report with:
APPROVED or CHANGES_REQUIREDIf any hard gate fails, decision must be CHANGES_REQUIRED.