What problem does it solve?
This Skill removes the friction of running multiple code-quality tools separately by coordinating a single, repeatable lint pass and consolidating the results into one readable report.
Core Features & Use Cases
- Parallel Quality Checks: Runs clang-tidy, cppcheck, include-what-you-use, ruff, and semgrep together to catch issues across C, C++, Python, and shell code.
- Unified Reporting: Merges findings into a single severity-sorted report so developers can review all problems without switching between tools.
- Targeted Fix Support: Applies safe auto-fixes for supported findings when requested, while preserving risky diagnostics for manual review.
- Use Case: A maintainer preparing a release can run one workflow to validate the full codebase, inspect a consolidated report, and optionally auto-fix low-risk style issues before committing.
Quick Start
Ask the skill to run the full lint suite for the repository and produce a merged report, optionally restricting results to changed files or enabling safe fixes.