Tracks cyclomatic and cognitive complexity trends across a repository by running static analysis tools (lizard for multiple languages, radon for Python). It aggregates results over time and produces weekly reports that attribute changes in complexity to specific commits and modules, helping teams spot growing hotspots, regressions, and refactor opportunities.
Use this skill when you want automated, repeatable complexity monitoring as part of CI or a scheduled job: weekly code health reports, pre-release checks to catch complexity spikes, or ongoing tech-debt tracking for large codebases. Works best on repositories with Python and mixed-language modules that lizard/radon can parse.
Appropriate for agents that can run shell commands and manage scheduled jobs (Agents that expose Python/CLI execution such as Codex/Copilot/Claude Code style runtimes).
This skill has not been reviewed by our automated audit pipeline yet.