10 Smart Wizards
Specialized AI agents that understand your codebase. Each wizard is optimized for specific tasks with built-in best practices.
Security Audit
capableAnalyze code for security vulnerabilities, injection risks, and compliance issues
Code Review
capableReview code for quality, best practices, maintainability, and potential bugs
Bug Prediction
capablePredict potential bugs based on code patterns and historical data
Performance Audit
capableAnalyze code for performance issues, bottlenecks, and optimization opportunities
Refactor Plan
capablePlan code refactoring to improve structure and reduce complexity
Test Generation
cheapGenerate test cases and improve test coverage automatically
Documentation
cheapGenerate documentation from code including API docs, READMEs, and guides
Dependency Check
cheapAudit dependencies for vulnerabilities, updates, and license issues
Release Prep
capablePre-release quality gate with health checks, security scan, and changelog
Research
capableResearch and synthesize information from multiple sources
Run Wizards via CLI
# Run security audit on your codebase
empathy workflow run security-audit --input '{"path": "./src"}'
# Generate tests for a module
empathy workflow run test-gen --input '{"path": "./src/auth"}'
# Review code with auto-chaining
empathy workflow run code-review --input '{"path": "./src/api.py"}'
# Check dependencies for vulnerabilities
empathy workflow run dependency-check
# Pre-release quality gate
empathy workflow run release-prep
Need More Power?
Combine wizards with our 14 integrated workflows for multi-agent orchestration, progressive tier escalation, and automatic cost optimization.