docsstyle
Use when: improving documentation writing style, prose register, active voice, imperative mood, or term consistency.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when: improving documentation writing style, prose register, active voice, imperative mood, or term consistency.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | docsStyle |
| description | Use when: improving documentation writing style, prose register, active voice, imperative mood, or term consistency. |
| type | reference |
| version | 1.0 |
| license | MIT |
Skill metadata: version "1.0"; tags [docs, style, prose]; recommended tools [].
Use this skill when drafting or reviewing any user-facing documentation: READMEs, guides, API references, changelogs, or inline code comments.
docsReviewdocsApi| Principle | Rule | Example |
|---|---|---|
| Active voice | Subject performs the action | "The CLI reads the config file." not "The config file is read by the CLI." |
| Imperative mood | Instructions start with a verb | "Run npm install." not "You should run npm install." |
| Short sentences | One idea per sentence | Split anything over ~25 words. |
| Present tense | Describe what the system does now | "Returns a list." not "Will return a list." |
| Second person | Address the reader as "you" | "You can configure…" not "One can configure…" or "The user can configure…" |
```python not ```.<your-value-here> unless the reader genuinely must substitute.| Type | Tone |
|---|---|
| Tutorial | Encouraging; guide the reader step by step. |
| How-to guide | Direct; assume the reader knows what they want. |
| Reference | Neutral, precise; no narrative. |
| Explanation / concept | Conversational; use analogies. |
Use when: reviewing .prompt.md, .agent.md, SKILL.md, or .instructions.md files for contradictions, ambiguity, persona consistency, cognitive load, coverage gaps, and composition conflicts.
Use when: checking xanadAssistant workspace health, install status, repair reasons, or lockfile validity before proposing install, update, repair, or restore operations.
Use when: designing or reviewing CI/CD pipelines, GitHub Actions, stage design, environment gates, or artifact discipline.
Use when: writing or reviewing Dockerfiles, container images, multi-stage builds, layer caching, or image security.
Use when: writing or reviewing Infrastructure as Code for naming, state management, modularity, and drift detection.
Use when: reviewing DevOps changes for pipeline safety, secret hygiene, permissions, rollback, and deployment risk.