evidence-link-auditor

Scan markdown files to validate internal and external evidence links with PASS/FAIL reports.

3|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Dalomeve/bot-output --skill evidence-link-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evidence-link-auditor
Source: https://github.com/Dalomeve/bot-output/tree/main/skills/evidence-link-auditor
Command: npx skills add https://github.com/Dalomeve/bot-output --skill evidence-link-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifying evidence links and markers in deliverables is error-prone when done manually; this skill automates the checks to prevent broken references and ensure traceable validation.

Core Features & Use Cases

  • External link validation with HEAD/GET checks and timeout handling to confirm accessibility.
  • Internal link validation by resolving relative paths and reporting missing targets.
  • Marker scanning to detect unfinished work (TODO, TBD, PENDING, FIXME, WIP) and generate actionable reports.
  • Deterministic reporting that summarizes results, lists failures, and preserves evidence for audit trails.

Quick Start

Run the audit against your outputs directory to produce a link-and-marker verification report.

Frequently Asked Questions about evidence-link-auditor

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

FAQPage Schema
How do I automate link validation and check for broken references in markdown deliverables?

Link validation in markdown deliverables is automated by scanning target paths, resolving internal relative links, and checking external URLs with HEAD/GET requests to confirm accessibility.

What is the best way to scan markdown files for unfinished work markers like TODO and FIXME?

Scanning for unfinished work markers like TODO, TBD, PENDING, and FIXME detects incomplete deliverables and generates actionable reports to ensure traceable validation.

How do external URL accessibility checks handle unresponsive links and timeouts?

External URL accessibility checks use a HEAD/GET approach with a 10-second timeout to validate links, flagging unresponsive targets as failures in the final deterministic report.

Can I generate a deterministic PASS/FAIL audit report for evidence links and markers?

Generating a deterministic PASS/FAIL audit report summarizes evidence link verification, lists failed external URLs and missing internal targets, and records marker hits.

Does the evidence link audit report identify and redact secrets found in text files?

Evidence link audits redact secrets when present, scanning markdown and text files under a target path to ensure sensitive data is masked before producing the final verification report.