From code-analysis-cpp
C++ supplementary analysis hook. Called after code-analysis:analyze-file completes. Appends C++ specific analysis to the mirror document.
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-analysis-cpp:after-analyze-filesonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Post-hook invoked after `code-analysis:analyze-file` completes in a C/C++ project. In v2, static tools (clang-tidy, cppcheck, iwyu) have already produced their findings — this skill adds **only qualitative C++ judgments** on top.
Post-hook invoked after code-analysis:analyze-file completes in a C/C++ project. In v2, static tools (clang-tidy, cppcheck, iwyu) have already produced their findings — this skill adds only qualitative C++ judgments on top.
Append a ## C++ Qualitative Audit section with these subsections:
new/delete pairs?Append to the existing mirror file (do not overwrite other sections).
npx claudepluginhub juyeongyi/jylee_claude_marketplace --plugin code-analysis-cppCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.