Skill Claude CodeCodex
Defines structural rules for Laravel architecture, layering, and code organization.
Skill Claude CodeCodex
Defines structural rules for Laravel architecture, layering, and code organization.
Skill Claude CodeCodex
Governs safe, incremental, repository-wide development workflow with continuous validation gates.
Skill Claude CodeCodex
Ensures correct execution order of migrations, seeders, and tests in CI.
Skill Claude CodeCodex
Defines the schema-to-factory-to-seeder contract chain — NOT NULL alignment, factory/seeder ownership boundaries, and schema drift rules.
Skill Claude CodeCodex
Defines DTO structure, lifecycle, and transformation rules across the application.
Skill Claude CodeCodex
Defines GitHub Actions configuration for running PHP/Laravel CI pipeline.
Skill Claude CodeCodex
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 from code, config, and documentation.
Skill Claude CodeCodex
Enforces grammatically correct, intention-revealing PHPUnit test method names.
Skill Claude CodeCodex
Ensures all refactoring is deterministic, behavior-preserving, and non-breaking.
Skill Claude CodeCodex
Static review rules for authorization, validation, and privilege escalation risks.
Skill Claude CodeCodex
Orchestrates existing Laravel skills to produce structured PR reviews.
Skill Claude CodeCodex
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 even if the user says things like "here's my test output"…
Skill Claude CodeCodex
Defines application service structure and business orchestration boundaries.
Skill Claude CodeCodex
Brings diverged remote branches up to date with develop — classifies, rescues unique work, then resets or deletes stale branches.
Instructions file GitHub Copilot
Copilot instructions for Bottelet/DaybydayCRM, covering copilot instructions for daybydaycrm, working defaults, testing defaults, repository patterns to respect and known pitfalls.
Instructions file CodexOpenCode
AGENTS.md instructions for Bottelet/DaybydayCRM, covering daybydaycrm agent guide, documentation map, project snapshot, architecture rules and keep controllers thin.