Analyze banner
dialpad dialpad

Analyze

Security community

Description

--- description: "Pattern audit and consistency checking across the Dialtone codebase. Use '/analyze' to run full audit, or '/analyze <area>' to focus on specific areas (components, tokens, utilities, docs)." context: fork --- # Dialtone Codebase Analyzer Run a comprehensive audit of the Dialtone monorepo for consistency, correctness, and completeness. This skill checks for known bugs, pattern violations, documentation drift, and test gaps. ## Usage - `/analyze` — Full audit across all areas

Installation

Installs to ~/.claude/skills/dialpad-dialtone-analyze/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dialpad-dialtone-analyze && curl -fsSL https://raw.githubusercontent.com/dialpad/dialtone/HEAD/.claude/skills/analyze.md -o ~/.claude/skills/dialpad-dialtone-analyze/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository