Use when building a new venue scraper from an open scraper-request issue (ticket) in the leporello-mcp repo โ investigates the venue's live site, writes the scraper + fixture + tests per CONTRIBUTING.md, runs a self-review gate (a subset of the review-scraper-pr checks) looping until green, then opens a PR that closes the issue. Invoked as `/add-new-scraper <issue-number>`.
Use when reviewing an open scraper PR in the leporello-mcp repo before merging โ runs an end-to-end quality review of one PR (refetches the venue's live page, verifies parsing/tests/DB writes, semantically cross-checks parsed fields against the rendered page via Playwright) and prints a verdict with evidence-backed findings into the conversation. Invoked as `/review-scraper-pr <pr-number>`.