Config Validator

Validate aeon.yml and GitHub Actions workflow structural correctness.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill config-validator-atrium-hermes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Config Validator
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/config-validator
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill config-validator-atrium-hermes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Validates the structural correctness of aeon.yml and the GitHub Actions workflow file to prevent outages caused by misconfigurations.

Core Features & Use Cases

  • Detects missing or conflicting inventory such as checkout step ordering, duplicate skill keys, and missing skill definitions in enabled skills.
  • Verifies that the CI configuration and skill registry remain consistent across PRs and main.

Quick Start

Run the shared validator script to report problems and guide remediation.

Frequently Asked Questions about Config Validator

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

FAQPage Schema
How do I validate aeon.yml structural correctness in CI workflows?

To validate aeon.yml structural correctness in CI workflows, run the shared validator script to detect checkout ordering issues, duplicate keys, and missing skill definitions, reporting failures with remediation guidance.

What causes duplicate keys and missing skill definitions in aeon config files?

Duplicate keys and missing skill definitions in aeon config files are caused by inconsistent CI configuration updates and conflicting inventory across PRs, which structural validation catches during PR validation and weekly audits.

Does the aeon config validator check GitHub Actions workflow files?

Yes, the aeon config validator checks GitHub Actions workflow files by verifying structural correctness in .github/workflows/aeon.yml to prevent outages caused by misconfigurations like checkout step ordering issues.

How do I prevent outages caused by aeon.yml misconfigurations during PR validation?

To prevent outages caused by aeon.yml misconfigurations during PR validation, apply automated validation to catch missing skill definitions and verify that the CI configuration and skill registry remain consistent across PRs and main.

Can I run automated config validation for weekly audits without external dependencies?

Yes, you can run automated config validation for weekly audits without external dependencies, as the validator operates using a standalone shared script to report problems and guide remediation for aeon.yml structural integrity.

What is the best way to catch checkout ordering issues in aeon workflows?

The best way to catch checkout ordering issues in aeon workflows is to run automated structural validation during CI, which detects missing or conflicting inventory and ensures the skill registry remains consistent.