CtrlK
BlogDocsLog inGet started
Tessl Logo

cpp-coding-standards

基于 C++ 核心指南 (isocpp.github.io) 的 C++ 编码规范。在编写、评审或重构 C++ 代码时使用,以强制执行现代、安全且地道的实践。

67

Quality

82%

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

65%

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

A comprehensive, highly actionable C++ Core Guidelines reference with strong executable examples and a useful completion checklist, but it is a long monolithic single file that would benefit from progressive disclosure and tighter token economy. It lacks an explicit multi-step apply/validate workflow beyond the final checklist.

Suggestions

Move the per-category rule tables and detailed code examples into separate reference files under references/ (e.g., references/classes.md, references/concurrency.md, references/functions.md) and reduce SKILL.md to the core principles plus a concise overview that links one level deep — improving both conciseness and progressive_disclosure.

Tighten the body by removing repeated bilingual parenthetical glosses (e.g., '资源获取即初始化 (RAII)' appears multiple times) and deduplicating rule IDs already summarized in the tables, keeping the leanest statement of each rule.

Add an explicit apply-and-validate workflow before the final checklist — e.g., 'compile clean → run static analysis (clang-tidy) against the affected rules → re-run → only mark complete when both pass' — to give workflow_clarity a concrete feedback loop for risky refactors.

DimensionReasoningScore

Conciseness

The body is a dense ~720-line reference with rule tables, full code blocks, and repeated bilingual parentheticals; it avoids explaining concepts Claude already knows but is verbose for a single SKILL.md and could be tightened. Not a 1 because it is not padded with obvious concept explanations; not a 3 because the length is far above a lean, every-token-earns-its-place overview.

2 / 3

Actionability

Provides numerous complete, executable code examples (Rule of Zero/Five, RAII FileHandle, smart pointers, concepts, scoped_lock) plus DO/DON'T pairs and a copy-paste-ready checklist. Fully concrete and specific rather than descriptive.

3 / 3

Workflow Clarity

There is a '何时使用/何时不使用' section and a completion checklist, but no real multi-step workflow with explicit validation/error-recovery checkpoints; the checklist is a static self-check rather than a feedback loop. Not a 1 because sequence and the checklist exist; not a 3 because there are no error-recovery or explicit validation gates for the work.

2 / 3

Progressive Disclosure

Content is a single monolithic file with all per-domain rules inline and no references/scripts/assets bundle; the well-organized section structure helps, but material that could live in separate reference files is not split out. Not a 1 because sections are cleanly organized; not a 3 because there are no one-level-deep reference files to navigate to.

2 / 3

Total

9

/

12

Passed

Description

100%

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, well-scoped description that states capabilities, an explicit use trigger, and a clear C++/Core-Guidelines niche in third person. It answers both 'what' and 'when' with natural, low-conflict trigger terms.

DimensionReasoningScore

Specificity

Names concrete actions — '编写、评审或重构 C++ 代码' (write, review, refactor C++ code) and '强制执行现代、安全且地道的实践' (enforce modern/safe/idiomatic practices) — matching the anchor listing multiple specific concrete actions.

3 / 3

Completeness

Clearly states what it does ('基于 C++ 核心指南...的 C++ 编码规范') and when to use it with an explicit '在编写、评审或重构 C++ 代码时使用' (Use when...) trigger, satisfying both what and when.

3 / 3

Trigger Term Quality

Includes natural terms users would say — 'C++ 代码', '编写', '评审', '重构', 'C++ 编码规范' — giving good coverage of common phrasings for this need.

3 / 3

Distinctiveness Conflict Risk

Tied to a distinct niche — C++ Core Guidelines — with C++-specific triggers, making it unlikely to fire for other languages' or other skills' needs.

3 / 3

Total

12

/

12

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

skill_md_line_count

SKILL.md is long (724 lines); consider splitting into references/ and linking

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

14

/

16

Passed

Repository
xu-xiang/everything-claude-code-zh
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.