Skill Claude CodeCodex
Use when structured problem analysis for debugging, root cause identification, and breaking down complex issues before proposing solutions.
PHP and Laravel Cursor rules — coding standards, testing, and conventions for the Cursor editor. Install via Composer.
Skill Claude CodeCodex
Use when structured problem analysis for debugging, root cause identification, and breaking down complex issues before proposing solutions.
Skill Claude CodeCodex
Use when reviewing HTTP API design in a PR or change set — endpoints, routes, HTTP methods, status codes, idempotency, and input validation. Treats the API as a consumer-facing contract and flags resource-orientation, method-semantics, status-code, and trust-boundary violations. Read-only.
Skill Claude CodeCodex
Use when writing articles, guides, blog posts, tutorials, newsletter issues, or other long-form content longer than a paragraph, especially when voice consistency, structure, and credibility matter. Produces polished prose in a distinctive voice derived from supplied examples or a default operator voice.
Skill Claude CodeCodex
Use when checking that the pull request implementation actually fulfills the business requirements stated in the linked issue or task. Returns a plain-language markdown block that is the Functional review half of the two-part CR output (@rules/code-review/general.mdc Two-part CR output — Technical & Functional…
Skill Claude CodeCodex
Use when you need an evidence-first, read-only inventory of every automation in this repo (GitHub Actions, Claude Code hooks/settings, MCP servers, composer scripts, the bundled CLI installer, the skills catalog, scheduler/cron) before changing any of them, classifying each as live, broken, or redundant and…
Skill Claude CodeCodex
Use when choosing how to run Claude Code autonomously on this project — from a single sequential pipeline to multi-agent DAG orchestration. A reference catalog of loop patterns anchored to this repo's real tooling (resolve-issue, autoresolve-oldest-github-issue, code-review-github, process-code-review…
Skill Claude CodeCodex
Use when autonomously resolving the oldest open GitHub issue end-to-end. Picks the oldest open issue (optionally filtered by label, default ResolvebyAI), delegates resolution to resolve-issue, then runs code-review-github, process-code-review, and merge-github-pr on the resulting pull request. Stops and reports any…
Skill Claude CodeCodex
Use when a goal is vague speed ("make it faster", "reduce p95", "cut query time") and you need a bounded, measured loop that promotes only verified, correctness-preserving wins instead of guessed micro-tweaks.
Skill Claude CodeCodex
Use when measuring performance baselines or detecting regressions before and after a change in a Laravel app — page Core Web Vitals, API latency percentiles, build/test velocity, and DB query timing, stored as git-tracked baselines for team comparison.
Skill Claude CodeCodex
Use when a single objective is too large for one pull request and must span multiple sessions or PRs. Turns the objective into a sequenced construction plan of 3-12 one-PR steps, each with a cold-start context brief, dependency edges, and exit criteria, then reviews it adversarially and registers it as Markdown.
Skill Claude CodeCodex
Use when refactor PHP classes to improve structure, readability, and maintainability while preserving behavior.
Skill Claude CodeCodex
Use when cleaning up local Git branches after origin pruning. Deletes local branches whose upstream was deleted on origin (marked gone) and local branches with no origin counterpart that have been inactive for more than six months, while always protecting the current branch and the default branches. Previews every…
Skill Claude CodeCodex
Use when run code review for a Bugsnag error and publish results to the linked GitHub PR and the Bugsnag error.
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.