gaia-config-test

Edit test tier placements in the test_execution section of project-config.yaml.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the editing of the test_execution section in project-config.yaml, ensuring that the configuration is updated correctly without altering other sections or formatting.

Core Features & Use Cases

  • Section-Specific Editor: Preserves YAML comments and formatting, focusing only on the test_execution section.
  • Tier Placement Editing: Allows for modification of test tier placements (local, ci-pre-merge, ci-post-merge, deployment, post-deploy).
  • Safe Edits: Offers a diff-preview confirmation gate to prevent accidental data loss.

Quick Start

Edit the test_execution configuration using the command: /gaia-config-test

Frequently Asked Questions about gaia-config-test

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

FAQPage Schema
How do I edit the test_execution section in project-config.yaml without losing comments?

To edit the test_execution section in project-config.yaml without losing comments, use a section-specific editor that preserves YAML formatting. This Skill modifies only the target section while keeping the rest of your file intact.

What test tier placement values can I configure in project-config.yaml?

The test tier placement values you can configure in project-config.yaml include local, ci-pre-merge, ci-post-merge, deployment, and post-deploy. These specific values control how your tests are executed across different environments.

How does safe edit confirmation work when modifying YAML configuration files?

Safe edit confirmation works by providing a diff-preview gate before applying changes to your YAML configuration. You review the proposed modifications to the test_execution section, preventing accidental data loss before finalizing the edit.

Can I update test execution configuration while preserving formatting in other YAML sections?

You can update test execution configuration while preserving formatting in other YAML sections because this Skill operates within a defined scope. It targets only the test_execution block, leaving all other sections and their comments untouched.

What is the best way to manage test tier modifications in a YAML project configuration?

The best way to manage test tier modifications in a YAML project configuration is to use a scoped editor with a diff-preview confirmation. This approach ensures precise placement changes while maintaining your original YAML structure.