Validate Training Materials

Validate Nextflow training materials for structure, formatting, and content accuracy.

261|325|Updated Aug 27, 2020
One-click install
npx skills add https://github.com/nextflow-io/training --skill validate-training-materials
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Validate Training Materials
Source: https://github.com/nextflow-io/training/tree/main/.claude/skills/validate
Command: npx skills add https://github.com/nextflow-io/training --skill validate-training-materials

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates validation and review checks to ensure training materials meet quality standards and align with Nextflow learning objectives.

Core Features & Use Cases

  • Automated Validation: Checks for heading numbering, TODO/FIXME markers, admonition syntax, and document structure.
  • Conformance & Quality: Verifies Nextflow script conventions, lesson structure, formatting, and content accuracy.
  • Use Case: Before committing changes to training material, run this skill to catch issues early and maintain consistency across modules.

Quick Start

Run the validation workflow from the repository root to assess all training materials.

Frequently Asked Questions about Validate Training Materials

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

FAQPage Schema
How do I validate Nextflow training materials for formatting and structure?

To validate Nextflow training materials, run an automated check from the repository root to review heading numbering, document structure, formatting, and content accuracy across individual lessons or the entire project.

What does an automated linting check look for in Nextflow documentation?

An automated linting check for Nextflow documentation looks for TODO or FIXME markers, incorrect admonition syntax, orphaned files, and Nextflow script convention violations to enforce repository quality criteria.

Can I check Nextflow script conventions and lesson structure before committing?

Yes, you can check Nextflow script conventions and lesson structure before committing by running validation workflows that catch formatting issues, content inaccuracies, and structural misalignments early to maintain module consistency.

When should I run training material validation checks on my repository?

You should run training material validation checks on your repository before committing changes to catch issues early, enforce quality criteria, and ensure all lessons align with Nextflow learning objectives and repository conventions.

What is the best way to catch orphaned files and admonition syntax errors in documentation?

The best way to catch orphaned files and admonition syntax errors is to use an automated validation skill that scans the repository structure, identifies formatting inconsistencies, and flags issues for immediate resolution before commits.