CtrlK
BlogDocsLog inGet started
Tessl Logo

node-zombie-guardian

Use when diagnosing stale or orphaned Node.js processes launched by VCO, auditing ownership/liveness, or safely simulating cleanup without touching external Node workloads.

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

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

88%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 well-structured, executable skill body that delegates implementation to the bundled vibe skill while keeping safety boundaries and validation front and center. The main gap is that referenced scripts are external to this skill's bundle rather than local.

Suggestions

Trim the opening 'It exists to answer one question safely...' paragraph since it restates the frontmatter description, to lift conciseness toward anchor 5.

Consider mirroring the referenced vibe scripts into a local ./scripts directory or clarifying that they belong to the sibling vibe skill, so references resolve inside this skill's bundle.

Add a short feedback-loop note (e.g. what to do when the verification gate reports classification mismatches) to make the audit->fix->re-verify loop explicit.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence without explaining Node.js or VCO concepts; only the opening 'It exists to answer one question safely...' paragraph lightly restates the description and could be trimmed, keeping it just below anchor 5.

4 / 5

Actionability

Copy-paste-ready PowerShell invocations with real parameters (-RepoRoot, -WriteArtifacts, -Apply) cover launch, audit, cleanup, and verification, matching the fully-executable anchor.

5 / 5

Workflow Clarity

The launch -> audit -> cleanup -> verify sequence is explicit, and despite the destructive nature of process cleanup the skill provides validation checkpoints (Expected outcomes plus a dedicated verification gate proving report-only safety), so the missing-validation cap does not apply.

5 / 5

Progressive Disclosure

Sections are well organized and 'Operator Surfaces' front-loads the referenced scripts, but the local bundle (references/scripts/assets) is empty and the referenced files live in an external sibling skill, so references point outside the bundle rather than to bundled detail files.

4 / 5

Total

18

/

20

Passed

Description

87%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-targeted description that states both what it does and when to use it with concrete, third-person trigger language. It is highly distinct but could add a few natural synonyms to widen trigger coverage.

DimensionReasoningScore

Specificity

Names the VCO-managed Node process domain and lists three concrete actions ('diagnosing stale or orphaned Node.js processes', 'auditing ownership/liveness', 'safely simulating cleanup'), landing above anchor 3 and just below the comprehensive coverage of anchor 5.

4 / 5

Completeness

An explicit 'Use when...' clause supplies the trigger, and the three action clauses clearly state what the skill does, matching the anchor that requires both what and when with concrete trigger phrases.

5 / 5

Trigger Term Quality

Natural user-facing terms like 'stale or orphaned Node.js processes', 'auditing ownership/liveness', and 'simulating cleanup' provide good keyword coverage, though common synonyms (e.g. 'zombie', 'hung') and extension cues are absent.

4 / 5

Distinctiveness Conflict Risk

The narrow VCO-managed Node.js niche and the 'without touching external Node workloads' qualifier give it a distinct scope with minimal overlap risk against unrelated 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
foryourhealth111-pixel/Vibe-Skills
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.