CtrlK
BlogDocsLog inGet started
Tessl Logo

ov-ensure-coding-style

Detect and fix clang-format, clang-tidy, and copyright header violations in an OpenVINO C++ codebase. Use when the user complains about code style or formatting, asks to clean up changes, fix linting, add a copyright header, or when a style check or linting CI job is failing. Do not use for build errors, compilation failures, linker errors, test failures, runtime crashes, accuracy issues, or CMake config problems.

66

Quality

80%

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

68%Weight 40%Scale 1-5

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

The body is concise and well-structured with a good gating checkpoint, but the core executable fix steps and verification are deferred to an external doc, which limits actionability and workflow clarity for a batch/destructive task.

Suggestions

Inline at least the core verification command(s) (e.g., the clang-format/clang-tidy check invocation and the 'all checks pass' criteria) so the body is executable without relying solely on the external doc.

Add an explicit validation checkpoint in Step 2 that confirms the branch still builds/tests after style fixes, rather than only 'repeat until all checks pass' on the linters.

Reference the fix instructions from a bundled file inside the skill (e.g., references/coding_style.md) rather than a repo-relative path, so the skill is self-contained.

DimensionReasoningScore

Conciseness

Lean body that assumes Claude's competence with git/CMake, uses clean placeholders, and includes no padding or restatement of known concepts.

5 / 5

Actionability

Provides one executable command but defers the central fix instructions (running clang-format/clang-tidy, fix commands) entirely to an external file, leaving key details out of the body.

3 / 5

Workflow Clarity

Has a clear sequence with a user-gating checkpoint and a repeat-until-pass loop, but for a batch/destructive source-rewriting operation the concrete verification step is deferred to the external doc rather than stated, capping this at 3.

3 / 5

Progressive Disclosure

Concise overview with a clearly signaled one-level-deep reference for detail; the single reference points outside the skill bundle rather than to bundled files, keeping it just short of ideal.

4 / 5

Total

15

/

20

Passed

Description

92%Weight 40%Scale 1-5

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, specific description with clear what/when triggers and an explicit negative-boundary clause that sharply reduces conflict risk. The only minor gap is a few missing natural trigger synonyms.

DimensionReasoningScore

Specificity

Names three concrete tools (clang-format, clang-tidy, copyright headers) and a clear action ("Detect and fix") within a specific domain (OpenVINO C++ codebase), giving comprehensive coverage.

5 / 5

Completeness

Explicitly answers both what (detect/fix three named violations) and when (concrete "Use when..." triggers), plus a negative "Do not use for..." boundary clause.

5 / 5

Trigger Term Quality

Includes natural user phrases ("complains about code style", "clean up changes", "fix linting", "linting CI job is failing") with good synonym coverage, though a few natural variations are absent.

4 / 5

Distinctiveness Conflict Risk

Narrow OpenVINO C++ niche with explicit negative boundary excluding build/compile/test/CMake issues minimizes conflict with adjacent skills.

5 / 5

Total

19

/

20

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

relative_links

Relative link issues: 1 suspicious

Warning

Total

15

/

16

Passed

Repository
openvinotoolkit/openvino
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.