← all publishers

errahmounispace-copilot

@errahmounispace-copilot source repo

9 published skills

  1. Setup Laravel Git Hooks · errahmounispace-copilot
    Set up git pre-commit hooks for Laravel projects — Pint on staged PHP, then Pest/PHPUnit and optional PHPStan. Use when user wants pre-commit hooks, commit-time formatting, or quality gates without Node/Husky.
    0 installs
  2. Setup Laravel Skills · errahmounispace-copilot bundle
    Sets up an `## Agent skills` block in AGENTS.md/CLAUDE.md and `docs/agents/` so engineering skills know this repo's issue tracker, triage labels, domain docs, and Laravel stack (Pest vs PHPUnit, frontend, quality tools). Run before first use of `to-issues`, `to-prd`, `triage`, `diagnose`, `tdd`, `improve-codebase-architecture`, or `zoom-out` — or when those skills lack context.
    0 installs
  3. Tdd · errahmounispace-copilot bundle
    Test-driven development with Pest/PHPUnit and red-green-refactor. Use when user wants TDD on Laravel, mentions "red-green-refactor", Pest, Feature tests, Filament resources, or test-first development.
    0 installs
  4. To Prd · errahmounispace-copilot
    Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.
    0 installs
  5. Triage · errahmounispace-copilot bundle
    Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.
    0 installs
  6. Review · errahmounispace-copilot
    Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".
    0 installs
  7. Diagnose · errahmounispace-copilot bundle
    Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
    0 installs
  8. Prototype · errahmounispace-copilot bundle
    Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says "prototype this", "let me play with it", "try a few designs".
    0 installs
  9. To Issues · errahmounispace-copilot
    Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.
    0 installs