style-guide-review

Review Markdown files in pull requests against the Cloudflare style guide.

95|4|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/try-works/role-model --skill style-guide-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: style-guide-review
Source: https://github.com/try-works/role-model/tree/main/.agents/skills/style-guide-review
Command: npx skills add https://github.com/try-works/role-model --skill style-guide-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of reviewing and checking Markdown files in pull requests against the Cloudflare style guide, reducing the time spent on manual review and improving consistency.

Core Features & Use Cases

  • Automated Style Checking: Scan and report on deviations from the Cloudflare style guide.
  • Selective Review: Review only the files and changes in a pull request.
  • Conditional Reference Files: Load reference files based on the type of changes made in the PR.
  • Use Case: Ideal for ensuring consistency across the Cloudflare documentation, reducing style inconsistencies, and streamlining the pull request process.

Quick Start

Use the style-guide-review skill to review the pull request against the Cloudflare style guide for consistency and adherence to style standards.

Frequently Asked Questions about style-guide-review

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

FAQPage Schema
How do I automate Markdown style guide compliance checks in pull requests?

You can automate Markdown style guide compliance by using pattern matching to scan changed files in a pull request against specific style rules, reporting deviations to ensure documentation consistency.

Can I review only the changed Markdown files in a pull request instead of the whole workspace?

Yes, Markdown style review can selectively operate on only the files and content changes made within a specific pull request, loading conditional reference rules based on those exact modifications.

How does automated style checking apply Cloudflare style guide rules to Markdown files?

Automated style checking applies Cloudflare style guide rules to Markdown files by matching content patterns against loaded reference files, identifying deviations based on the specific changes made in the pull request.

What is the best way to ensure documentation consistency across Cloudflare style guide Markdown pull requests?

The best way to ensure documentation consistency is to automate pull request reviews using pattern matching against Cloudflare style guide references, catching style deviations before merging documentation changes.

Do I need specific dependencies to run Cloudflare style guide checks on Markdown files?

No external dependencies are required to run Cloudflare style guide checks on Markdown files, as the automated review operates directly on workspace files using internal scripts and reference assets.

Are there limitations to pattern matching for Markdown style guide reviews in pull requests?

Markdown style guide reviews using pattern matching are limited to detecting predefined style deviations in changed content, meaning complex semantic writing issues may still require manual code review.