ls-pub

Generate, validate, and publish Dutch government standards with ReSpec and GitHub Actions.

5|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/developer-overheid-nl/skills-standaarden --skill ls-pub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ls-pub
Source: https://github.com/developer-overheid-nl/skills-standaarden/tree/main/skills/ls-pub
Command: npx skills add https://github.com/developer-overheid-nl/skills-standaarden --skill ls-pub

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of publishing, validating, and ensuring the quality of Dutch government standards, automating checks for accessibility, markdown correctness, and link integrity.

Core Features & Use Cases

  • Document Generation: Create HTML and PDF versions of technical specifications using ReSpec.
  • Automated Quality Checks: Perform WCAG accessibility checks, markdown linting, and link validation.
  • Publication Workflows: Automate the deployment of standards to various environments (development, preview, consultation, and final publication).
  • Use Case: A standards developer needs to publish a new version of a specification. They can use this Skill to automatically build the document, run all quality checks, and deploy it to the official publication repository.

Quick Start

Use the ls-pub skill to run a WCAG accessibility check on the document at http://localhost:8080/index.html.

Frequently Asked Questions about ls-pub

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

FAQPage Schema
How do I automate WCAG accessibility checks for Dutch government standards?

To automate WCAG accessibility checks for Dutch government standards, this Skill runs validation workflows against locally hosted HTML documents like http://localhost:8080/index.html, ensuring compliance before publication.

What is the best way to publish ReSpec documents to GitHub Pages?

The best way to publish ReSpec documents is by using this Skill to automate document generation and deployment through GitHub Actions workflows, pushing validated HTML and PDF versions to publication channels.

Can I use GitHub Actions to validate markdown and links in technical specifications?

Yes, you can use GitHub Actions to validate markdown and links in technical specifications. This Skill integrates markdown linting and link validation directly into the automated publication pipeline.

Does this publishing pipeline support deployment to Logius-specific repositories?

Yes, this publishing pipeline supports deployment to Logius-specific repositories. It integrates with Logius-specific tooling to ensure a standardized publishing workflow for Dutch government standards.

How do I generate PDF versions of technical specifications using ReSpec?

To generate PDF versions of technical specifications using ReSpec, this Skill automates the document generation process, creating both HTML and PDF outputs as part of its standardized publication workflow.