fix-markdown-lint — community fix-markdown-lint, multigres, community, ide skills

v1.0.0

Sobre este Skill

Perfeito para Agentes de Desenvolvedor que necessitam de correção automática de erros de lint de markdown e capacidades de passagem de verificações de CI. Fix markdown linting and prettier formatting issues in markdown files

multigres multigres
[2.0k]
[80]
Updated: 3/23/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 9/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
9/11
Quality Score
61
Canonical Locale
en
Detected Body Locale
en

Perfeito para Agentes de Desenvolvedor que necessitam de correção automática de erros de lint de markdown e capacidades de passagem de verificações de CI. Fix markdown linting and prettier formatting issues in markdown files

Por que usar essa habilidade

Habilita os agentes a corrigir erros de lint de markdown e impor formatação mais bonita usando markdownlint-cli2, garantindo arquivos markdown sem erros e verificações de CI bem-sucedidas com configurações de git diff e .github/linters/.markdownlint.json.

Melhor para

Perfeito para Agentes de Desenvolvedor que necessitam de correção automática de erros de lint de markdown e capacidades de passagem de verificações de CI.

Casos de Uso Práticos for fix-markdown-lint

Automatizar a correção de erros de lint de markdown para pipelines de CI/CD
Impor formatação de markdown consistente em repositórios
Depurar arquivos de markdown com markdownlint-cli2 e git diff

! Segurança e Limitações

  • Requer instalação do markdownlint-cli2
  • Necessita acesso à configuração .github/linters/.markdownlint.json
  • Limitado a arquivos de markdown (.md) e repositórios baseados em git

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is fix-markdown-lint?

Perfeito para Agentes de Desenvolvedor que necessitam de correção automática de erros de lint de markdown e capacidades de passagem de verificações de CI. Fix markdown linting and prettier formatting issues in markdown files

How do I install fix-markdown-lint?

Run the command: npx killer-skills add multigres/multigres/fix-markdown-lint. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for fix-markdown-lint?

Key use cases include: Automatizar a correção de erros de lint de markdown para pipelines de CI/CD, Impor formatação de markdown consistente em repositórios, Depurar arquivos de markdown com markdownlint-cli2 e git diff.

Which IDEs are compatible with fix-markdown-lint?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for fix-markdown-lint?

Requer instalação do markdownlint-cli2. Necessita acesso à configuração .github/linters/.markdownlint.json. Limitado a arquivos de markdown (.md) e repositórios baseados em git.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add multigres/multigres/fix-markdown-lint. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use fix-markdown-lint immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

fix-markdown-lint

Install fix-markdown-lint, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Fix Markdown Lint

Fix markdown lint errors and prettier formatting issues so CI passes.

Usage

text
1/fix-markdown [file ...]

If no files are specified, auto-detect changed .md files:

bash
1git diff --name-only HEAD upstream/main -- '*.md'

Instructions

1. Identify errors

Run markdownlint with the repo config to see all errors:

bash
1markdownlint-cli2 --config .github/linters/.markdownlint.json <files>

Read each file that has errors before fixing.

2. Fix errors

Apply fixes for each error type:

MD013 — Line length (max 120 chars, code blocks and tables exempt):

  • Break long lines at sentence boundaries
  • Keep related phrases together when possible
  • Do not break URLs or inline code spans

MD040 — Fenced code block language:

  • Add a language identifier after the opening triple backticks
  • Use text for plain text, CLI output, or pseudo-code diagrams
  • Use the actual language (bash, go, json, yaml, sql, markdown) when the content is code

MD060 — Table column style:

  • Add spaces around pipes in separator rows: | --- | --- | not |---|---|
  • Prettier will handle full table alignment afterward

Other rules:

  • Read the markdownlint rule documentation if you encounter an unfamiliar rule
  • Fix according to the rule's requirements

3. Run prettier

After fixing lint errors, run prettier to normalize formatting:

bash
1npx prettier --write <files>

Prettier will align tables, normalize spacing, and fix other formatting.

4. Verify

Re-run markdownlint to confirm all errors are resolved:

bash
1markdownlint-cli2 --config .github/linters/.markdownlint.json <files>

If errors remain, fix them and repeat until clean.

Config reference

  • Markdownlint config: .github/linters/.markdownlint.json
    • Line length: 120 (code blocks and tables exempt)
  • Prettier: default config (no .prettierrc)
  • CI runs both checks via super-linter

Habilidades Relacionadas

Looking for an alternative to fix-markdown-lint or another community skill for your workflow? Explore these related open-source skills.

Ver tudo

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Gerar plugins de widgets personalizáveis para o sistema de feed do prompts.chat

flags

Logo of vercel
vercel

O Framework React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Desenvolvedor