BeClaude

mdpr-skill

New
GitHub TrendingGeneralby ch040602

Thin Codex skill companion for MDPR semantic hints, review checks, and validation artifacts

First seen 6/19/2026

Summary

This skill enhances Claude Code's ability to understand and enforce MDPR (Markdown PR) semantic hints, perform review checks, and generate validation artifacts.

  • It helps developers maintain consistent documentation and code review standards by automating the detection of semantic issues and ensuring compliance with project guidelines.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/mdpr-skill.md https://raw.githubusercontent.com/ch040602/mdpr-skill/main/SKILL.md
3
Invoke in Claude Code
/mdpr-skill

Use Cases

Automatically validate that a pull request's markdown follows MDPR semantic hint conventions before merging.
Generate a validation artifact summarizing all MDPR hint violations found in a codebase.
Check that inline code comments match the expected MDPR semantic tags for documentation consistency.
Review a set of markdown files for missing or incorrect MDPR hints and suggest corrections.
Integrate MDPR checks into a CI pipeline to prevent non-compliant documentation from being committed.
Quickly audit a large repository for adherence to MDPR standards and produce a report.

Usage Examples

1

/mdpr-skill validate path/to/pull_request.md

2

Run MDPR review checks on all markdown files in the current directory and output a validation artifact.

3

Check this markdown file for MDPR semantic hint compliance and list any violations.

View source on GitHub
code-review

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is mdpr-skill?

This skill enhances Claude Code's ability to understand and enforce MDPR (Markdown PR) semantic hints, perform review checks, and generate validation artifacts. It helps developers maintain consistent documentation and code review standards by automating the detection of semantic issues and ensuring compliance with project guidelines.

How to install mdpr-skill?

To install mdpr-skill: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/mdpr-skill.md https://raw.githubusercontent.com/ch040602/mdpr-skill/main/SKILL.md. Finally, /mdpr-skill in Claude Code.

What is mdpr-skill best for?

mdpr-skill is a skill categorized under General. It is designed for: code-review. Created by ch040602.

What can I use mdpr-skill for?

mdpr-skill is useful for: Automatically validate that a pull request's markdown follows MDPR semantic hint conventions before merging.; Generate a validation artifact summarizing all MDPR hint violations found in a codebase.; Check that inline code comments match the expected MDPR semantic tags for documentation consistency.; Review a set of markdown files for missing or incorrect MDPR hints and suggest corrections.; Integrate MDPR checks into a CI pipeline to prevent non-compliant documentation from being committed.; Quickly audit a large repository for adherence to MDPR standards and produce a report..