close-case-artifact

Close cases or alerts with closure reason, root cause, and justification comment.

120|34|Updated May 9, 2025
One-click install
npx skills add https://github.com/dandye/ai-runbooks --skill close-case-artifact
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: close-case-artifact
Source: https://github.com/dandye/ai-runbooks/tree/main/skills/close-case-artifact
Command: npx skills add https://github.com/dandye/ai-runbooks --skill close-case-artifact

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Close a case or alert quickly and consistently by requiring a documented closure reason, root cause, and justification comment.

Core Features & Use Cases

  • Validates required inputs (ARTIFACT_ID, ARTIFACT_TYPE, CLOSURE_REASON, ROOT_CAUSE, CLOSURE_COMMENT)
  • Supports optional fields for alerts (ALERT_GROUP_IDENTIFIERS, ASSIGN_TO_USER, TAGS)
  • Updates closure status and records the rationale for audits and case management
  • Use case: closing false positives, completed investigations, or maintenance activity

Quick Start

Close a case or alert by supplying ARTIFACT_ID, ARTIFACT_TYPE, CLOSURE_REASON, ROOT_CAUSE, and CLOSURE_COMMENT

Frequently Asked Questions about close-case-artifact

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I close a security case with a documented root cause and justification?

To close a security case, you provide the ARTIFACT_ID, ARTIFACT_TYPE, CLOSURE_REASON, ROOT_CAUSE, and CLOSURE_COMMENT. This enforces consistent closure records by validating required inputs before updating the case status.

What is the best way to document false positive closures for security alerts?

Documenting false positive closures requires supplying a CLOSURE_REASON, ROOT_CAUSE, and CLOSURE_COMMENT. This validates the alert closure inputs and records the rationale for audits and case management.

Can I assign alerts to a user and add tags when closing an investigation?

Yes, when closing an investigation you can use optional fields like ASSIGN_TO_USER, TAGS, and ALERT_GROUP_IDENTIFIERS. These optional fields are supported alongside the required closure inputs for alerts.

Does the case closure workflow support both alerts and cases?

The closure workflow operates across both case and alert workflows. It covers common closure scenarios such as false positives, completed investigations, and maintenance activity by enforcing required inputs.

What happens if I omit the root cause or closure comment during case closure?

Omitting the root cause or closure comment fails the input validation step. The workflow enforces required fields—ARTIFACT_ID, ARTIFACT_TYPE, CLOSURE_REASON, ROOT_CAUSE, and CLOSURE_COMMENT—to ensure consistent closure records.