🪱 Gribble
Tiny bugs that find your bugs before you ship.
Gribble is an AI-driven website quality audit agent that runs during development: before a PR, in CI, and before a release. It walks every flow of your site like a picky code reviewer, checks broken links, UI best practices and your own guidelines, SEO, accessibility and performance, and points each finding at the source file that caused it.
A gribble is a tiny marine isopod that bores holes into ship hulls from places nobody looks. We named the pest hunter after the pest.
pnpm add -D gribble
pnpm exec gribble install # downloads the Playwright browser
pnpm exec gribble init # creates .gribble/ and (optionally) a skill for your coding agent
pnpm exec gribble audit # let the gribbles chew on it| Repository | What it is |
|---|---|
| gribble | The CLI, core harness, skills and the gribble.dev website (monorepo) |
| action | GitHub Action: uses: gribble-dev/action@v1 |
| shipwreck | A store that sank on purpose: the deliberately broken example site, integration test and evaluation set |
- Website and docs: https://gribble.dev
- npm:
gribble·@gribble/core·@gribble/skills - Docker:
ghcr.io/gribble-dev/gribble
Everything is MIT licensed.