Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
metabase avatar

Docs Review

  • 1.4k installs
  • 48.5k repo stars
  • Updated August 5, 2026
  • metabase/metabase

docs-review provides documented workflows for Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation ma

About

The docs-review skill review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files. # Documentation Review Skill @./../_shared/metabase-style-guide.md ## Review mode detection **IMPORTANT: Before starting the review, determine which mode to use:** 1. **PR review mode**: If the `mcp__github__create_pending_pull_request_review` tool is available, you are reviewing a GitHub PR - Use the pending review workflow to post all issues as one cohesive review - Follow the workflow steps in "PR review mode format" below 2. **Local review mode**: If the MCP tool is NOT available, output issues in the conversation - Format all issues in a numbered markdown list (as described in "Feedback format" below) ## Review process 1. **Detect review mode** - Check if `mcp__github__create_pending_pull_request_review` is available 2. Read the changes through once to understand intent 3. Check all issues that violate style guide or significantly impact readability 4. Only flag issues worth mentioning - if it won't make a material difference to the reader, skip it 5.

  • **PR review mode**: If the `mcp__github__create_pending_pull_request_review` tool is available, you are reviewing a GitH
  • Use the pending review workflow to post all issues as one cohesive review
  • Follow the workflow steps in "PR review mode format" below
  • **Local review mode**: If the MCP tool is NOT available, output issues in the conversation
  • Format all issues in a numbered markdown list (as described in "Feedback format" below)

Docs Review by the numbers

  • 1,442 all-time installs (skills.sh)
  • +84 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #210 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

docs-review capabilities & compatibility

Capabilities
**pr review mode**: if the `mcp__github__create_ · use the pending review workflow to post all issu · follow the workflow steps in "pr review mode for · **local review mode**: if the mcp tool is not av · format all issues in a numbered markdown list (a
Use cases
documentation
From the docs

What docs-review says it does

# Documentation Review Skill @./../_shared/metabase-style-guide.md ## Review mode detection **IMPORTANT: Before starting the review, determine which mode to use:** 1.
SKILL.md
**Local review mode**: If the MCP tool is NOT available, output issues in the conversation - Format all issues in a numbered markdown list (as described in "Feedback format" below) ## Review process 1
SKILL.md
npx skills add https://github.com/metabase/metabase --skill docs-review

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.4k
repo stars48.5k
Security audit2 / 3 scanners passed
Last updatedAugust 5, 2026
Repositorymetabase/metabase

How do I use docs-review for the task described in its SKILL.md triggers?

Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.

Who is it for?

Teams invoking docs-review when the user request matches documented triggers and prerequisites.

Skip if: Skip when cached docs are missing, the request is a negative trigger, or another sibling skill owns the workflow.

When should I use this skill?

Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.

What you get

Step-by-step guidance grounded in docs-review documentation and reference files.

  • style guide violation report
  • GitHub pending PR review comment

By the numbers

  • Allowed tools: Read, Grep, Bash, Glob

Files

SKILL.mdMarkdownGitHub ↗

Documentation Review Skill

@./../_shared/metabase-style-guide.md

Review mode detection

IMPORTANT: Before starting the review, determine which mode to use:

1. PR review mode: If the mcp__github__create_pending_pull_request_review tool is available, you are reviewing a GitHub PR

  • Use the pending review workflow to post all issues as one cohesive review
  • Follow the workflow steps in "PR review mode format" below

2. Local review mode: If the MCP tool is NOT available, output issues in the conversation

  • Format all issues in a numbered markdown list (as described in "Feedback format" below)

Review process

1. Detect review mode - Check if mcp__github__create_pending_pull_request_review is available 2. Read the changes through once to understand intent 3. Check all issues that violate style guide or significantly impact readability 4. Only flag issues worth mentioning - if it won't make a material difference to the reader, skip it 5. REQUIRED: Number ALL feedback sequentially - Start from Issue 1 and increment for each issue found

Review checklist

Run through the diff looking for these issues:

Tone and voice:

  • [ ] Formal/corporate language ("utilize" not "use", "offerings", etc.)
  • [ ] "Users" instead of "people" or "companies"
  • [ ] Excessive exclamation points or overly peppy tone
  • [ ] Telling readers something is cool instead of showing them

Structure and clarity:

  • [ ] Important information buried instead of leading
  • [ ] Verbose text that adds little value
  • [ ] Paragraphs without clear purpose
  • [ ] Vague headings that don't convey the point
  • [ ] Instructions explain "why" before telling "what to do"
  • [ ] Tasks described as "easy" or "simple"

Links and references:

  • [ ] Linking the word "here" instead of descriptive text
  • [ ] Links in headings (unless entire heading is a link)

Formatting:

  • [ ] Ampersands as "and" substitute (except proper nouns)
  • [ ] Inconsistent list formatting

Code and examples:

  • [ ] Code examples that don't work or would error
  • [ ] Commands not in execution order
  • [ ] Full-width screenshots instead of scoped UI elements
  • [ ] Excessive or unnecessary images

Sentence construction:

  • [ ] Overuse of pronouns when introducing new terms

Quick scan table

PatternIssue
we can do X, our featureShould be "Metabase" or "it"
click here, read more hereNeed descriptive link text
easy, simple, justRemove condescending qualifiers
usersShould be "people" or "companies" if possible

Feedback format

MANDATORY REQUIREMENT: Every single issue MUST be numbered sequentially starting from Issue 1.

This numbered format is NON-NEGOTIABLE. It allows users to efficiently reference specific issues (e.g., "fix issues 1, 3, and 5") and track which feedback has been addressed.

Local review mode format

When outputting issues in the conversation (local mode), use this format:

## Issues

**Issue 1: [Brief title]**
Line X: Succinct description of the issue
[code or example]
Suggested fix or succinct explanation

**Issue 2: [Brief title]**
Line Y: Description of the issue
Suggested fix or explanation

**Issue 3: [Brief title]**
...

Examples:

Issue 1: Formal tone
Line 15: This could be more conversational. Consider: "You can't..." instead of "You cannot..."
Issue 2: Vague heading
Line 8: The heading could be more specific. Try stating the point directly: "Run migrations before upgrading" vs "Upgrade process"

PR review mode format

When posting to GitHub (PR mode), use the pending review workflow:

Workflow steps:

1. Start a review: Use mcp__github__create_pending_pull_request_review to begin a pending review

  • This creates a draft review that won't be visible until submitted

2. Get diff information: Use mcp__github__get_pull_request_diff to understand the code changes and line numbers

  • This helps you determine the correct file paths and line numbers for comments

3. Identify ALL issues: Read through all changes and identify every issue worth mentioning

  • Collect all issues before posting any comments
  • Number them sequentially (Issue 1, Issue 2, Issue 3, etc.)

4. Add review comments: Use mcp__github__add_pull_request_review_comment_to_pending_review for each issue

  • CRITICAL: Post ALL comments in a SINGLE response using multiple tool calls in parallel
  • Each comment should reference a specific file path and line number from the diff
  • Start each comment body with **Issue N: [Brief title]**
  • Include the description and suggested fix

5. Submit the review: Use mcp__github__submit_pending_pull_request_review to publish all comments at once

  • Use event type "COMMENT" (NOT "REQUEST_CHANGES") to make it non-blocking
  • Do NOT include a body message - Leave the body empty or omit it entirely
  • All comments will appear together as one cohesive review

Comment format example:

**Issue 1: Formal tone**

This could be more conversational. Consider: "You can't..." instead of "You cannot..."

IMPORTANT:

  • Each issue gets its own review comment attached to the pending review
  • Number ALL comments sequentially (Issue 1, Issue 2, Issue 3, etc.)
  • Always start the comment body with **Issue N: [Brief title]**
  • MUST add all comments in parallel in a single response - Do NOT add them one after another in separate responses
  • Do NOT output a summary message to the conversation - only post GitHub review comments
  • When submitting the review, do NOT include a body parameter (or leave it empty) to avoid cluttering the PR with summary text
  • The review will appear as a single review with multiple comments when submitted

Final check

1. Remove any issues from your assessment that won't make a material difference to the reader if addressed. Only flag issues worth the author's time to fix. 2. Verify all issues are numbered sequentially starting from Issue 1 with no gaps in numbering. 3. Confirm the format exactly matches: **Issue N: [Brief title]** where N is the issue number. 4. In PR mode: Verify each issue was posted as a separate GitHub comment (not output to conversation).

Related skills

How it compares

Use docs-review for Metabase-specific prose compliance on doc PRs rather than generic markdown linters that ignore voice and terminology rules.

FAQ

What does docs-review do?

Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.

When should I use docs-review?

Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.

What are common prerequisites?

--- name: docs-review description: Review documentation changes for compliance with the Metabase writing style guide.

Is Docs Review safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.