lvtd-llc/skills

developer-docs-editing-review

Edit and review developer documentation for technical accuracy, completeness, structure, clarity, brevity, peer feedback, technical review, technical verification, QA procedure testing, and feedback integration.

First seen Jun 29, 2026

Installation

$ npx skills add lvtd-llc/skills --skill developer-docs-editing-review

Summary

  • Edit and review developer documentation for technical accuracy, completeness, structure, clarity, brevity, peer feedback, technical review, technical verification, QA procedure testing, and feedback integration.
  • Use when reviewing, editing, refactoring, or preparing developer docs for release, especially docs with procedures, examples, prerequisites, or high-risk technical claims.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from lvtd-llc/skills · top by installs.

npx skills add lvtd-llc/skills

Browse all from lvtd-llc/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.1.0
LicenseMIT
CompatibilityCodex, Claude Code, and other Agent Skills-compatible clients.
Declared agents claude-code codex
More metadata
version
0.1.0
displayName
Developer Docs Editing Review
category
Writing
tags
developer-docs,technical-writing,documentation,editing,review

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,411 B
  • docs SUMMARY.md 420 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 43 installs

SKILL.md

Developer Docs Editing Review

Use this skill to improve developer documentation after a draft exists. It treats editing as validation and refactoring: check whether the doc is accurate, complete, structured, clear, brief, and reviewable.

This skill is derived from Docs for Developers: An Engineer's Field Guide to Technical Writing, especially Chapter 4, "Editing documentation." It is expanded with paraphrased guidance from Christopher Gales and the Splunk Documentation Team's The Product Is Docs: Writing Technical Documentation in a Product Development Group, especially Chapter 15, "Technical Editing," and Chapter 16, "Technical Verification." Do not copy book prose into user outputs. Source: https://link.springer.com/book/10.1007/978-1-4842-7217-6

Quick Start

  1. Load guidelines.md to choose the smallest useful reference set.
  2. Identify doc type, audience, source of truth, and release risk.
  3. Use separate passes for technical accuracy, completeness, structure, clarity, and brevity.
  4. Use workflows/verify-technical-doc.md when procedures, migrations, security, data, or production changes need formal verification.
  5. Use workflows/edit-developer-doc.md for a full edit.
  6. Return findings first when the user asks for a review; return revised text when the user asks for an edit.

Default Output

When reviewing documentation, return:

  1. Findings - ordered by reader risk, with file/section references when available.
  2. Missing validation - commands, examples, screenshots, API facts, or source claims not checked.
  3. Verification route - self-test, SME review, QA test, or release blocker.
  4. Recommended edits - exact changes or rewrites.
  5. Review routing - who should validate technical details.
  6. Residual risk - assumptions that remain after the edit.

When editing directly, return the revised doc plus a brief change summary and unresolved questions.

Contents

Need Start Here
Understand editing passes references/core/knowledge.md
Apply review rules references/core/knowledge.md
See examples of edits and feedback references/core/knowledge.md
Run a full edit workflows/edit-developer-doc.md
Verify risky technical docs workflows/verify-technical-doc.md
Route by task guidelines.md

Core Posture

  • Separate writing from editing; do not polish around an unverified flaw.
  • Prioritize reader-impacting errors over style preferences.
  • Ask for specific reviews from the right technical owners.
  • Treat high-risk procedures as release-blocking until verified or explicitly accepted.
  • Integrate feedback by user need, not by reviewer rank or comment volume.