skills/rentright-bundle-verify/SKILL.md
Use when verifying RentRight calculation bundles before promotion or after parent/jurisdiction changes. Runs scenario packs, validates generated data, and issues a release verdict. Triggers on "verify bundle", "check jurisdiction bundle", "pre-release verify", "validate calculator outputs".
npx skillsauth add lylecodes/clawforce rentright-bundle-verifyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to verify that RentRight's generated jurisdiction data still produces correct calculation behavior.
Read these first:
../../rentright/docs/architecture/DATA_VALIDATION_FLOW.md../../rentright/docs/COMPLIANCE_METHODOLOGY.md../../rentright/README.mdThen read the jurisdiction dossier:
../../rentright/docs/jurisdictions/<slug>/scenario-pack.md../../rentright/docs/jurisdictions/<slug>/known-quirks.mdIssue a release verdict for a jurisdiction or parent-regime change:
passpass_with_followupsfailIdentify change surface. Determine whether the change affects:
Rebuild data artifacts. Run:
npm run data:generatenpm run data:validateRun scenario pack. Cover at least:
Compare expected vs actual behavior. Focus on:
Check downstream impact. If a parent regime changed, verify impacted child jurisdictions too.
Produce verdict. Fail if:
Produce:
data:validate.testing
Use when onboarding or repairing RentRight data sources at the source/config level. Owns source eligibility, official URL selection, deterministic quote quality, extraction configuration, and handoff into the DB-first pipeline. Triggers on "add data source", "repair source config", "onboard official source", "fix extraction config", "source steward".
development
Use for post-release and live-state monitoring of RentRight jurisdiction data. Watches for stale rates, production drift, verification gaps, and user-visible anomalies, then opens governed remediation tasks. Triggers on "check production drift", "watch the pipeline", "monitor live jurisdictions", "production sentinel".
development
Use when creating, expanding, or retiring RentRight jurisdiction-owner agents and related routing scaffolding. Sets up owner docs, lifecycle state, schedules, and escalation paths. Triggers on "add jurisdiction owner", "expand data org", "bootstrap new owner", "retire jurisdiction owner", "create regime owner".
tools
Use when onboarding a new RentRight jurisdiction or bringing an inactive jurisdiction to shadow/active state. Covers source discovery, extraction, validation, bundle verification, and dossier setup. Triggers on "onboard jurisdiction", "set up jurisdiction owner", "add rentright jurisdiction", "bootstrap jurisdiction".