Cpp Analyze banner
ysyecust ysyecust

Cpp Analyze

Data community

Description

--- description: Run full C++ static analysis pipeline — clang-tidy, cppcheck, include-what-you-use, and build diagnostics. Generates actionable report grouped by severity. --- # C++ Static Analysis Run a comprehensive static analysis pipeline for C++ projects. ## What This Command Does 1. **Verify build** — ensure compile_commands.json exists 2. **clang-format** — check formatting compliance 3. **clang-tidy** — modernize, bugprone, performance checks 4. **cppcheck** — additional warnings, p

Installation

Installs to ~/.claude/skills/ysyecust-everything-claude-code-cpp-analyze/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ysyecust-everything-claude-code-cpp-analyze && curl -fsSL https://raw.githubusercontent.com/ysyecust/everything-claude-code/HEAD/commands/cpp-analyze.md -o ~/.claude/skills/ysyecust-everything-claude-code-cpp-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