Test Workflows banner
gadievron gadievron

Test Workflows

Testing community

Description

--- description: Run automated workflow tests for all commands --- # /test-workflows - Run RAPTOR Test Suite Runs automated workflow tests to validate all commands and user scenarios. **What it tests:** 1. Basic scan (findings only, no exploits) 2. Full agentic workflow (scan + exploit + patch) 3. Binary fuzzing 4. Manual crash validation 5. Tool routing sanity checks **Execute:** ```bash bash test/test_workflows.sh ``` **Output:** - ✓ PASS / ✗ FAIL / ⊘ SKIP for each test - Summary: Passed/

Installation

Installs to ~/.claude/commands/gadievron-raptor-test-workflows.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/gadievron/raptor/HEAD/.claude/commands/test-workflows.md -o ~/.claude/commands/gadievron-raptor-test-workflows.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository