AgentSkillsCN

ralph-skill

按需运行单个 Ralph Ultra 技能。目前提供 21 项生产级技能,涵盖环境管理、安全防护、测试验证、代码库导航、部署交付、UI 质量等多个领域。可用于对项目进行专项分析与评估。

SKILL.md
--- frontmatter
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

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

Available Skills (21)

#SkillPurpose
1environment-doctorProject environment health diagnostics
2security-auditorMulti-scanner vulnerability detection
3flaky-test-detectorIntermittent test failure detection and quarantine
4deep-codebase-navigatorRegex-based codebase indexing and navigation
5git-conflict-resolverMerge conflict detection and resolution assistance
6requirement-analyzerPRD validation, dependency cycles, criteria analysis
7performance-guardianBuild/test time, bundle size, baseline tracking
8schema-migration-governorMulti-ORM migration validation and safety
9mcp-tool-managerMCP server configuration and profile management
10multi-service-orchestratorMonorepo/microservice coordination
11browser-verifierGate 5 browser testing (Playwright/Puppeteer MCP)
12stripe-integratorStripe payment integration health
13cloud-deployerMulti-cloud deployment readiness (Vercel/Render/AWS/Azure)
14supabase-managerSupabase backend operations and migration safety
15frontend-guardianAccessibility, responsive design, design system health
16docker-orchestratorContainer build, compose, registry management
17cicd-pipeline-managerGitHub Actions / CI-CD workflow analysis
18api-test-validatorAPI contract testing, OpenAPI validation
19dependency-updaterOutdated deps, vulnerability scanning, license audit
20log-analyzerError pattern detection and debugging assistance
21doc-generatorDocumentation coverage and README analysis

Examples

Run security audit:

code
/ralph-ultra:ralph-skill security-auditor

Check deployment readiness:

code
/ralph-ultra:ralph-skill cloud-deployer

List all skills:

code
/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.