viz

Launch the CodeScope visualization dashboard with five panels from local analysis artifacts.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/jwadhwa2259/codescope --skill viz-jwadhwa2259
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: viz
Source: https://github.com/jwadhwa2259/codescope/tree/main/skills/viz
Command: npx skills add https://github.com/jwadhwa2259/codescope --skill viz-jwadhwa2259

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Launch and explore the CodeScope visualization dashboard locally, turning analysis artifacts into an interactive UI that helps you understand project health at a glance.

Core Features & Use Cases

  • Five-panel dashboard (dependency graph, convention heatmap, readiness trends, blast radius explorer, and command center) that visualizes code relationships and risk zones.
  • Reads data from the local .claude/codescope/ analysis artifacts to keep context persistent across sessions.
  • Quick-start workflows to inspect and validate codebase readiness and dependencies.

Quick Start

Launch the visualization dashboard and view its five panels in your browser.

Frequently Asked Questions about viz

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize code dependencies and project health from local analysis artifacts?

The visualization dashboard renders a dependency graph and convention heatmap from local analysis artifacts, helping you spot code risk zones at a glance. It converts static analysis data into an interactive UI for project health.

What is a blast radius explorer for codebase changes?

A blast radius explorer is a dashboard panel that visualizes the potential impact of code changes across your project. It helps you understand code relationships and identify risk zones before modifying dependencies.

How do I launch a local visualization dashboard for my project?

To launch the visualization dashboard, ensure the server is running or build it if necessary, then open your browser to the provided URL. The dashboard reads data from local project analysis artifacts to render its panels.

Can I track codebase readiness trends across multiple sessions?

Yes, you can track codebase readiness trends using the dashboard, which reads persistent data from local analysis artifacts. This keeps context across sessions so you can monitor project health over time.

Do I need specific analysis artifacts to view the convention heatmap?

Yes, the convention heatmap requires local analysis artifacts stored in the project environment. The dashboard reads this data to visualize code relationships and convention adherence across your codebase.