Skill Claude CodeCodex
Use when perform code review for GitHub pull requests and post findings as PR comments plus a non-technical summary to every linked issue.
Skill Claude CodeCodex
Use when perform code review for GitHub pull requests and post findings as PR comments plus a non-technical summary to every linked issue.
Skill Claude CodeCodex
Use when run code review for JIRA issues and publish results to GitHub PR and JIRA.
Skill Claude CodeCodex
Use when senior PHP code review focused on architecture, business logic, and risk detection. Read-only.
Skill Claude CodeCodex
Use when the user asks for an audit of the codebase or decides to refactor a part of it, and wants the cleanest achievable answer rather than a quick opinion. Runs a coordinator-driven, read-only sweep for materially useful simplifications in data structures, state representation, control flow, algorithms, and…
Skill Claude CodeCodex
Use when analyze composer update results, detect conflicts, and summarize changelogs of updated dependencies.
Skill Claude CodeCodex
Use when create a single issue from provided text without modifying its content.
Skill Claude CodeCodex
Use when break down assignment into multiple structured issues.
Skill Claude CodeCodex
Reads your pull request code review, verifies that all recommended test coverage is implemented in the codebase, and adds missing tests using the create-test skill. Use when a PR review already exists and missing tests must be completed with 100% coverage for current changes.
Skill Claude CodeCodex
Use when create or update tests to ensure full coverage for current changes.
Skill Claude CodeCodex
Use when generating, auditing, or reviewing the visual design system of a Laravel app — Tailwind tokens, Filament theming, Blade/Livewire component consistency, and visual-polish audits.
Skill Claude CodeCodex
Use when writing or reviewing Docker and docker-compose setups for a Laravel application — multi-stage PHP-FPM images, services (nginx, MySQL, Redis, queue worker, scheduler, Vite build), healthchecks, secrets, and image hardening.
Skill Claude CodeCodex
Use when writing or stabilizing Playwright end-to-end browser tests against a Laravel app — but only when the project already has Playwright; otherwise defer to manual testing or Pest/Dusk.
Skill Claude CodeCodex
Use when building or reviewing accessible UI in a Laravel app — semantic Blade markup, accessible forms, keyboard navigation with Alpine, focus and live-region management for Livewire updates, contrast, and Filament accessibility.
Skill Claude CodeCodex
Use when the work is not just making UI function but making it feel purposeful and polished — choosing a deliberate design direction for a Laravel/Blade/Livewire/Filament interface.
Skill Claude CodeCodex
Use when building Livewire/Blade/Alpine UI in a Laravel app — component composition, state placement, performance, forms, and loading/empty/error states.
Skill Claude CodeCodex
Use when building standalone HTML/CSS/JS presentation slide decks — self-contained single-file decks with viewport-fit layout, keyboard navigation, and browser Print-to-PDF export.
Skill Claude CodeCodex
Use when choosing a Git branching strategy or handling merge vs rebase, conflicts, stashing, undoing mistakes, and release tagging — complementing the commit/PR conventions in the git rules.
Skill Claude CodeCodex
Use when reviewing authorization / access control in a Laravel project — find IDOR / broken object-level authorization (BOLA), audit which routes are unprotected, check policy / gate coverage, or sanity-check a new endpoint in a PR. Walks the authorization chain of every HTTP route (middleware → authorize/policy/gate…
Skill Claude CodeCodex
Use when building, configuring, or hardening security-sensitive Laravel features — authentication, authorization, Eloquent safety, CSRF/XSS, API security, file uploads, secrets, and production configuration. Provides condensed, copy-ready secure defaults for Laravel 11 / PHP 8.3.
Skill Claude CodeCodex
Use when analyzing Laravel Telescope requests from URL and DB. Loads Telescope entries, matches the same request in database tables, and proposes practical optimizations.
Skill Claude CodeCodex
Use when working on latency-sensitive Laravel paths — realtime dashboards, streaming, queues, caches, or execution gateways — where p95 latency and data freshness matter.
Skill Claude CodeCodex
Use when safely merge GitHub pull requests that are ready.
Skill Claude CodeCodex
Use when designing MySQL schema features or applying advanced MySQL patterns in Laravel — upserts, JSON columns, full-text search, partitioning, replication/read-write splitting, and deadlock handling — beyond the query tuning already in the SQL rules.
Skill Claude CodeCodex
Use when analyze real MySQL query and schema problems using code inspection, schema review, and EXPLAIN when available.