Workflow Lint Skill v1.4.0

Validate agent documentation files against defined rule sets and file system presence.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/u-ss/Antigravity-chatgptpro- --skill workflow-lint-skill-v1-4-0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Workflow Lint Skill v1.4.0
Source: https://github.com/u-ss/Antigravity-chatgptpro-/tree/main/.agent/workflows/workflow_lint
Command: npx skills add https://github.com/u-ss/Antigravity-chatgptpro- --skill workflow-lint-skill-v1-4-0

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automatically verifies the consistency, completeness, and adherence to standards across your project's documentation, preventing errors and ensuring clarity.

Core Features & Use Cases

  • Documentation Linting: Checks for missing files, version mismatches, and adherence to defined templates.
  • Cross-Referencing: Validates that documented scripts and commands actually exist.
  • Use Case: Before merging a new feature, run this Skill to catch any documentation errors, ensuring all new workflows are properly described and linked.

Quick Start

Run the workflow lint skill to check the documentation integrity of the current agent.

Frequently Asked Questions about Workflow Lint Skill v1.4.0

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

FAQPage Schema
How do I lint agent documentation for consistency and missing files?

Documentation linting parses Markdown files like SKILL.md and WORKFLOW.md, comparing them against defined rule sets and file system presence to verify completeness, version synchronization, and role boundaries.

What is documentation cross-referencing validation for agent workflows?

Cross-referencing validation checks documented scripts and commands against the file system to ensure executable scripts actually exist, preventing broken links and mismatched workflows in project documentation.

How do I check for version mismatches across multiple Markdown documentation files?

Version synchronization enforcement parses Markdown files including SPEC.md and README.md, comparing defined rule sets to detect version mismatches and ensure all project documentation adheres to the same release standards.

When do I need to run a documentation integrity check on my project?

Run a documentation integrity check before merging a new feature to catch missing files, template violations, and broken cross-references, ensuring all new workflows are properly described and linked.

Can I use this workflow linting skill without any external dependencies?

Yes, this workflow linting skill operates with zero external dependencies, relying solely on its internal scripts and references to parse Markdown files and validate documentation against defined rule sets.

What are the limitations of using Markdown parsing for role boundary adherence validation?

Markdown parsing validation is limited to static analysis of text and file system presence, meaning it cannot enforce runtime execution behavior or validate dynamic script outputs beyond documented cross-references.