ground-truth

Run a toolchain to capture ground truth and coverage maps.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/skylarsabo/code-ops --skill ground-truth-skylarsabo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ground-truth
Source: https://github.com/skylarsabo/code-ops/tree/main/plugins/rigor/skills/ground-truth
Command: npx skills add https://github.com/skylarsabo/code-ops --skill ground-truth-skylarsabo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures a factual baseline before any analysis, capturing ground truth and a coverage map. It's essential for establishing a reliable foundation for subsequent steps.

Core Features & Use Cases

  • Factual Baseline: Provides a comprehensive factual baseline for analysis.
  • Ground Truth Capture: Runs toolchain and captures output for factual analysis.
  • Coverage Map: Generates a coverage map identifying areas with little to no coverage.
  • Use Case: Before running more complex analysis, use this Skill to ensure you have a solid understanding of your codebase's coverage and potential blind spots.

Quick Start

To capture the ground truth for your codebase, run: /rigor:ground-truth

Frequently Asked Questions about ground-truth

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

FAQPage Schema
How do I establish a factual baseline for code coverage analysis?▼

To establish a factual baseline for code coverage analysis, run a comprehensive toolchain to capture ground truth output and generate a coverage map. This identifies areas with little to no coverage before subsequent analysis.

What is ground truth capture in software quality assurance?▼

Ground truth capture in quality assurance is the process of running a project's toolchain and recording its factual output. This establishes a reliable foundation for verification-first analysis and detailed reporting.

When do I need to generate a coverage map for my codebase?▼

You need to generate a coverage map before running complex analysis to ensure a solid understanding of your codebase. It identifies areas with little to no coverage, establishing a factual baseline.

Does ground truth analysis require robust tooling integration?▼

Yes, ground truth analysis requires robust tooling integration to run a comprehensive toolchain and capture factual output. This integration is essential for generating detailed reports and coverage maps.

What's the best way to identify blind spots in my codebase coverage?▼

The best way to identify blind spots is to establish a factual baseline by running a comprehensive toolchain. This captures ground truth and generates a coverage map highlighting areas with little coverage.