xpz-index-triage

Triage a KB-derived index to identify minimal official XMLs to open.

11|3|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/GxBrasilNOficial/GeneXus-XPZ-Skills --skill xpz-index-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xpz-index-triage
Source: https://github.com/GxBrasilNOficial/GeneXus-XPZ-Skills/tree/main/xpz-index-triage
Command: npx skills add https://github.com/GxBrasilNOficial/GeneXus-XPZ-Skills --skill xpz-index-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triages a KB-derived index to guide the caller to open only the minimal set of official XMLs, avoiding unnecessary broad scans and preserving ObjetosDaKbEmXml as the normative source.

Core Features & Use Cases

  • Guides initial discovery, identifies when index metadata and gate status are valid
  • Signals which official XMLs to open first to minimize risk and manual inspection
  • Supports escalation to xpz-kb-parallel-setup when gate blocks further triage

Quick Start

Run the gate to verify readiness, then begin the initial KB triage to identify the minimal official XMLs to read.

Frequently Asked Questions about xpz-index-triage

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

FAQPage Schema
How do I minimize official XML reads when scanning a large KB index?

KB index triage minimizes official XML reads by evaluating a KB-derived index and guiding you to open only the necessary XML files, preventing broad scans. It enforces gate checks to validate index readiness before you proceed.

What does GATE_OK or BLOCK mean during KB index triage?

GATE_OK means the KB index passed validation checks via Test-*KbGate.ps1 and is ready for triage, while BLOCK indicates a failed gate check that returns a specific reason, halting further XML discovery until resolved.

How do I identify which official XML artifacts to open first?

To identify which official XML artifacts to open first, run the KB index triage as an initial discovery step. It signals the most relevant artifacts to read, minimizing manual inspection and preserving the normative source.

Do I need to run gate checks before querying KB index metadata?

Yes, you must run gate checks before querying KB index metadata. The triage enforces Test-*KbGate.ps1 validation as a mandatory initial step to ensure index metadata is valid before substantive XML queries begin.

What should I do when a KB gate block stops XML triage?

When a gate block stops XML triage, you should escalate to xpz-kb-parallel-setup. This handles the blocked state by providing an alternative setup path when the initial gate checks fail and return a blocking reason.