---
name: ralph-skill
description: Run individual Ralph Ultra skills on demand. 21 production skills available covering environment, security, testing, codebase navigation, deployment, UI quality, and more. Use to run specific analysis on your project.
allowed-tools: Read, Write, Edit, Bash, Grep, Glob
---

## Ralph Ultra Skills

Run individual production skills for targeted analysis.

### Usage

```
/ralph-ultra:ralph-skill <skill-name> [--list]
```

### Available Skills (21)

| # | Skill | Purpose |
|---|-------|---------|
| 1 | `environment-doctor` | Project environment health diagnostics |
| 2 | `security-auditor` | Multi-scanner vulnerability detection |
| 3 | `flaky-test-detector` | Intermittent test failure detection and quarantine |
| 4 | `deep-codebase-navigator` | Regex-based codebase indexing and navigation |
| 5 | `git-conflict-resolver` | Merge conflict detection and resolution assistance |
| 6 | `requirement-analyzer` | PRD validation, dependency cycles, criteria analysis |
| 7 | `performance-guardian` | Build/test time, bundle size, baseline tracking |
| 8 | `schema-migration-governor` | Multi-ORM migration validation and safety |
| 9 | `mcp-tool-manager` | MCP server configuration and profile management |
| 10 | `multi-service-orchestrator` | Monorepo/microservice coordination |
| 11 | `browser-verifier` | Gate 5 browser testing (Playwright/Puppeteer MCP) |
| 12 | `stripe-integrator` | Stripe payment integration health |
| 13 | `cloud-deployer` | Multi-cloud deployment readiness (Vercel/Render/AWS/Azure) |
| 14 | `supabase-manager` | Supabase backend operations and migration safety |
| 15 | `frontend-guardian` | Accessibility, responsive design, design system health |
| 16 | `docker-orchestrator` | Container build, compose, registry management |
| 17 | `cicd-pipeline-manager` | GitHub Actions / CI-CD workflow analysis |
| 18 | `api-test-validator` | API contract testing, OpenAPI validation |
| 19 | `dependency-updater` | Outdated deps, vulnerability scanning, license audit |
| 20 | `log-analyzer` | Error pattern detection and debugging assistance |
| 21 | `doc-generator` | Documentation coverage and README analysis |

### Examples

Run security audit:
```
/ralph-ultra:ralph-skill security-auditor
```

Check deployment readiness:
```
/ralph-ultra:ralph-skill cloud-deployer
```

List all skills:
```
/ralph-ultra:ralph-skill --list
```

### Skill Output

All skills output structured JSON to stdout. Results are cached in `.ralph-ultra/cache/<skill-name>.json` for reuse by the loop engine.
