ワンクリックで
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.