Defines structural rules for Laravel architecture, layering, and code organization
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ١٤ من skills من Bottelet/DaybydayCRM. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ١٤ من أصل ١٤ skills مجمعة.
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
لغة النص الأصلي: الإنجليزية
Defines GitHub Actions configuration for running PHP/Laravel CI pipeline
لغة النص الأصلي: الإنجليزية
Enforces PHPUnit-only testing in this project. Activates when writing tests, reviewing test files, or when any Pest syntax appears (it(), test(), describe(), uses(), expect() chains, beforeEach/afterEach hooks). Scans for and eliminates all Pest references…
لغة النص الأصلي: الإنجليزية
Enforces grammatically correct, intention-revealing PHPUnit test method names
لغة النص الأصلي: الإنجليزية
Ensures all refactoring is deterministic, behavior-preserving, and non-breaking
لغة النص الأصلي: الإنجليزية
Static review rules for authorization, validation, and privilege escalation risks
لغة النص الأصلي: الإنجليزية
Orchestrates existing Laravel skills to produce structured PR reviews
لغة النص الأصلي: الإنجليزية
Cleans and interprets raw PHPUnit CI logs into a compact, AI-friendly failure report. Use this skill whenever the user pastes or uploads a PHPUnit log, GitHub Actions test output, CI test results, or asks to interpret/summarize/analyze failing tests. Trigger…
لغة النص الأصلي: الإنجليزية
Brings diverged remote branches up to date with develop — classifies, rescues unique work, then resets or deletes stale branches
لغة النص الأصلي: الإنجليزية