| name | algorithmic-art |
| description | Use generative art principles to visualize code quality, coverage, and complex failure states. |
SENTINEL Visual Diagnostics Skill
Use this skill to create algorithmic visualizations of system health, testing results, or code complexity.
Visualizing Data
- Code Coverage: Represent files as recursive treemaps where color indicates coverage depth.
- Failure Heatmaps: Visualize test suite failures across the codebase chronologically or structurally.
- Complexity Clouds: Use particle systems to represent cyclomatic complexity in large modules.
Goals
- Scannability: Make complex system states readable at a glance.
- Impact: Use motion and color to draw attention to critical bottlenecks or regressions.
- Diagnostic Clarity: Ensure the visualization directly correlates with underlying metrics.