run_workflow
Run pre-defined multi-step workflows for code repository analysis, including onboarding, security audit, full analysis, and quick refresh.
Instructions
Run a pre-built multi-step workflow. Available presets: 'onboarding' (project overview), 'security_audit' (secrets + complexity), 'full_analysis' (stats + coverage + stale + secrets), 'quick_refresh' (stale docs + changelog).
Requires: index_repository must be called first.
Example: {"repo_path": "/path/to/repo", "workflow": "onboarding"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the indexed repository | |
| workflow | Yes | Workflow preset to run |