esa-update

Update ESA Markdown and JSON schema files from constraint files.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/huangcd/gcusage --skill esa-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: esa-update
Source: https://github.com/huangcd/gcusage/tree/main/.github/skills/esa-update
Command: npx skills add https://github.com/huangcd/gcusage --skill esa-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

ESA updates from constraint files to IDEAsComSchema ensure governance artifacts stay synchronized and accurate.

Core Features & Use Cases

  • Reads a markdown constraints file (.tmp/esa-constraints-*.md) produced by agile-metric-dependency-tracing
  • Creates or updates ESA Markdown and JSON schema files in the IDEAsComSchema repository
  • Validates against ESA guidelines and templates to maintain consistency across ESAs

Quick Start

Update ESA for CopilotActiveUsers using the constraints file to trigger the update workflow.

Frequently Asked Questions about esa-update

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

FAQPage Schema
How do I update ESA documentation from markdown constraints?

To update ESA documentation from markdown constraints, automate the synchronization by reading the constraint file and generating or editing ESA Markdown and JSON schema files to maintain governance accuracy.

What are ESA governance artifacts and when do I need to synchronize them?

ESA governance artifacts are documentation and JSON schema files that enforce project standards. You need to synchronize them whenever constraint files change to keep the governance records accurate and consistent across the repository.

How do I generate ESA JSON schema files from constraint files?

Generate ESA JSON schema files by reading the markdown constraints, validating them against official ESA guidelines, and automatically creating or updating the schema files to reflect the new governance rules.

Can I use ESA constraint files to validate documentation against guidelines?

Yes, you can use ESA constraint files to validate documentation by consulting official ESA guidelines and templates during the update process to ensure consistency across all generated ESA artifacts.

What is the best way to keep ESA schemas synchronized with agile constraints?

The best way to keep ESA schemas synchronized with agile constraints is to automate the workflow that reads the constraint file, checks official ESA templates, and updates the schema files directly in the repository.

Why are my ESA governance artifacts out of sync with constraints?

ESA governance artifacts fall out of sync with constraints when markdown constraint files are updated manually without triggering the automated workflow to regenerate the corresponding ESA Markdown and JSON schema files.