Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计未展示

ring%3adocumentation-reviewRing%3a 文档审查

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

890

周安装

36

GitHub Stars

180

下载量

279
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ring%3adocumentation-review(Ring%3a 文档审查)
来源仓库:https://github.com/lerianstudio/ring
仓库路径:skills/ring%3Adocumentation-review
安装命令:
npx skills add https://github.com/lerianstudio/ring --skill ring:documentation-review
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/lerianstudio/ring --skill ring:documentation-review

简介

用于辅助文档、README 和 Markdown 内容的整理与改写,适合提炼结构与统一术语。

  • 支持保留项目已有事实与路径,避免虚构信息。
  • 涉及对外文案时应控制语气,避免过度营销。
  • 通过 GitHub 仓库获取技能定义,需结合原始 README 确认具体用法。
  • ring%3adocumentation-review 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Documentation Review Process

Review documentation systematically across multiple dimensions. A thorough review catches issues before they reach users.

Review Dimensions

  1. Voice and Tone – Does it sound right?
  2. Structure – Is it organized effectively?
  3. Completeness – Is everything covered?
  4. Clarity – Is it easy to understand?
  5. Technical Accuracy – Is it correct?

Voice and Tone Review

CheckFlag If
Second person"Users can..." instead of "You can..."
Present tense"will return" instead of "returns"
Active voice"is returned by the API" instead of "The API returns"
ToneArrogant ("Obviously...") or condescending

Structure Review

CheckFlag If
HierarchyDeep nesting (H4+), unclear parent-child
HeadingsTitle Case instead of sentence case
Section dividersMissing --- between major topics
NavigationMissing links to related content

Completeness Review

Conceptual docs: Definition, characteristics, how it works, related concepts, next steps

How-to guides: Prerequisites, all steps, verification, troubleshooting, next steps

API docs: HTTP method/path, all parameters, all fields, required vs optional, examples, error codes


Clarity Review

CheckFlag If
Sentence length>25 words per sentence
Paragraph length>3 sentences per paragraph
JargonTechnical terms not explained on first use
ExamplesAbstract data ("foo", "bar") instead of realistic

Technical Accuracy Review

Conceptual: Facts correct, behavior matches description, links work

API docs: Paths correct, methods correct, field names match API, types accurate, examples valid JSON

Code examples: Compiles/runs, output matches description, no syntax errors


Common Issues to Flag

CategoryIssueFix
VoiceThird person ("Users can...")"You can..."
VoicePassive ("...is returned")"...returns"
VoiceFuture tense ("will provide")"provides"
StructureTitle case headingSentence case
StructureWall of textAdd --- dividers
CompletenessMissing prereqsAdd prerequisites
CompletenessNo examplesAdd code examples
ClarityLong sentences (40+ words)Split into multiple
ClarityUndefined jargonDefine on first use

Review Output Format

Note: Documentation reviews use PASS/NEEDS_REVISION/MAJOR_ISSUES verdicts (graduated), which differ from code review verdicts (PASS/FAIL/NEEDS_DISCUSSION).
## Review Summary

**Overall Assessment:** [PASS | NEEDS_REVISION | MAJOR_ISSUES]

### Issues Found

#### High Priority
1. **Line 45:** Passive voice "is created by" → "creates"

#### Medium Priority
1. **Line 23:** Title case in heading → sentence case

#### Low Priority
1. **Line 12:** Could add example for clarity

### Recommendations
1. Fix passive voice instances (3 found)
2. Add missing API field documentation

Quick Review Checklist

Voice (30s): "You" not "users", present tense, active voice

Structure (30s): Sentence case headings, section dividers, scannable (bullets/tables)

Completeness (1m): Examples present, links work, next steps included

Accuracy (varies): Technical facts correct, code examples work


Standards Loading (MANDATORY)

Before reviewing documentation:

  1. Load voice and tone - ring:voice-and-tone for style verification
  2. Load structure patterns - ring:documentation-structure for organization checks
  3. Load document type patterns - ring:writing-functional-docs or ring:writing-api-docs

HARD GATE: CANNOT review documentation without loading relevant standards.


Blocker Criteria - STOP and Report

ConditionDecisionAction
Style guide unavailableSTOPReport: "Need style guide to review against"
Source material missingSTOPReport: "Need source to verify technical accuracy"
Review scope undefinedSTOPReport: "Need to know what aspects to review"
Technical SME unavailableSTOPReport: "Need SME access for accuracy verification"

Cannot Be Overridden

These requirements are NON-NEGOTIABLE:

  • MUST review all five dimensions (voice, structure, completeness, clarity, accuracy)
  • MUST flag all issues found (not just major ones)
  • MUST provide specific line references for issues
  • MUST categorize issues by priority (High/Medium/Low)
  • CANNOT approve documentation with HIGH-priority issues
  • CANNOT skip accuracy verification

Severity Calibration

SeverityCriteriaExamples
CRITICALFactually incorrect, misleading informationWrong API paths, incorrect behavior described
HIGHMajor voice/structure violations, missing sectionsPassive voice throughout, no examples
MEDIUMMultiple minor issues, inconsistenciesMixed pronouns, some title case
LOWPolish issues, optimization opportunitiesCould flow better, minor wording

Pressure Resistance

User SaysYour Response
"Just do a quick review, we're rushing""Quick review still covers all 5 dimensions. CANNOT skip any review category."
"Only check for typos""Review MUST cover voice, structure, completeness, clarity, AND accuracy. Typos are LOW priority."
"Skip technical accuracy, trust the writer""Technical accuracy MUST be verified. Trust but verify."
"Approve it, minor issues can be fixed later""CANNOT approve with HIGH priority issues. They must be fixed first."
"The content is more important than style""Style affects comprehension. Voice and tone are REQUIRED review dimensions."

Anti-Rationalization Table

RationalizationWhy It's WRONGRequired Action
"Good enough for now"Good enough ≠ meets standardsMUST flag all issues
"Writer knows the product"Knowledge ≠ documentation qualityReview all dimensions
"Style issues are subjective"Style guidelines are objective standardsApply guidelines consistently
"Users won't notice minor issues"Minor issues accumulate into poor UXFlag all issues regardless of size
"Review is blocking release"Poor docs also block user successComplete review properly
"Trust the automated checks"Automated checks miss contextHuman review is REQUIRED

When This Skill is Not Needed

Signs that documentation doesn't need review:

  • Documentation was written by ring-tw-team specialists
  • Previous review found zero issues
  • Documentation hasn't changed since last review
  • All five review dimensions already verified

If all above are true: Review may be skipped for unchanged content.

Note: New or modified documentation MUST always be reviewed.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.95%
按下载量换算100

Claude

28.38%
按下载量换算79

Cursor

17.45%
按下载量换算49

Gemini CLI

8.9%
按下载量换算25

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills