writing-guidelines

Review documentation files against fetched writing guidelines and report violations.

Updated Aug 3, 2026
One-click install
npx skills add https://github.com/arfaomar/NotebookLM-Clone --skill writing-guidelines-arfaomar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-guidelines
Source: https://github.com/arfaomar/NotebookLM-Clone/tree/main/.agents/skills/writing-guidelines
Command: npx skills add https://github.com/arfaomar/NotebookLM-Clone --skill writing-guidelines-arfaomar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams struggle to keep documentation consistent with their writing style guide, and manual prose reviews are slow and inconsistent. This Skill automates style compliance checks by fetching the latest writing guidelines and auditing your files against every rule. ## Core Features & Use Cases - Fresh Guideline Fetching: Retrieves the latest writing rules from the source URL before each review, so audits always reflect current standards. - 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 fixing. - Use Case: Before publishing a docs update, ask the Skill to review your changed Markdown pages and get a line-by-line list of voice, tone, and style violations to fix. ## Quick Start Review the files in my docs folder against the writing guidelines and list any style 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 guidelines?

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

What files can the writing guidelines review check?

It reviews any documentation or prose files you specify by path or pattern, such as Markdown pages. If you provide no files, the Skill prompts you to specify which files to review.

Does the writing guidelines check use the latest style rules?

Yes. The Skill fetches the current guidelines from the source URL on every review using WebFetch, so audits always apply the most recent rules rather than a cached copy.

What output format does the writing guidelines review produce?

Findings are output in a terse file:line format as specified by the fetched guidelines. Each violation points to the exact file and line so you can locate and fix issues quickly.

What happens if I run the review without specifying files?

The Skill asks you which files to review. You can then provide a specific file path or a glob pattern covering the documents you want audited.