Cpp Core Guidelines Review

🌐Community
by openharmonyinsight · vlatest · Repository

Helps with guidelines, code review as part of agent workflows workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add cpp-core-guidelines-review npx -- -y @trustedskills/cpp-core-guidelines-review
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "cpp-core-guidelines-review": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/cpp-core-guidelines-review"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill reviews C++ code against the C++ Core Guidelines, a set of rules designed to improve code safety and correctness. It identifies potential violations of these guidelines, helping developers write more robust and maintainable C++ applications. The review focuses on common pitfalls and best practices for modern C++.

When to use it

  • Reviewing new C++ code to ensure adherence to the Core Guidelines from the start.
  • Analyzing existing C++ codebases to identify areas for improvement in safety and correctness.
  • Educating developers about the principles of the C++ Core Guidelines through practical examples.
  • Automating parts of a C++ code review process, freeing up human reviewers for more complex issues.

Key capabilities

  • C++ Core Guideline violation detection
  • Code analysis based on modern C++ practices
  • Identification of potential safety and correctness issues
  • Reviewing existing C++ codebases

Example prompts

  • "Review this C++ code snippet against the Core Guidelines: [paste code]"
  • "Can you identify any violations of the C++ Core Guidelines in this file? [file path]"
  • "Explain how this code could be improved to better align with the C++ Core Guidelines."

Tips & gotchas

The skill's effectiveness depends on the quality and complexity of the C++ code being reviewed. While it can identify many common issues, a thorough manual review is still recommended for critical projects.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
openharmonyinsight
Installs
24

🌐 Community

Passed automated security scans.