DaybydayCRM
Laravel CRM development rules for safe coding, testing, and reviews
All Skills in This Repository (14)
Pure Emerald Level Indicatorssenior-laravel-developer-code-reviewer
Orchestrate Laravel code analysis skills to review pull requests and report findings.
dto-contract
Define DTO structures and transformation rules for consistent data contracts.
application-architecture-standard
Enforce layering, service, and dependency rules for Laravel applications.
pest-control
Detect and remove Pest references from codebases to enforce PHPUnit-only testing.
github-actions-php
Automate GitHub Actions workflow setup for PHP/Laravel projects with PHP version matrix, MySQL service, and Composer dependencies.
autonomous-coding-workflow
Manages incremental repository-wide code modifications with automated validation gates.
safe-refactoring-rules
Enforce deterministic, behavior-preserving refactoring rules across codebases.
phpunit-test-naming
Validate PHPUnit test method names for grammar and it_ prefix conventions.
sync-stale-branches
Syncs diverged Git branches to develop and rescues unique work automatically.
data-layer-contracts
Verify schema-to-factory-to-seeder alignment and detect data layer drifts.
ci-schema-invariant-gate
Enforce database migration, seeder, and test order in CI pipelines.
security-review-checklist
Detect security vulnerabilities like missing authorization checks and privilege escalation in code.
Frequently Asked Questions
FAQPage SchemaHow to install DaybydayCRM skills?โผ
Run `npx skills add Bottelet/DaybydayCRM --all -g -y` in your terminal to install all skills in this suite globally.
What do these Laravel skills enforce?โผ
They enforce thin controllers, service-layer business logic, FormRequest validation, PHPUnit-only testing, and behavior-preserving refactors across the CRM codebase.
Can AI review Laravel pull requests with these skills?โผ
Yes. The code reviewer skill orchestrates architecture, test, and security checks to produce a structured PR review with critical issues and suggested fixes.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible AI coding agents.
How do the skills handle failing PHPUnit tests?โผ
The PHPUnit interpreter skill cleans raw CI logs into a compact failure report and identifies the single root cause behind cascading test failures.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core