skills/variant-compare/SKILL.md
Build a new version of an existing UI/content surface alongside the old one, behind a local switcher, so both can be compared before the old is replaced. Local A/B testing for redesigns and substantial layout/copy changes. Use when redesigning a page, reworking a layout, overhauling copy, or any time a change is worth seeing side-by-side with what it replaces. Triggers on "compare both", "add a switcher", "A/B this", "build it beside the old one", "let me toggle between versions", "variant compare", or proactively when a change is a redesign rather than a fix.
npx skillsauth add RonanCodes/ronan-skills variant-compareInstall 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.
When you change an existing surface in a way that's a judgement call (a redesign, a richer layout, a copy overhaul), don't edit it in place and hope it's better. Build the new version next to the old one, wire a local switcher, and let the human flip between both before anything is replaced. Ronan thinks of this as local A/B testing: seeing both beats reading a description or a single before/after.
This is a durable preference: default to it for the cases above.
FooClassic) if it isn't already isolated. Don't refactor it while extracting; a verbatim move keeps the comparison honest.FooEnhanced). Share only the data layer / pure helpers; let the two presentations diverge freely.?variant=a|b search param (router-validated), defaulting to the current/old version so normal visitors see no change.…/foo?variant=new to click around the real (or deployed) app, not just a local dev server.?variant handling (or leave a redirect if the param was shared externally).The dataforce changelog page (2026-06-15): ChangelogClassic (original) and ChangelogEnhanced (filters, search, permalinks, RSS) behind a ?variant=classic|enhanced switcher in the page header, defaulting to classic. Files: src/components/changelog/{changelog-classic,changelog-enhanced,variant-switcher}.tsx, dispatched from src/routes/changelog.tsx via a validateSearch param.
/ro:close-the-loop — verify the new variant actually works before promoting./ro:visual-diff / /ro:visual-regression — capture both variants for a side-by-side.testing
--- name: linear-pipeline description: The Fable orchestrator for a single dispatched Linear ticket. Holds almost no context itself; it receives `--issue <ID> --detached`, decides the stage sequence, and fans out a sub-agent per stage, passing forward only each stage's artifact (never re-derived, never inlined into its own context). Step zero, before any planning or stage routing, is a boundary triage against `canon/security-boundary.md` (#199): a match tags Ronan Connolly and stops the run, no
development
--- name: in-your-face description: Capture a chat-only answer into a durable artifact (markdown + HTML, PDF when cheap) and launch it automatically so the user cannot miss it. Use when user says "in your face", "don't let me lose this", "save that answer", "make that durable", or right after answering a substantive side question (a recipe, comparison, how-to, or generated prompt) that would otherwise die with the context. category: workflow argument-hint: [--no-open] [--vault <short>] [hint of
tools
One-shot headless OpenAI Codex CLI calls for background/admin AI tasks — summaries, classification, extraction, admin glue. The default engine for anything that runs AI constantly in the background (daemon-driven, per-event), because it bills the flat ChatGPT subscription instead of Claude usage or per-token API spend, and it keeps working while Claude is rate-limited. NEVER for coding — coding stays Claude. Use when a skill or daemon needs a cheap always-on AI call, when the user says "use codex", "ask codex", "codex as backup", or when building a background summarizer/classifier into a listener or loop. Reads auth from ~/.codex/auth.json (ChatGPT account, no API key).
research
Turn a warranty rejection, repair quote, or RMA email into a cited decision brief — legal read (NL/EU consumer law), is the part user-serviceable, live part and new-unit prices, repair-vs-DIY-vs-new economics, before-you-send-it checklist, deadlines. Use when the user pastes or screenshots a repair quote, warranty rejection, "not covered" email, onderzoekskosten fee, or asks "should I repair or replace this".