Defines structural rules for Laravel architecture, layering, and code organization
원문 언어: 영어
메뉴
SkillsMP는 Bottelet/DaybydayCRM에서 14개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 14개 중 14개를 표시합니다.
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
원문 언어: 영어