blast-prompt
Generate a complete build brief in BLAST format — Blueprint, Link, Architect, Stylize, Trigger — so a build agent can one-shot a high-quality build. Pulls the…
Forced adversarial review pre-delivery — hands Claude-generated code, content, or plans to Codex (GPT-5.5) to find bugs, security risks, missing tests, and missed edge cases. Trigger when the user says "review the code you wrote", "check your work", "second opinion",
$ npx -y skills add ZachArticulateV/designer-pro-and-seo --skill route-codex-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/route-codex-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
Forced adversarial review pre-delivery — hands Claude-generated code, content, or plans to Codex (GPT-5.5) to find bugs, security risks, missing tests, and missed edge cases. Trigger when the user says "review the code you wrote", "check your work", "second opinion",
name: route-codex-review description: Forced adversarial review pre-delivery — hands Claude-generated code, content, or plans to Codex (GPT-5.5) to find bugs, security risks, missing tests, and missed edge cases. Trigger when the user says "review the code you wrote", "check your work", "second opinion", "sanity-check what you wrote", "adversarial review", or before client-bound delivery of substantial Claude output.
**Family:** routing **Status:** Stable
The execution arm of the no-self-review rule. Hands Claude's output to Codex for an independent, adversarial pass — bugs, security risks, missing edge cases/tests, broken invariants, unclear logic. Mandatory for substantial output heading to a client or production, or whenever the user asks to verify Claude's work.
> Scoped to **Claude's own output**. Bare "audit this" / "audit my site" belongs > to the SEO/QA families, not here (see `references/ENGINE-CONTRACTS.md` §3).
1. **Check Codex is available:** `codex --version`. If absent, tell the user it's off until installed and offer a structured manual review *from a different lens* (never a same-model self-review). 2. **Bundle the context** — the diff or the specific files, plus what was tried and the relevant constraints. 3. **Invoke Codex:**
git diff | codex exec --skip-git-repo-check "Review this diff. Find bugs, security risks, missing tests, edge cases. Be specific and adversarial."
For untracked code, pipe the file(s) instead of `git diff`. For a harder pass: `...codex exec ... "Adversarial review. Challenge the design. Prove what's broken."` 4. **Parse** Codex's findings into severity-tagged items (Critical → nits). 5. **Integrate, don't rubber-stamp.** For each finding decide fix / defer / dismiss (with a reason). Apply the fixes, then re-verify.
independent GPT-5.5 adversarial pass; free path: a structured manual review from a different lens, never a same-model self-review).
Claude reviewing its own substantive output repeats its own blind spots; this skill operationalizes routing that review to a different model before it ships.
A Claude Code plugin for the web-design + SEO workflow: research a niche, generate a coherent design system, write a complete build brief, build, run a pre-delivery QA gate, port the result into any CMS, and review on-page SEO.
Repo: ZachArticulateV/designer-pro-and-seo
Generate a complete build brief in BLAST format — Blueprint, Link, Architect, Stylize, Trigger — so a build agent can one-shot a high-quality build. Pulls the…
Generate cold-outreach openers, value-led follow-up sequences, niche-authority positioning, and a tool-import CSV with CAN-SPAM/GDPR/CASL compliance-checklist…
Draft long-form content (blog post, service page, landing page, guide) from a brief or outline — structured, on-intent, and originality-checked, ready for…
Write conversion-focused copy for a page or section — headlines, subheads, value propositions, CTAs, feature/benefit blocks, and microcopy — anchored to a…
Convert a raw CSV into a structured, business-ready report using a 3-step framework — load + label, define rules, request structured deliverables. Trigger when…
Audits HTML against WCAG 2.2 — no-tools structural checks (alt text, heading order, form labels, lang, landmarks, skip link, viewport meta, token-based…