Skip to main content
ClaudeWave
Slash Command238 estrellas del repoactualizado 4mo ago

health-security

The health-security slash command executes an inline security vulnerability detection and remediation workflow where Claude directly orchestrates pre-flight checks, vulnerability scanning, prioritized fixes, verification, and reporting across a codebase. Use this command when you need to identify and remediate security issues within three iterations while maintaining code quality through type-checking and build validation.

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/HEAD/.claude/commands/health-security.md -o ~/.claude/commands/health-security.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

health-security.md

# Security Health Check

Execute the `security-health-inline` skill for inline orchestration.

**You ARE the orchestrator.** Do not spawn a separate orchestrator agent.

## Quick Start

1. Read `.claude/skills/security-health-inline/SKILL.md`
2. Follow the workflow phases directly
3. Use Task tool only for workers (security-scanner, vulnerability-fixer)
4. Run quality gates inline via Bash

## Workflow Summary

```
Pre-flight → Detect → [Fix by Priority] → Verify → Report
```

**Workers**: security-scanner, vulnerability-fixer
**Quality gates**: `pnpm type-check && pnpm build`
**Max iterations**: 3

---

Now read and execute the skill: `.claude/skills/security-health-inline/SKILL.md`