markdown

Audit Markdown files for markdownlint violations and fix them in-place.

5|9|Updated Dec 20, 2024
One-click install
npx skills add https://github.com/Netcracker/qubership-workflow-hub --skill markdown-netcracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markdown
Source: https://github.com/Netcracker/qubership-workflow-hub/tree/main/.claude/skills/markdown
Command: npx skills add https://github.com/Netcracker/qubership-workflow-hub --skill markdown-netcracker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit Markdown files for markdownlint violations and fix them, or validate generated content before writing

Core Features & Use Cases

  • Automatic linting and fixing of markdownlint violations.
  • Validation against the project's active ruleset for Markdown content.
  • Pre-commit/CI integration to enforce consistent Markdown quality across repositories.

Quick Start

Audit the target Markdown files and automatically fix markdownlint violations in-place.

Frequently Asked Questions about markdown

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

FAQPage Schema
How do I automatically lint and fix markdownlint violations in my documentation?

To automatically fix markdownlint violations, audit your target Markdown files to apply corrections in-place based on the project's active ruleset for consistent formatting and style.

Can I enforce markdown validation in my CI workflows?

Yes, you can integrate this validation into CI workflows to enforce consistent Markdown quality and correctness across changed files within your documentation repositories.

What ruleset does the markdown linting use to check my files?

Markdown linting audits adhere to the active markdownlint configuration located at netcracker/.github/config/linters/.markdownlint.json to validate content against the project's ruleset.

Does markdown validation require any external dependencies?

No external dependencies are required to run markdown validation, allowing you to directly audit and fix Markdown files within your existing documentation projects and CI pipelines.

Can I validate generated Markdown content before writing it to a file?

Yes, you can validate generated content before writing it to ensure it passes markdownlint checks and adheres to the active Markdown style and correctness rules.