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.

72

Quality

88%

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-5

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

A concise, fully actionable single-purpose skill with excellent token efficiency and clean structure. Its main weakness is the absence of any validation or verification step around a destructive rm -rf reset, which caps workflow clarity at 3.

Suggestions

Add a verification checkpoint after the reset, e.g. confirm `/data/db/app.db` was recreated and services restarted cleanly before declaring success.

Guard the destructive `rm -rf /data/db/* /data/config/*` step by checking the killall succeeded and that the paths exist, with a feedback loop (on failure: re-kill and retry).

Include a brief note that this is irreversible and wipes user config, so the reset is run only when explicitly intended.

DimensionReasoningScore

Conciseness

Lean and efficient with no padding or explanation of concepts Claude already knows; every section (Command, What This Does, After Reset, Database Location) earns its place.

5 / 5

Actionability

Fully executable, copy-paste-ready bash commands with concrete paths cover the single common case completely, including the post-reset restart command.

5 / 5

Workflow Clarity

Steps are clearly sequenced (kill, delete, provision config, init db, restart), but this destructive rm -rf operation has no validation or verification checkpoint, capping workflow clarity at 3 per the destructive-operations rule.

3 / 5

Progressive Disclosure

Under 50 lines with no need for external references and well-organized section headers, so the simple-skill exception earns the top score.

5 / 5

Total

18

/

20

Passed

Description

90%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 tight, well-constructed description that clearly states what it does and when to use it, with strong natural trigger terms and minimal conflict risk. The only minor limitation is that it lists just two concrete actions, capping specificity at 3.

DimensionReasoningScore

Specificity

Names the domain (NetAlertX database and config) and two concrete actions ('Wipe and regenerate'), matching the 1-2 concrete actions anchor; not 'several' actions so it does not reach 4.

3 / 5

Completeness

Explicitly answers both what ('Wipe and regenerate the NetAlertX database and config') and when with concrete trigger phrases, matching the top anchor.

5 / 5

Trigger Term Quality

Five natural user phrases with synonyms ('reset database, wipe db, fresh database, clean slate, or start fresh') give comprehensive coverage of how a user would actually request this.

5 / 5

Distinctiveness Conflict Risk

Scoped to a specific NetAlertX database/config reset with distinct triggers, yielding a clear niche and minimal conflict risk with other skills.

5 / 5

Total

18

/

20

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.