Skip to content

Commit c851af4

Browse files
committed
edits to style guide and docs-reviewer agent
1 parent de9aa7d commit c851af4

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.claude/agents/docs-reviewer.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ Issue 3
8080
- Location: example-2.md, line 5
8181
- Suggestion: "If the settings won't save, Replicated suggests that you try the following:"
8282
- Explanation: Instead of "we", use "Replicated" to talk about recommendations/suggestions.
83+
84+
Issue 4
85+
- Multiple subsections use the same information repeated in different ways (e.g., the "Field Reference" section starting at line 80 repeats information already provided in the "Configuration Structure" section starting at line 35)
86+
- Location: example.md, lines 35-79 and lines 80-219
87+
- Suggestion: Consider consolidating these sections to avoid repetition
88+
- Explanation: Don't repeat the same information multiple times. Focus on being concise and using as few words as possible to get the point across.
8389
```
8490

8591
## Report Tone Guidelines

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ The following is a summary of the most important elements of our style guide, pl
3535
- Avoid time-bound terminology like "currently", "new", "at this time", and "now". Instead, write timeless documentation that makes no assumptions about a reader's prior knowledge.
3636

3737
- Formatting:
38-
- Use bold text only to identify UI elements. For example, "Click **Save**." Do not use bold text for emphasis.
38+
- Use bold and italic text sparingly.
39+
- Bold text is primarily used to identify UI elements. For example, "Click **Save**."
40+
- Do not use bold text to emphasize important content. Instead, if discoverability is a concern, consider how the content could be reorganized or how you could use clearer headings.
41+
- It's okay to use bold text for introducing an example (`**Example:**`) or for run-in headings in unordered lists (`* **Item 1:** Description`)
42+
- Use colons instead of dashes for run-in headings in description lists (`- Item 1: Description`, not `- Item 1 - Description`)
3943
- Use title case for titles and headings
4044
- Use a bare infinitive verb form for how-to titles/headings. As in, use "Create a Release" instead of "Creating a Release"
4145
- Procedural/how-to content must use numbered steps. For one-step procedures, use a bullet point. See https://developers.google.com/style/procedures#single-step-procedures for examples
@@ -64,9 +68,11 @@ When generating content for Replicated Docs with LLMs, add the following to the
6468
```md
6569
- Refer to the style guidelines in this repo at `README.md`
6670
- Don't add Troubleshooting, Best Practices, Conclusion, Summary, or Next Steps sections unless specifically asked
67-
- Never use bold text for emphasis or as section/category headings
71+
- Never use bold text to emphasize important information or as section/category headings
6872
- Don't repeat the same information mutiple times. Focus on being concise and using as few words as possible to get the point across
6973
- Use paragraphs instead of bulleted lists unless specifically asked
74+
- Don't number the items in unordered lists. Numbered lists are reserved for step-by-step procedures
75+
-
7076
```
7177

7278
### Use the @doc-reviewer Claude Subagent

0 commit comments

Comments
 (0)