원클릭으로
github-actions-php
Defines GitHub Actions configuration for running PHP/Laravel CI pipeline
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Defines GitHub Actions configuration for running PHP/Laravel CI pipeline
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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
| name | github-actions-php |
| description | Defines GitHub Actions configuration for running PHP/Laravel CI pipeline |
Defines CI workflow structure only.
This skill defines:
This skill does NOT define:
These belong to domain-specific CI and test skills.
CI MUST use MySQL =MariaDB when production uses MySQL / MariaDB.
SQLite is forbidden in CI when schema integrity matters.
CI pipeline MUST follow:
This skill defines "how CI runs", not "what is correct".