一键导入
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.