CtrlK
BlogDocsLog inGet started
Tessl Logo

github-actions-php

Defines GitHub Actions configuration for running PHP/Laravel CI pipeline

55

Quality

61%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.claude/skills/github-actions-php/SKILL.md
SKILL.md
Quality
Evals
Security

GitHub Actions PHP

Purpose

Defines CI workflow structure only.


Scope

This skill defines:

  • PHP version matrix
  • MySQL service setup
  • Composer install steps
  • test execution trigger
  • artifact collection

Non-Scope

This skill does NOT define:

  • schema validation rules
  • factory correctness rules
  • test classification logic
  • database correctness assumptions

These belong to domain-specific CI and test skills.


Database Requirement

CI MUST use MySQL =MariaDB when production uses MySQL / MariaDB.

SQLite is forbidden in CI when schema integrity matters.


Execution Flow

CI pipeline MUST follow:

  1. Setup PHP environment
  2. Install dependencies
  3. Boot MySQL service
  4. Run migrations
  5. Run seeders
  6. Execute tests

Principle

This skill defines "how CI runs", not "what is correct".

Repository
Bottelet/DaybydayCRM
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.