elliottlawson
- 19 skills
- 0 followers
- 6 hours ago last updated
- ▌ Review · elliottlawsonReviews a change by running the mission, architecture, implementation, craft, security, and performance passes, then weighing them into a verdict.
- ▌ Setup CI · elliottlawson bundleSets 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.
- ▌ Review As JSON · elliottlawsonRuns `/review` and emits the result as a single structured JSON object. Used by CI; use `/review` directly for human-facing reviews.
- ▌ Writing Skills · elliottlawsonThe rules for writing skills — apply when creating or editing any SKILL.md.
- ▌ Load Conventions · elliottlawsonLoads the conventions for a project's frameworks — the standards to write or review against, on demand.
- ▌ React · elliottlawson bundleThe React standard — conventions for writing and reviewing React code. Read the sub-file for whatever the change touches.
- ▌
- ▌ Setup Review Loop · elliottlawsonSets 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.
- ▌ Inertia · elliottlawsonThe Inertia standard — conventions for writing and reviewing Inertia.js code, the bridge between Laravel backends and frontend apps.
- ▌ Laravel · elliottlawson bundleThe Laravel standard — conventions for writing and reviewing Laravel code. Pattern files teach how to do a task; check files judge a change.
- ▌
- ▌ Document Conventions · elliottlawsonDocuments 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.
- ▌ Mission · elliottlawsonFinds what the work was supposed to achieve, then judges whether it achieves it.
- ▌ Security · elliottlawsonJudges whether the change can be abused — auth, injection, secrets, data exposure.
- ▌ Performance · elliottlawsonJudges whether the change will hold up — N+1, unnecessary work, large payloads, hot paths.
- ▌ Architecture · elliottlawsonJudges the high-level shape of the solution — the architectural pattern, structure, placement, and data model.
- ▌ Implementation · elliottlawsonJudges whether the code is written correctly for this project — framework usage, conventions, tests, and dependencies.
- ▌
- ▌