eda-knowledge-gate-maintainer

Enforce maintenance-log updates and knowledge gate checks for EDA repositories.

8|3|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Mr-Fang-VLSI/EDAgent --skill eda-knowledge-gate-maintainer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eda-knowledge-gate-maintainer
Source: https://github.com/Mr-Fang-VLSI/EDAgent/tree/main/skills/eda-knowledge-gate-maintainer
Command: npx skills add https://github.com/Mr-Fang-VLSI/EDAgent --skill eda-knowledge-gate-maintainer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Prevents undocumented or unsafe experiment work in EDA repositories by enforcing pre/post interaction checks, tool reuse discovery, and mandatory maintenance-log updates to keep experiments reproducible and auditable.

Core Features & Use Cases

  • Enforce pre- and post-action gate checks using repository policies and scripted validators.
  • Query the local tool catalog to find and reuse existing scripts and flows instead of creating duplicates.
  • Require and validate a single-row maintenance-log entry recording scope, tools used, changes made, and open items as hard evidence for any substantive work.
  • Use Case: Run this skill before submitting an experiment job to ensure the task brief marks required readings, the tool_catalog query was performed, and the maintenance log contains today's entry.

Quick Start

Run the eda-knowledge-gate-maintainer on a task brief to validate knowledge base checks, confirm tool reuse, and append a maintenance-log entry before executing experiments.

Frequently Asked Questions about eda-knowledge-gate-maintainer

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

FAQPage Schema
How do I enforce EDA experiment hygiene and audit trails in my repository?

To enforce EDA experiment hygiene, apply a knowledge gate validator to your task briefs to verify required readings, confirm tool reuse, and mandate maintenance-log updates before allowing experiment runs or script changes.

What is a maintenance-log entry for EDA research workflows?

A maintenance-log entry is a single-row record documenting scope, tools used, changes made, and open items, serving as mandatory hard evidence for any substantive EDA experiment work to ensure reproducibility.

How do I prevent duplicate EDA scripts when preparing experiment runs?

Prevent duplicate EDA scripts by querying the local tool_catalog during pre-action gate checks to discover and reuse existing scripts and flows instead of creating redundant duplicates.

Do I need to validate a tool_catalog query before submitting EDA slurm jobs?

Yes, validating a tool_catalog query is required before submitting EDA slurm jobs to ensure existing tools are reused and experiment hygiene policies are actively enforced by the knowledge gate.

Can I use this knowledge gate validator for repository-scoped EDA task briefs?

Yes, you can use this validator on repository-scoped EDA task briefs to check knowledge base files, validate tool registry inputs, and append maintenance-log entries before executing experiment runs.

Why does my EDA experiment workflow require a post-action gate check?

A post-action gate check is required to enforce maintenance-log updates with evidence of changes made and open items, keeping EDA experiment work fully reproducible and auditable after job submissions.