Raz-Gits
UserClaude Code skills that tell you what you did not want to hear. grill-me interrogates work three levels deep; voice learns how you write from your corrections.
Categories
Indexed Skills (6)
blast-radius
Work out what a change can touch before it runs, for anything that acts on the outside world. Covers report-only defaults, where a human gate is worth its cost, idempotency on retry, and making failure loud instead of silent. Use before shipping anything that sends email, writes to a CRM or database, charges money, posts publicly, deletes, deploys, or calls a third party on a schedule. Also when the user says "is this safe to run", "what could this break", or "blast radius".
grill-me
Adversarially interrogate a claim, document, or piece of work until it either breaks or holds. Finds the load-bearing claims, attacks each the way a skeptical expert would, and follows up three levels deep instead of accepting the first answer. Use when the user says "grill me", "poke holes in this", "interview me on this", "what will they ask", "stress test this", or is about to defend work to someone who did not build it.
integration-forensics
Debug a failing integration with a third-party API, webhook, or vendor system, where the other side does not behave the way its documentation says. Establishes what actually crossed the wire before theorising, and works through the specific ways external systems lie. Use when a webhook is firing wrong, a vendor API returns something unexpected, data is missing or duplicated after a sync, or the user says "their API is broken" or "this worked yesterday".
memory
Durable memory across sessions that ages correctly. Stores one fact per file with a validity window, and when something changes it closes the old fact rather than deleting it, so a change is distinguishable from a mistake. Use when the user says "remember this", "what do you know about", "/memory", when a fact learned in one session needs to survive into the next, or when something previously recorded turns out to be out of date.
voice
Learn how a specific person writes, store it as a profile, and write new text in that voice. Builds the profile from samples they actually wrote, grows it every time they correct a draft, and applies it when drafting. Use when the user says "in my voice", "sound like me", "learn how I write", "/voice", or asks for something written that will go out under their name.
seo
Deterministic LLM-first SEO audits for websites, blog posts, and GitHub repositories. Use this when the user asks to "perform SEO analysis", "run SEO audit", "analyze SEO", "check technical SEO", "review schema", "Core Web Vitals", "E-E-A-T", "hreflang", "GEO", "AEO", or GitHub repository SEO optimization. For full/page/repo audits, run bundled scripts for evidence and return prioritized, confidence-labeled fixes.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.