BotteletBotteletCommunityยท14 Agent Skills Included

DaybydayCRM

Laravel CRM development rules for safe coding, testing, and reviews

Guides AI agents through safe Laravel CRM development with strict architecture, testing, and refactoring rules. Enforces thin controllers, service-layer business logic, PHPUnit-only tests, and behavior-preserving refactors. Includes PR review orchestration, CI pipeline ordering, security checklists, and PHPUnit log interpretation. Helps teams ship changes to the DaybydayCRM codebase without breaking existing behavior.
npx skills add Bottelet/DaybydayCRM --all -g -y
Available:

Tells the AI agent how to work inside this Laravel CRM codebase, including architecture rules, testing requirements, and safe refactoring workflows.

All Skills in This Repository (14)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
BotteletBottelet

senior-laravel-developer-code-reviewer

Orchestrate Laravel code analysis skills to review pull requests and report findings.

Community
Advanced
๐Ÿ“ฆ In Repo
BotteletBottelet

dto-contract

Define DTO structures and transformation rules for consistent data contracts.

Community
Intermediate
๐Ÿ“ฆ In Repo
BotteletBottelet

application-architecture-standard

Enforce layering, service, and dependency rules for Laravel applications.

Community
Intermediate
๐Ÿ“ฆ In Repo
BotteletBottelet

pest-control

Detect and remove Pest references from codebases to enforce PHPUnit-only testing.

Community
Advanced
๐Ÿ“ฆ In Repo
BotteletBottelet

github-actions-php

Automate GitHub Actions workflow setup for PHP/Laravel projects with PHP version matrix, MySQL service, and Composer dependencies.

Community
Intermediate
๐Ÿ“ฆ In Repo
BotteletBottelet

autonomous-coding-workflow

Manages incremental repository-wide code modifications with automated validation gates.

Community
Advanced
๐Ÿ“ฆ In Repo
BotteletBottelet

safe-refactoring-rules

Enforce deterministic, behavior-preserving refactoring rules across codebases.

Community
Advanced
๐Ÿ“ฆ In Repo
BotteletBottelet

phpunit-test-naming

Validate PHPUnit test method names for grammar and it_ prefix conventions.

Community
Intermediate
๐Ÿ“ฆ In Repo
BotteletBottelet

sync-stale-branches

Syncs diverged Git branches to develop and rescues unique work automatically.

Community
Intermediate
๐Ÿ“ฆ In Repo
BotteletBottelet

data-layer-contracts

Verify schema-to-factory-to-seeder alignment and detect data layer drifts.

Community
Advanced
๐Ÿ“ฆ In Repo
BotteletBottelet

ci-schema-invariant-gate

Enforce database migration, seeder, and test order in CI pipelines.

Community
Intermediate
๐Ÿ“ฆ In Repo
BotteletBottelet

security-review-checklist

Detect security vulnerabilities like missing authorization checks and privilege escalation in code.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’