writing-guidelines

Review documentation files for compliance with fetched writing style guidelines.

1|Updated May 26, 2026
One-click install
npx skills add https://github.com/nimdvir/dima-publishing --skill writing-guidelines-nimdvir
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: writing-guidelines
Source: https://github.com/nimdvir/dima-publishing/tree/main/.agents/skills/writing-guidelines
Command: npx skills add https://github.com/nimdvir/dima-publishing --skill writing-guidelines-nimdvir

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Maintaining consistent voice, tone, and style across documentation is difficult when rules live in an external handbook. This Skill automates prose audits by fetching the latest writing guidelines and checking your files against every rule. ## Core Features & Use Cases - Fresh Rule Retrieval: Fetches the latest writing guidelines from the source URL before each review, so audits always use current rules. - File and Pattern Review: Checks specified files or glob patterns against all rules in the fetched guidelines. - Terse Findings Output: Reports violations in a compact file:line format for quick triage and fixes. - Use Case: Before publishing a new docs page, ask for a review to catch voice, tone, and style violations against the writing handbook. ## Quick Start Review the file docs/getting-started.md against the writing guidelines and list any violations.

Frequently Asked Questions about writing-guidelines

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

FAQPage Schema
How do I review my docs against writing style guidelines?▼

Provide a file path or glob pattern, and the Skill fetches the latest guidelines from the source URL, reads your files, and checks them against every rule. Findings are reported in a terse file:line format.

How to check voice and tone consistency across documentation?▼

Run a writing guidelines review over the target docs files or pattern. The Skill applies all rules from the fetched writing handbook, covering voice, tone, and style, and lists each violation with its file and line.

Does the writing guidelines review use the latest rules?▼

Yes. The Skill fetches fresh guidelines from the source URL using WebFetch before every review, so audits always reflect the current version of the writing handbook rather than cached rules.

What happens if I don't specify files to review?▼

If no file or pattern argument is provided, the Skill asks which files you want reviewed. You then supply a path or glob pattern, and the review proceeds against the fetched guidelines.

What are the limitations of automated prose style review?▼

The review depends on the rules defined in the fetched guidelines document and requires network access to retrieve them. It reports rule violations but does not rewrite the prose automatically.