원클릭으로
task-finalization
Procedural workflow for running quality tools before completing a task.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Procedural workflow for running quality tools before completing a task.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Procedural workflow and templates for creating strict DTOs and Single Action Classes.
Apply strict project standards to PHPUnit tests including AAA pattern and spacing.
Procedural workflow for creating new domain modules and HTTP transport layers.
| name | task-finalization |
| description | Procedural workflow for running quality tools before completing a task. |
(Requirement: Refer to Guidelines: Behavior)
Before marking a task as complete, you MUST run the following quality tools in order.
Run Laravel Pint to ensure PSR-12 compliance.
composer run style:fix
Run PHPStan to verify type safety (Level 8).
composer run phpstan
Run Rector to apply quality rules.
composer run rector
Verify that type coverage is maintained at 100%.
composer run test:type-coverage
php artisan test)..ai/guidelines/).[!IMPORTANT] If any tool fails, fix the issue and RE-RUN the entire sequence.