CtrlK
BlogDocsLog inGet started
Tessl Logo

code-of-conduct-check

Evaluate GitHub issues against the repository's code of conduct. Use when: (1) A new issue is created and needs conduct review, (2) Part of issue intake pipeline, (3) Evaluating whether issue content violates community guidelines. If violations are found, sanitizes offending content (including title, body, and comments) while preserving technical substance and notifies the author. Intelligently replaces titles when sanitization renders them meaningless.

72

1.07x
Quality

71%

Does it follow best practices?

Impact

60%

1.07x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./.claude/skills/code-of-conduct-check/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

42%

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

The skill is highly actionable with concrete CLI commands and clear branching logic for different violation types, but it is severely undermined by extreme verbosity and repetition. The same notification comment is duplicated four times, and sanitization principles are restated across multiple sections. The lack of any progressive disclosure or content extraction into supporting files makes this a monolithic document that wastes significant context window space.

Suggestions

Extract the notification comment text into a single constant/template referenced once, rather than duplicating it four times with implementation blocks.

Consolidate the three violation sections (title, body, comments) into a single parameterized workflow since they follow the same pattern: sanitize → update via gh CLI → post notice → report.

Remove the enumerated list of violation types (hate speech, slurs, etc.) — Claude already knows these, and the skill already instructs reading CODE_OF_CONDUCT.md which would define them.

Extract report format templates and the notification message into a separate TEMPLATES.md file to reduce the main skill's size and improve progressive disclosure.

DimensionReasoningScore

Conciseness

Extremely verbose and repetitive. The same notification comment text is duplicated four times verbatim (for title, body, and comments sections, plus implementation blocks). The same sanitization principles are restated multiple times. The skill could be reduced to roughly 1/3 its size without losing any information. It also explains concepts Claude already understands (what hate speech is, what trolling is, etc.).

1 / 3

Actionability

Provides fully executable gh CLI commands for every action (editing titles, bodies, comments, posting replies). The commands use proper API endpoints and flags. Examples of title replacement logic are concrete and illustrative. The report formats are copy-paste ready.

3 / 3

Workflow Clarity

The process steps are listed and sequenced (fetch comments → evaluate → take action → report), but there are no explicit validation checkpoints. For a moderation task that involves destructive edits (replacing content permanently), there's no verify-before-commit step or rollback guidance. The workflow branches clearly by violation type but lacks feedback loops for error cases (e.g., what if the gh command fails).

2 / 3

Progressive Disclosure

This is a monolithic wall of text at ~200+ lines with no references to external files and massive inline repetition. The notification text, sanitization principles, and reporting formats could be extracted into templates or referenced files. The content is poorly organized with redundant sections that inflate the document significantly.

1 / 3

Total

7

/

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.

This is an excellent skill description that clearly articulates specific capabilities, provides explicit trigger conditions via a numbered 'Use when' clause, and occupies a distinct niche. The description is concise yet comprehensive, using third person voice throughout and covering both the detection and remediation aspects of the skill.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: evaluate issues against code of conduct, sanitize offending content (title, body, comments), preserve technical substance, notify the author, and intelligently replace titles when sanitization renders them meaningless.

3 / 3

Completeness

Clearly answers both 'what' (evaluate issues against code of conduct, sanitize offending content, notify authors) and 'when' with an explicit 'Use when:' clause listing three specific trigger scenarios.

3 / 3

Trigger Term Quality

Includes strong natural trigger terms: 'GitHub issues', 'code of conduct', 'conduct review', 'issue intake pipeline', 'community guidelines', 'violations', 'sanitizes'. These are terms users and automated pipelines would naturally use when needing this skill.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive niche combining GitHub issues, code of conduct evaluation, and content sanitization. Unlikely to conflict with other skills due to the very specific domain of conduct review and the detailed description of its unique behavior (sanitizing while preserving technical substance).

3 / 3

Total

12

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

10

/

11

Passed

Repository
netwrix/docs
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.