docs-review

Identify style violations in documentation diffs against the Metabase writing style guide.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/mwathiben/PropManager --skill docs-review-mwathiben
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-review
Source: https://github.com/mwathiben/PropManager/tree/main/.claude/skills/docs-review
Command: npx skills add https://github.com/mwathiben/PropManager --skill docs-review-mwathiben

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? Helps teams verify documentation changes against the Metabase writing style guide, surfacing inconsistencies and quality issues before merging.

## Core Features & Use Cases

  • Style conformance checks against the Metabase writing guide, highlighting tone, terminology, and formatting issues.
  • PR review and local diff analysis to surface issues across Markdown docs.
  • Guided remediation with structured feedback suitable for maintainers and authors.

### Quick Start Provide a diff of documentation changes to the tool and it will return a prioritized list of style issues.

Frequently Asked Questions about docs-review

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

FAQPage Schema
How do I check markdown documentation diffs against a writing style guide?

To check markdown documentation diffs against a writing style guide, provide the diff to the tool and it returns a prioritized list of style issues. It parses Markdown to identify formatting, tone, and terminology violations.

What is documentation linting for pull requests?

Documentation linting for pull requests is the automated process of scanning markdown changes to surface style inconsistencies before merging. It ensures documentation updates conform to predefined writing standards and quality rules.

Can I use this for local markdown file analysis outside of Metabase?

Yes, you can use this for local markdown file analysis outside of Metabase. While it uses Metabase writing standards, the logic applies to any documentation project requiring markdown diff parsing and style conformance checks.

How do I review a PR diff for writing style violations?

To review a PR diff for writing style violations, input the commit diff into the tool. It recognizes specific guide rules and outputs structured feedback highlighting tone, terminology, and formatting issues for maintainers.

What kind of style issues does a markdown documentation review detect?

A markdown documentation review detects tone, terminology, and formatting issues. By parsing the markdown diff against the style guide, it identifies deviations in writing standards and provides structured feedback for remediation.