Cpp Review banner
ysyecust ysyecust

Cpp Review

Security community

Description

--- description: Comprehensive C++ code review for memory safety, modern C++ idioms, concurrency, and security. Invokes the cpp-reviewer agent. --- # C++ Code Review This command invokes the **cpp-reviewer** agent for comprehensive C++-specific code review. ## What This Command Does 1. **Identify C++ Changes**: Find modified `.cpp`, `.hpp`, `.cc`, `.h` files via `git diff` 2. **Run Static Analysis**: Execute `clang-tidy` and `cppcheck` 3. **Memory Safety Scan**: Check for raw new/delete, buf

Installation

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

Terminal
mkdir -p ~/.claude/skills/ysyecust-everything-claude-code-cpp-review && curl -fsSL https://raw.githubusercontent.com/ysyecust/everything-claude-code/HEAD/commands/cpp-review.md -o ~/.claude/skills/ysyecust-everything-claude-code-cpp-review/SKILL.md

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

Full documentation available on GitHub

View Source Repository