lint-agents

Lint agent prompt templates for placeholder consistency and data-tag compliance.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/djwmobley/pipeline --skill lint-agents-djwmobley
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lint-agents
Source: https://github.com/djwmobley/pipeline/tree/main/skills/lint-agents
Command: npx skills add https://github.com/djwmobley/pipeline --skill lint-agents-djwmobley

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deterministic linting of agent prompt templates to prevent structural issues that could degrade prompt quality or cause shipping delays.

Core Features & Use Cases

  • Deterministic checks for agent templates to catch structural errors
  • Validate placeholder usage, checklist sections, and data-tag requirements
  • Use case: pre-commit validation of all -prompt.md templates to ensure MR readiness

Quick Start

Run the lint-agents script to scan all agent prompt templates and report findings.

Frequently Asked Questions about lint-agents

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

FAQPage Schema
How do I validate placeholder consistency in agent prompt templates?▼

To validate placeholder consistency in agent prompt templates, run deterministic static-analysis linting against all *-prompt.md files to check structural formatting and catch errors before merging.

What is deterministic structural linting for AI prompt templates?▼

Deterministic structural linting for AI prompt templates is an automated quality-assurance process that applies fixed rules to validate placeholder usage, data-tag compliance, and checklist sections before commit.

Can I automate pre-commit quality checks for Node.js prompt files?▼

Yes, you can automate pre-commit quality checks by running the lint-agents script to scan all *-prompt.md templates and produce structured findings for remediation before merging.

How do I enforce data-tag compliance across markdown prompt templates?▼

You can enforce data-tag compliance by applying the seven predefined registry checks from the lint-agents script to scan and validate all markdown prompt templates in your repository.

What structural issues can deterministic linting catch in agent prompts?▼

Deterministic linting catches structural issues in agent prompts such as placeholder inconsistencies, missing checklist sections, and data-tag violations that could degrade prompt quality or cause shipping delays.

Does lint-agents require external dependencies to validate markdown templates?▼

No, lint-agents operates without external dependencies, running directly to scan all agent prompt templates in the repository and report structural findings for immediate remediation.