CtrlK
BlogDocsLog inGet started
Tessl Logo

netalertx-testing-workflow

Run and debug tests in the NetAlertX devcontainer. Use this when asked to run tests, check test failures, debug failing tests, or execute pytest.

72

Quality

87%

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

85%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 well-organized, actionable testing skill with a mandatory pre-flight validation step and concrete code/commands. The only real weakness is the verbose PYTHONPATH enumeration that could be trimmed, plus a path typo.

Suggestions

Tighten the PYTHONPATH list to the NetAlertX-relevant directories and drop standard system paths (e.g. /usr/lib/pythonX.Y/site-packages, /opt/venv/...) that Claude can assume — this targets the lowest-scoring conciseness dimension.

Fix the typo `/wprkspaces/NetAlertX/server` → `/workspaces/NetAlertX/server` in the symlink comment so the path reference does not mislead.

DimensionReasoningScore

Conciseness

The body is mostly lean and assumes Claude's competence (no concept explanations), but the 8-entry PYTHONPATH enumeration includes standard system paths (e.g. /usr/lib/pythonX.Y/site-packages) that could be tightened, matching the 2-anchor's "mostly efficient but could be tightened". It is below 3 because not every token earns its place, and above 1 because there is no padded concept explanation.

2 / 3

Actionability

Provides copy-paste-ready executable code (the get_setting_value Python snippet) and a concrete `docker buildx build -t netalertx-test .` command, plus specific runTests invocation guidance, matching the 3-anchor's fully executable examples. It is above 2 because the code/commands are complete, not pseudocode.

3 / 3

Workflow Clarity

The mandatory Pre-Flight Check sequences validation (check existing failures) before execution, and the 403 Forbidden section provides a feedback-loop checklist (verify config, re-run startup), matching the 3-anchor's explicit validation and error-recovery. It is above 2 because checkpoints are explicit, not implicit.

3 / 3

Progressive Disclosure

A short (<50 line), single-purpose skill with well-organized sections and clearly-signaled one-level cross-references to other skills (devcontainer-services, devcontainer-setup); per scoring_notes this scores 3 without bundle files. No bundle directories exist, so there is no nested-reference problem that would lower it.

3 / 3

Total

11

/

12

Passed

Description

90%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 with an explicit "Use when" trigger clause and natural keywords including "pytest". Its only limitation is action specificity (run/debug only), but it is otherwise clearly scoped to the NetAlertX niche.

DimensionReasoningScore

Specificity

Quotes "Run and debug tests" — it names the domain (NetAlertX devcontainer tests) and two concrete actions but stops short of the comprehensive, varied action list shown in the 3-anchor (e.g. extract/fill/merge). It is above the 1-anchor because the actions are concrete, not vague.

2 / 3

Completeness

It explicitly states what ("Run and debug tests in the NetAlertX devcontainer") and when ("Use this when asked to run tests..."), satisfying the 3-anchor's both what-and-when with explicit triggers. It is above 2 because the when-clause is explicit, not merely implied.

3 / 3

Trigger Term Quality

Quotes "run tests, check test failures, debug failing tests, or execute pytest" — these are natural phrases a user would say, including the tool name "pytest", matching the 3-anchor's good coverage of natural terms.

3 / 3

Distinctiveness Conflict Risk

Scoped to "NetAlertX devcontainer" with project-specific triggers (pytest, test failures), giving a clear niche unlikely to conflict with other skills, matching the 3-anchor. It is above 2 because the project scoping removes the generic overlap risk.

3 / 3

Total

11

/

12

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
netalertx/NetAlertX
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.