evidence-builder

Extract structured, auditable facts from heterogeneous raw observations into evidence objects.

Updated Aug 31, 2024
One-click install
npx skills add https://github.com/iheCoder/Lib --skill evidence-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evidence-builder
Source: https://github.com/iheCoder/Lib/tree/main/skill/evidence_builder
Command: npx skills add https://github.com/iheCoder/Lib --skill evidence-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Evidence Builder 是一个事实层构建器。它在需要从原始观测数据(日志、trace、metrics、工单、代码、配置、发布记录等)中提取结构化事实时激活,能把杂乱的跨源带噪声原始观测转成可引用、可比较、可打分、可挂到假设上的证据对象。不做推理,只做事实提取。

Core Features & Use Cases

Evidence Builder 负责把原始数据转化为结构化、可审计、带可信度标注的证据包,提供边界推进与盲区报告等输出。核心原则包括:证据构建必须先于开放式推理;与 Shadow Claw 对接以确定故障族、操作边界与具体世界;输出证据包、边界推进状态及盲区报告。

Quick Start

使用 Evidence Builder 将原始观测数据转化为结构化的证据包,并输出可挂到假设上的证据。

Frequently Asked Questions about evidence-builder

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

FAQPage Schema
How do I extract structured facts from raw logs and traces for incident reviews?

Extracting structured facts from raw logs and traces involves collecting multi-source observations and transforming them into auditable evidence objects with explicit timestamps, confidence scores, and provenance, ensuring data remains testable and replayable for incident reviews.

What is the best way to turn heterogeneous metrics and tickets into auditable evidence?

The best way to turn heterogeneous metrics and tickets into auditable evidence is to apply a fact-extraction layer that converts noisy cross-source observations into structured, scored, and comparable evidence packages without performing open-ended inference.

Can I use structured evidence extraction for post-mortems without introducing inferred assumptions?

Yes, you can use structured evidence extraction for post-mortems without inferred assumptions by enforcing a non-inference principle. Evidence must be built prior to open reasoning, capturing only explicit facts with provenance and confidence scores attached to hypotheses.

How do I add confidence scores and provenance to raw observability data?

Adding confidence scores and provenance to raw observability data requires structuring each extracted fact into an evidence object. Every item must explicitly record its source, timestamp, and a confidence score to remain auditable and comparable across different observation types.

Does evidence extraction work with code, config, and release notes for root cause analysis?

Yes, evidence extraction works with code, config, and release notes for root cause analysis. It collects heterogeneous raw observations from these diverse sources to form structured evidence objects, extending its world view when validation demands more context.

What are the limitations of building evidence objects from raw observations?

A key limitation of building evidence objects from raw observations is the strict non-inference constraint; it only performs fact extraction and cannot generate open-ended reasoning. It requires explicit structure and provenance, reporting blind areas when context is insufficient.