← all publishers

elliottlawson

@elliottlawson source repo

19 published skills

  1. Review · elliottlawson
    Reviews a change by running the mission, architecture, implementation, craft, security, and performance passes, then weighing them into a verdict.
    0
    installs
  2. Setup CI · elliottlawson bundle
    Sets up CI for reviews — asks a few questions, then writes the GitHub Actions workflow that runs open-review on every pull request. Run once per project, re-run to reconfigure.
    0
    installs
  3. Review As JSON · elliottlawson
    Runs `/review` and emits the result as a single structured JSON object. Used by CI; use `/review` directly for human-facing reviews.
    0
    installs
  4. Writing Skills · elliottlawson
    The rules for writing skills — apply when creating or editing any SKILL.md.
    0
    installs
  5. Load Conventions · elliottlawson
    Loads the conventions for a project's frameworks — the standards to write or review against, on demand.
    0
    installs
  6. React · elliottlawson bundle
    The React standard — conventions for writing and reviewing React code. Read the sub-file for whatever the change touches.
    0
    installs
  7. Infer Conventions · elliottlawson
    Finds where a project keeps its standards and what its stack is.
    0
    installs
  8. Setup Review Loop · elliottlawson
    Sets up the review loop — wires review into the project's agent instructions, so the agent runs `/review` on the full diff before opening a PR and iterates until it's clean. One-time setup; re-run to realign.
    0
    installs
  9. Inertia · elliottlawson
    The Inertia standard — conventions for writing and reviewing Inertia.js code, the bridge between Laravel backends and frontend apps.
    0
    installs
  10. Laravel · elliottlawson bundle
    The Laravel standard — conventions for writing and reviewing Laravel code. Pattern files teach how to do a task; check files judge a change.
    0
    installs
  11. Craft · elliottlawson
    Judges whether the code is done well — naming, clarity, and readability.
    0
    installs
  12. Document Conventions · elliottlawson
    Documents a project's conventions — writes a committed REVIEW.md mapping review passes to the project's standards docs. Run once per project, re-run to amend.
    0
    installs
  13. Mission · elliottlawson
    Finds what the work was supposed to achieve, then judges whether it achieves it.
    0
    installs
  14. Security · elliottlawson
    Judges whether the change can be abused — auth, injection, secrets, data exposure.
    0
    installs
  15. Performance · elliottlawson
    Judges whether the change will hold up — N+1, unnecessary work, large payloads, hot paths.
    0
    installs
  16. Architecture · elliottlawson
    Judges the high-level shape of the solution — the architectural pattern, structure, placement, and data model.
    0
    installs
  17. Implementation · elliottlawson
    Judges whether the code is written correctly for this project — framework usage, conventions, tests, and dependencies.
    0
    installs
  18. Uncover Mission · elliottlawson
    Finds what the work was supposed to achieve.
    0
    installs
  19. Assess Against Mission · elliottlawson
    Judges whether the work achieves the target.
    0
    installs