원클릭으로
senior-laravel-developer-code-reviewer
Orchestrates existing Laravel skills to produce structured PR reviews
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Orchestrates existing Laravel skills to produce structured PR reviews
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | senior-laravel-developer-code-reviewer |
| description | Orchestrates existing Laravel skills to produce structured PR reviews |
This skill does not implement rules.
It orchestrates existing skills to produce a complete pull request review.
This reviewer MUST delegate evaluation to existing skills, when present in the project:
Delegate to:
Use:
Use:
When reviewing a PR:
Summarize findings from architecture-related skills.
Do NOT restate rules.
Only report violations.
Summarize findings from test-related skills.
Focus on:
Identify:
Merge findings into:
Short PR assessment
Bullets only
Bullets only
Bullets only
Only risks, no rule explanation
Only vulnerabilities, no theory
Copy/paste code only
Report issues in this order:
Never allow style issues to obscure correctness issues.
Simple, direct, non-verbose.
Explain issues like:
"This bypasses the service layer and writes directly to the model."
Not:
"This violates layered architecture principles..."
Defines structural rules for Laravel architecture, layering, and code organization
Defines DTO structure, lifecycle, and transformation rules across the application
Defines application service structure and business orchestration boundaries
Governs safe, incremental, repository-wide development workflow with continuous validation gates
Ensures correct execution order of migrations, seeders, and tests in CI
Defines the schema-to-factory-to-seeder contract chain — NOT NULL alignment, factory/seeder ownership boundaries, and schema drift rules