aget-check-kb

Evaluate knowledge base structure, file presence, and frontmatter conformance to output health status and remediation steps.

1|Updated Oct 4, 2025
One-click install
npx skills add https://github.com/gmelli/public-OpenAI-DeepResearch-aget --skill aget-check-kb-gmelli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aget-check-kb
Source: https://github.com/gmelli/public-OpenAI-DeepResearch-aget/tree/main/.claude/skills/aget-check-kb
Command: npx skills add https://github.com/gmelli/public-OpenAI-DeepResearch-aget --skill aget-check-kb-gmelli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The aget-check-kb skill provides a self-diagnostic capability to validate the health and structure of the knowledge base, ensuring consistency and freshness of content.

Core Features & Use Cases

  • Structure validation: checks for knowledge/ structure, README existence, and subdirectories.
  • Inventory and freshness: counts markdown files and flags stale content, enabling proactive maintenance.
  • Inference and reporting: outputs a health status and conformance score, enabling automated alerts and maintenance planning.

Quick Start

Run a non-destructive dry-run diagnostic to assess knowledge base health and generate a report.

Frequently Asked Questions about aget-check-kb

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

FAQPage Schema
How do I check my knowledge base for stale content and structural issues?

To check knowledge base health, you can run a non-destructive diagnostic that evaluates directory structure, file presence, and frontmatter conformance. This identifies stale content and structural issues by assessing file age and inventories across subdirectories.

What is a knowledge base health check and what does it validate?

A knowledge base health check validates structural and content consistency by evaluating directory structure, README existence, file inventories, and frontmatter conformance. It outputs a conformance score, health status, and recommended remediation steps.

How do I validate frontmatter conformance across markdown files in a directory?

You validate frontmatter conformance by running a diagnostic scoped to the knowledge/ hierarchy that assesses file presence and metadata structure. This generates a conformance score and flags files that fail validation rules.

How do I get a conformance score and remediation steps for my knowledge base?

You get a conformance score and remediation steps by running a dry-run diagnostic on your knowledge base. The assessment outputs a health status of OK, WARN, or CRITICAL, alongside actionable recommendations for maintenance planning.

Does the knowledge base validation require any external dependencies or components?

The knowledge base validation operates without external dependencies or components. It performs a self-diagnostic dry-run directly on your knowledge/ hierarchy to evaluate structure, file presence, and frontmatter conformance safely.

When should I use an automated knowledge base diagnostic instead of manual checks?

You should use an automated knowledge base diagnostic when you need proactive maintenance planning for stale content and structural consistency across growing subdirectories. It enables automated alerts for health issues that manual inventories would easily miss.