agent-audit
Audit agents spawned in the current/last run against the agent-selection taxonomy
Trigger: `/ship` or "ship it" or "deploy to production"
> /plugin marketplace add heymegabyte/claude-skillsHow it fires
How this command gets triggered: by you, by Claude, or both.
/shipContext preview
What this command does when you run it.
Trigger: `/ship` or "ship it" or "deploy to production"
Trigger: `/ship` or "ship it" or "deploy to production"
Run the full ship pipeline: 1. PRE-FLIGHT: npm run check (validate-links → validate:seo → validate:entities → validate:artifacts → tsc → vitest). Fix any failures. 2. BUILD: npm run build. Fix any failures. 3. DEPLOY: wrangler deploy. Confirm "Success". 4. PURGE: Purge Cloudflare cache for the production domain. 5. SMOKE TEST: curl every route changed this session. Assert 200. 6. PLAYWRIGHT E2E: npx playwright test --config=playwright.prod.config.ts. Fix any failures. 7. AI VISION: Screenshot homepage at 6 breakpoints. GPT-4o vision score ≥9/10. 8. AXE: npx axe-core dist/ — 0 violations. 9. LIGHTHOUSE: A11y ≥95, Perf ≥90, SEO ≥95. 10. REPORT: Summarize all results. All gates green → 🟢 SHIPPED. SPAWN IN PARALLEL WHERE POSSIBLE: - Wave 1 (serial): check → build → deploy (dependencies) - Wave 2 (parallel): smoke tests + Playwright + AI vision + axe + Lighthouse (all independent) If any gate fails, fix the issue and re-run from that gate forward. Do NOT skip gates.
2026-07-15
14-category autonomous product-building OS for 32+ AI coding tools. One-line prompts → deployed products.
Repo: heymegabyte/claude-skills
Audit agents spawned in the current/last run against the agent-selection taxonomy
Run the Agent Diversity Review gate and emit the result table
Meta-analyze the effectiveness of a /loop arc — per-iteration metrics, LOC delta trend, saturation detection, and a keep/lengthen/delete recommendation.
Audit the rules/ directory for missing foundational principles; output gap list with priority and justification
Validate ~/.claude/settings.json hooks block — event names, file existence, executability, matcher syntax; --fix repairs common issues
Catch Resend-class bug (isError: false on HTTP 4xx/5xx) across all MCP server tool handlers