---
description: List all available Vaspera Certify skills
argument-hint: ""
allowed-tools: Bash
---

Display the Vaspera Certify skill menu.

## Output

```
Vaspera Certify Skills
========================

AUDIT & VERIFY
  /vaspera-audit         Run security audit, write findings to .vaspera/audit/
  /vaspera-verify        Compare before/after audit state, generate report
  /vaspera-verify-e2e    Runtime verification (M7) - test app actually works

FIX BY SEVERITY
  /vaspera-fix-critical  Fix all CRITICAL severity findings
  /vaspera-fix-high      Fix HIGH severity findings (4 rounds)
  /vaspera-fix-medium    Fix MEDIUM severity findings

SPECIALIZED
  /vaspera-fix-rls       Generate Supabase RLS policies
  /vaspera-add-tests     Generate security tests (priority order)

ORCHESTRATION
  /vaspera-harden        Full 6-phase hardening pipeline
                         (audit → fix-critical → fix-high → fix-medium → add-tests → verify)

RUNTIME & SCALE (M7-M8)
  /vaspera-verify-e2e    Launch app, run golden paths, calculate runtime score
  /vaspera-load-test     Run k6 load tests, detect bottlenecks, estimate capacity
  /vaspera-certify       Full production readiness certification (all dimensions)

DEPLOYMENT (M9)
  /vaspera-deploy        Health checks, smoke tests, Vercel integration

AI CODE VERIFICATION (M10)
  /vaspera-ai-verify     Detect AI patterns, hallucinations, confidence scoring

DISCOVERY
  /vaspera-help          This menu

MCP TOOLS (stateful operations)
  hardening_dashboard    Portfolio view across all projects
  certification_*        Stateful certification workflow
  consensus_*            Multi-agent consensus calculation
  runtime_*              Runtime verification (7 tools)
  scale_*                Scale assessment (5 tools)
  deploy_*               Deployment verification (7 tools)
```

## Usage Tips

- Start with `/vaspera-audit` to get a baseline
- Fix by severity: critical → high → medium
- Run `/vaspera-verify` after fixes to confirm improvement
- Use `/vaspera-harden` for the full automated pipeline
