AgentSkillsCN

markdown-skill-reviewer

使用 markdownlint-cli2 对 Agent Skill 文件(SKILL.md)进行风格与结构一致性检查。

SKILL.md
--- frontmatter
name: markdown-skill-reviewer
description: Reviews Agent Skill files (SKILL.md) for style and structural consistency using markdownlint-cli2.

Skill Instructions

Use this skill to ensure all SKILL.md files follow project standards and are free of formatting errors.

Workflow

  1. Identify Target: Locate the SKILL.md file or directory to be reviewed.

  2. Configuration Check: Ensure a .markdownlint-cli2.yaml or .jsonc exists in the root; if not, use the default project rules.

  3. Execution: Run the following command:

    bash
    npx markdownlint-cli2 "**/SKILL.md"