gaia-config-severity

Edit severity configuration files by translating internal levels to gate verdicts.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill gaia-config-severity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gaia-config-severity
Source: https://github.com/gaiastudio-ai/gaia-framework/tree/main/plugins/gaia/skills/gaia-config-severity
Command: npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill gaia-config-severity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages and edits the severity configuration of a project, ensuring that severity mappings are correctly applied and updated.

Core Features & Use Cases

  • Severity Mapping: Translate internal severity levels to specific gate verdicts.
  • Preservation of Comments and Formatting: Keeps existing comments and formatting intact.
  • CRUD Operations: Allows setting, showing, and clearing severity mappings.
  • Validation: Provides validation to ensure the file still adheres to the schema.

Quick Start

Run the 'set Critical BLOCKED' command to change the severity mapping.

Frequently Asked Questions about gaia-config-severity

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

FAQPage Schema
How do I edit severity configuration files to map internal levels to gate verdicts?

Severity configuration files are edited by translating internal severity levels to specific gate verdicts. This process updates the severity map while ensuring the file remains valid according to its schema.

Can I update YAML configuration files without losing existing comments and formatting?

YAML configuration files can be updated without losing existing comments and formatting. The editing process utilizes a specific editor designed to preserve original comments and formatting during CRUD operations.

What CRUD operations are available for managing project severity mappings?

CRUD operations for managing project severity mappings include setting, showing, and clearing severity levels. These actions ensure the severity map is correctly applied and updated within the configuration file.

Does editing the severity map validate the configuration file against the schema?

Editing the severity map validates the configuration file against the schema. This validation ensures that any CRUD operations performed on the severity mappings result in a structurally valid configuration file.

How do I change a severity mapping to a blocked gate verdict?

To change a severity mapping to a blocked gate verdict, run the command to set the specific internal severity level to BLOCKED. This updates the severity map and applies the new gate verdict to the configuration file.

What is the best way to translate internal severity levels to gate verdicts in a project?

The best way to translate internal severity levels to gate verdicts is by using a severity configuration manager. It performs CRUD operations on the severity map, preserving formatting and validating the configuration file schema.