بنقرة واحدة
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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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.