run-knowledge-lint

Validate Factory run context and block Stage A until knowledge lint passes.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/EduardoRemedios/harmony-factory-plugin --skill run-knowledge-lint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-knowledge-lint
Source: https://github.com/EduardoRemedios/harmony-factory-plugin/tree/main/skills/run-knowledge-lint
Command: npx skills add https://github.com/EduardoRemedios/harmony-factory-plugin --skill run-knowledge-lint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates the integrity of a Factory run by ensuring knowledge lint passes before Stage A, preventing misaligned context and aborted workflows.

Core Features & Use Cases

  • Lint execution: Runs the knowledge lint script and records results to the run root.
  • Guarded progression: Blocks Stage A until lint PASS is achieved.
  • Traceability: Produces a KNOWLEDGE_LINT.txt artifact for audits and debugging.

Quick Start

Run the knowledge lint script to validate the current Factory run and persist results to the run root.

Frequently Asked Questions about run-knowledge-lint

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

FAQPage Schema
How do I block Stage A from starting until validation checks pass in a Factory run?

Knowledge lint validates the context and readiness of a Factory run under docs/Factory/runs. It prevents misaligned context and aborted workflows by blocking Stage A until a PASS result is recorded.

How do I execute knowledge lint checks for a Factory orchestration run?

Running the knowledge lint script validates the Factory run context and writes results to a KNOWLEDGE_LINT.txt file. This artifact provides traceability for audits and debugging while blocking progression until PASS.

Does the knowledge lint guardrail work with run roots located in docs/Factory/runs?

Yes, knowledge lint applies to Factory orchestration runs and run roots under docs/Factory/runs. It validates the run context and readiness before allowing Stage A to proceed.

Why does my Stage A workflow abort due to misaligned context in a Factory run?

Stage A aborts because the knowledge lint guardrail detected misaligned context. It blocks progression to prevent aborted workflows and provides clear guidance on next steps within the KNOWLEDGE_LINT.txt artifact.

What do I need to set up before running knowledge lint checks on a Factory run?

You need an active Factory orchestration run with a valid run root under docs/Factory/runs. The knowledge lint script validates this run context before writing results to the run root directory.