Harness Docs Pipeline

Orchestrate four sub-skills to detect and remediate documentation drift.

18|11|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/Intense-Visions/harness-engineering --skill harness-docs-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Harness Docs Pipeline
Source: https://github.com/Intense-Visions/harness-engineering/tree/main/agents/skills/claude-code/harness-docs-pipeline
Command: npx skills add https://github.com/Intense-Visions/harness-engineering --skill harness-docs-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documentation health is often neglected, leaving drift, gaps, and broken links undetected. Harness Docs Pipeline coordinates four sub-skills to automate drift detection, gap auditing, and health reporting.

Core Features & Use Cases

  • Orchestrates detection of doc drift, gap auditing, and AGENTS.md regeneration
  • Performs end-to-end health checks across drift, coverage, links, and freshness
  • Supports graph-backed analysis or static fallbacks with bootstrap

Quick Start

Run the Harness Docs Pipeline to perform a full documentation health check across drift, gaps, and links.

Frequently Asked Questions about Harness Docs Pipeline

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

FAQPage Schema
How do I detect documentation drift across my codebase?

To detect documentation drift across your codebase, you can run an automated docs pipeline health check. This orchestrates sub-skills to identify outdated context, missing AGENTS.md files, and broken links, applying both graph-backed analysis and static fallbacks.

What is a documentation gap audit and how does it work?

A documentation gap audit identifies missing coverage and outdated context within a project. It works by orchestrating detection sub-skills that analyze your codebase structure to find missing AGENTS.md files and broken links, generating a comprehensive health report.

Can I automatically regenerate AGENTS.md files for existing projects?

Yes, you can automatically regenerate AGENTS.md files for existing projects. By running the documentation pipeline with the appropriate options, the tool orchestrates alignment and validation sub-skills to freshen outdated context and remediate detected documentation gaps.

How do I run documentation health checks in a CI pipeline?

You can run documentation health checks in a CI pipeline by utilizing the --ci option. This orchestrates drift detection, gap auditing, and link validation across your codebase, failing the pipeline if broken links or outdated context are detected.

What is the best way to fix broken links and outdated context in documentation?

The best way to fix broken links and outdated context is to run an automated docs pipeline with the --fix option. This orchestrates remediation sub-skills to align documentation, validate context engineering, and regenerate missing AGENTS.md files.

Do I need a knowledge graph to perform documentation drift detection?

No, you do not need a knowledge graph to perform documentation drift detection. The pipeline supports graph-backed analysis for comprehensive mapping but includes static fallbacks with bootstrap options to ensure functionality without a graph dependency.