mdpr-skill
NewThin Codex skill companion for MDPR semantic hints, review checks, and validation artifacts
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
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/mdpr-skill.md https://raw.githubusercontent.com/ch040602/mdpr-skill/main/SKILL.md/mdpr-skillUse Cases
Usage Examples
/mdpr-skill validate path/to/pull_request.md
Run MDPR review checks on all markdown files in the current directory and output a validation artifact.
Check this markdown file for MDPR semantic hint compliance and list any violations.
Security Audits
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..