CtrlK
BlogDocsLog inGet started
Tessl Logo

cpp-core-review

Load when reviewing, refactoring, modernizing, debugging, or designing non-trivial C++ code where ownership, lifetime, RAII, concurrency, templates, interfaces, exceptions, or Core Guidelines compliance may affect correctness, safety, maintainability, or performance.

72

Quality

90%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

80%Weight 40%Scale 1-3

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A concise, actionable review constitution with strong sequencing and a sound progressive-disclosure design, undermined by missing bundle files and implicit rather than explicit validation checkpoints. The content that exists is high quality, but several referenced paths are dangling.

Suggestions

Ship the referenced bundle files (references/concurrency.md, error-handling.md, templates.md, performance.md, lifetime.md, rule-map.md, GOTCHAS.md, templates/phase0-starter.md) or remove the references — currently every disclosed path is a dead link.

Add an explicit validation/feedback loop to the review workflow, e.g. after a fix: re-run clang-tidy/sanitizers, confirm the finding is resolved, then proceed — rather than leaving checkpoints implicit.

Give the clang-tidy invocation as a concrete command (with key checks flags) so the "Tool First" step is copy-paste ready instead of just naming the tool.

DimensionReasoningScore

Conciseness

Lean directive lists with no padding or explanation of concepts Claude already knows; lines like "Prefer tool-backed findings when available. Run clang-tidy before eyeballing code." earn their place. Not a 2 because there is no unnecessary explanation to tighten.

3 / 3

Actionability

Concrete, specific guidance throughout — ordered review priority, named tooling to discover (compile_commands.json, .clang-tidy, clang-tidy), an ownership-classification taxonomy, and explicit output severity buckets. Per the instruction-skill scoring note, the absence of copy-paste code is not penalized because the guidance is actionable.

3 / 3

Workflow Clarity

Sequences and checklists are present (Review Priority, Tool First, Modernization Discipline), but validation checkpoints are implicit rather than explicit feedback loops and there is no error-recovery loop. Not a 3 because the anchor expects explicit validation steps with feedback loops; not a 1 because the multi-step sequences are clearly ordered.

2 / 3

Progressive Disclosure

The root SKILL.md is short with well-signaled, condition-gated, one-level-deep references ("If project has concurrency → read references/concurrency.md"), but the referenced files (references/*.md, GOTCHAS.md, templates/phase0-starter.md) do not exist in the bundle, so navigation is broken. Not a 1 because organization is good and references are one level deep; not a 3 because the disclosed files are missing.

2 / 3

Total

10

/

12

Passed

Description

100%Weight 40%Scale 1-3

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, third-person description that names concrete actions, gives an explicit "Load when" trigger, and carves out a distinctive C++-review niche. It avoids fluff and over-claims while covering the natural vocabulary users would invoke.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "reviewing, refactoring, modernizing, debugging, or designing" — against a named non-trivial C++ domain, matching the multiple-specific-actions anchor.

3 / 3

Completeness

Explicitly answers both what (review/refactor/modernize/debug/design non-trivial C++ code) and when ("Load when reviewing, refactoring, modernizing, debugging, or designing..."), with an explicit trigger clause.

3 / 3

Trigger Term Quality

Covers natural terms a user would say (reviewing, refactoring, modernizing, debugging, C++ code, ownership, lifetime, RAII, concurrency, templates, exceptions, Core Guidelines) with strong coverage and common variations.

3 / 3

Distinctiveness Conflict Risk

The C++-specific niche plus the enumerated conditions (ownership, lifetime, RAII, concurrency, templates, interfaces, exceptions, Core Guidelines) give it a clear, distinct trigger set unlikely to conflict with other skills.

3 / 3

Total

12

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

referenced_paths_exist

Referenced path issues: 6 missing

Warning

Total

15

/

16

Passed

Repository
zhxc372/cpp-ai-constitution
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.