kb-query

Query GroundTruth KB for specifications, tests, work items, and documents.

2|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Remaker-Digital/groundtruth-kb --skill kb-query-remaker-digital
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kb-query
Source: https://github.com/Remaker-Digital/groundtruth-kb/tree/main/.claude/skills/kb-query
Command: npx skills add https://github.com/Remaker-Digital/groundtruth-kb --skill kb-query-remaker-digital

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

It removes the friction of manually searching scattered markdown notes by letting you query the canonical GroundTruth knowledge database for the exact specs, tests, work items, procedures, and documents you need.

Core Features & Use Cases

  • Query specs, tests, and work items: Find implemented or specified specs, list tests linked to a spec, and review open work items for a project’s current governance state.
  • Search and gap-detect: Search specs by keyword (e.g., a feature or subsystem term) and identify untested specs to reduce drift and verification blind spots.
  • Navigate operational knowledge: Retrieve procedures and documents, and inspect version history for an artifact to understand evolution over time.
  • Use case: When you’re preparing implementation or review, you can ask the KB for “what exists, what’s open, and what’s still not verified” in a single pass.

Quick Start

Ask the AI: /kb-query untested to list specs that have no linked tests for immediate coverage follow-up.

Frequently Asked Questions about kb-query

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

FAQPage Schema
How do I query project specs and work items from a SQLite knowledge base?

You can query project specs and work items from the SQLite knowledge base by using Python API-backed read-only queries to retrieve authoritative specifications, tests, and work items without editing the database directly.

How do I detect untested specs and coverage gaps during development?

To detect untested specs and coverage gaps, you query the knowledge base to list specifications that have no linked tests, reducing drift and verification blind spots in your project.

What is the best way to review version history for project specifications?

The best way to review version history for project specifications is to retrieve artifact evolution data directly from the GroundTruth KB, querying historical records to understand changes over time.

Can I use API queries to search project knowledge by keyword?

Yes, you can use API queries to search the knowledge base by keyword, finding implemented or specified features and subsystem terms to support backlog triage and spec status checks.

Does the knowledge base query support writing or modifying SQLite data?

No, the knowledge base query does not support writing or modifying SQLite data. It implements read-only queries to retrieve project knowledge without editing the SQLite database directly.