A reusable checklist skill and a real audit pass that caught bad event data, fixed titles and dates, and kept a static meetup site in sync with its feeds.
nice product revamp Gurung! fan of webmeetups.xyz
I appreciate the kind words, Salman!
curious - does event entered into the web3meetups goes through this QA bot? or is it something you invoke on-demand?
i invoke it on demand. i have a workflow for it with scripts!
did a light audit with deep checks only on what the bot added that day. The AI pulled remote, verified structure and derived JSON, unfurled short links, and compared dates to source pages. I chose what to keep (drop a 2027 tour stop, shorten titles, full weekday names). We encoded those rules in the skill and workflows so the next run stays consistent.
Treating “2 Jan” as a past event looked right until Luma showed 2027 — the yearless calendar made a future stop look expired. That forced an explicit product call, not a blind auto-delete.
Did a clear run mode (light everywhere, deep on today’s bot adds). Follow-ups were one concern at a time: fix findings, polish titles, long-form days, commit/push when ready.