What problem does it solve?
This Skill automates detection and triage of repository quality issues so maintainers can quickly find broken links, stale artifacts, secret exposures, and performance smells without manual, ad-hoc scanning.
Core Features & Use Cases
- Multi-mode scanning: Runs configured modes such as dead_code, security, correctness, and perf_smells defined in volon.yaml.
- Config-driven actions: Applies per-finding actions (log, create_task, auto_fix_pr with defined fallbacks) and respects configured defaults.
- Safe, read-only analysis: Performs read-only scans of the repository and writes only task artifacts to the configured storage; avoids duplicate tasks and never modifies source files.
- Use Case: Execute a scheduled quality audit that converts prioritized security and correctness findings into backlog tasks for engineering review.
Quick Start
Run a quality-run scan to check enabled modes in volon.yaml and produce findings as logs or tasks based on the configured on_issue action.