CtrlK
BlogDocsLog inGet started
Tessl Logo

close-case-artifact

Close a case or alert with proper reason and documentation. Use when triage determines an alert is FP/BTP or investigation is complete. Requires artifact ID, type, closure reason, and root cause.

Install with Tessl CLI

npx tessl i github:dandye/ai-runbooks --skill close-case-artifact
What are skills?

86

Does it follow best practices?

Validation for skill structure

SKILL.md
Review
Evals

Discovery

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 a well-crafted skill description that excels across all dimensions. It clearly specifies the action (closing cases/alerts), provides explicit trigger conditions (post-triage, investigation complete), includes domain-specific terminology (FP/BTP), and lists required inputs. The description is concise yet comprehensive.

DimensionReasoningScore

Specificity

Lists specific concrete actions: 'Close a case or alert', 'proper reason and documentation', and specifies required inputs: 'artifact ID, type, closure reason, and root cause'.

3 / 3

Completeness

Clearly answers both what ('Close a case or alert with proper reason and documentation') and when ('Use when triage determines an alert is FP/BTP or investigation is complete') with explicit trigger conditions.

3 / 3

Trigger Term Quality

Includes natural keywords users would say: 'close', 'case', 'alert', 'triage', 'FP/BTP', 'investigation complete'. These are domain-appropriate terms for security operations workflows.

3 / 3

Distinctiveness Conflict Risk

Clear niche focused on case/alert closure in security operations context. Specific triggers like 'FP/BTP', 'triage', and 'closure reason' make it unlikely to conflict with other skills.

3 / 3

Total

12

/

12

Passed

Implementation

72%

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

This is a well-structured, concise skill that clearly documents the closure process for cases and alerts. The main weaknesses are the lack of executable code examples (pseudocode style) and missing validation/error handling guidance for what happens after closure is attempted. The common closure patterns table is a valuable addition that aids decision-making.

Suggestions

Add language identifiers to code blocks (e.g., ```python) and make examples fully executable with proper syntax

Add a validation step after closure execution to verify success, such as checking CLOSURE_STATUS and providing guidance on retry or escalation if closure fails

Include an example of a complete closure flow showing how to handle the response from the closure function

DimensionReasoningScore

Conciseness

The skill is lean and efficient, presenting only necessary information without explaining concepts Claude already knows. Every section serves a clear purpose with no padding or unnecessary context.

3 / 3

Actionability

Provides concrete function calls with clear parameters, but the code blocks are pseudocode-style (no language specified, no imports, not fully executable). The patterns table is helpful but the actual API calls lack complete context.

2 / 3

Workflow Clarity

The workflow is simple (single step: execute closure) but lacks validation checkpoints. No guidance on verifying closure success, handling failures, or what to do if the closure fails. For an operation that finalizes case state, error handling guidance would be valuable.

2 / 3

Progressive Disclosure

For a skill of this size and scope, the organization is appropriate. Clear sections for inputs, workflow, outputs, and common patterns. No need for external file references given the focused nature of the skill.

3 / 3

Total

10

/

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

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.