CtrlK
BlogDocsLog inGet started
Tessl Logo

reset-netalertx-database

Wipe and regenerate the NetAlertX database and config. Use this when asked to reset database, wipe db, fresh database, clean slate, or start fresh.

76

Quality

93%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

87%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 compact, highly actionable reset skill with executable commands and clean organization. Its only gap is the absence of a validation/verification checkpoint for a destructive database wipe, which caps workflow clarity.

Suggestions

Add a pre-flight confirmation or safety check before the destructive 'rm -rf /data/db/* /data/config/*' step (e.g., verify paths exist, prompt/flag confirmation).

Add a post-reset verification step to confirm the database was regenerated (e.g., check that /data/db/app.db exists and is non-empty after the first-run scripts run).

Note any guard against running this outside the devcontainer, since the description scopes it to 'devcontainer database' but the commands use absolute paths with no environment check.

DimensionReasoningScore

Conciseness

Lean throughout — a one-line summary, an executable command block, a 4-item breakdown, and a restart snippet, with no explanation of concepts Claude already knows; not score 2 because every section earns its place with no padding.

3 / 3

Actionability

Provides fully executable, copy-paste-ready bash ('killall', 'rm -rf /data/db/* /data/config/*', the two entrypoint scripts) with concrete paths; not score 2 because the commands are complete rather than pseudocode or abstract guidance.

3 / 3

Workflow Clarity

Steps are clearly sequenced via 'What This Does', but this destructive database wipe has no validation or verification checkpoint (no confirm-before-rm, no post-reset db check); capped at 2 per the rubric's destructive-operation rule rather than 3.

2 / 3

Progressive Disclosure

Under 50 lines with well-organized sections (Command, What This Does, After Reset, Database Location) and no need for external references; the simple-skill carve-out applies, so it earns 3 without separate files.

3 / 3

Total

11

/

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 tight, third-person description that pairs concrete actions with an explicit 'Use when' trigger and a broad set of natural trigger terms. It cleanly answers what the skill does and when to invoke it with no fluff.

DimensionReasoningScore

Specificity

Names two concrete actions ('Wipe and regenerate') against a specific target ('the NetAlertX database and config') rather than vague language; not score 2 because the actions and target are explicit, not merely a named domain.

3 / 3

Completeness

Explicitly answers both what ('Wipe and regenerate the NetAlertX database and config') and when ('Use this when asked to...') with an explicit trigger clause; not score 2 because the 'when' is stated, not merely implied.

3 / 3

Trigger Term Quality

Lists five natural phrases a user would actually say ('reset database, wipe db, fresh database, clean slate, or start fresh'); not score 2 because coverage spans common variations rather than a single keyword.

3 / 3

Distinctiveness Conflict Risk

Scoped to 'NetAlertX database and config' with distinct reset-specific triggers, making it unlikely to fire for unrelated skills; not score 2 because the named system and niche triggers clearly differentiate it.

3 / 3

Total

12

/

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.