Skip to content

Commit f992243

Browse files
Merge remote-tracking branch 'origin/dev'
2 parents 5e84c63 + 4fe4af8 commit f992243

123 files changed

Lines changed: 257 additions & 166 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
message: "Don't use exclamatory sentences."
2+
level: warning
3+
reason: "This rule should trigger when the user or agent writes exclamatory sentences."
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
message: "Don't use idioms. Write what you mean more directly and literally."
2+
level: warning
3+
reason: "This rule should trigger when the user or agent uses an idiom or other culturally specific expression."
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
message: "Avoid misplaced modifiers. Move the modifier, or descriptive phrase, so that it accurately describes the right thing."
2+
level: warning
3+
reason: "This rule should trigger when the documentation has a misplaced or dangling modifier. This includes participial phrases that attach to the wrong subject (e.g., '[participle phrase], [wrong subject] [verb]') and modifying clauses placed too far from the word they describe (e.g., '[noun A] [preposition] [noun B] [modifier that actually describes noun A]')."
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
message: "Don't use passive voice. Use active voice instead."
2+
level: warning
3+
reason: "This rule should trigger when the user or agent writes a sentence or clause in passive voice."
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
message: "Avoid positional references like 'below', 'above', or 'as shown below'. Use 'the following' or a named anchor instead."
2+
level: warning
3+
reason: "This rule should trigger when the documentation uses spatial direction words like 'below', 'above', 'as shown below', or 'the above section' to reference other content."
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
message: "This sentence is wordy. A more concise, direct alternative is possible."
2+
level: warning
3+
reason: "This rule should trigger when the user or agent writes a wordy sentence when a more concise, direct alternative is possible without altering the meaning."

.claude/skills/doc-help/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: doc-help
3-
description: "Interactive writing assistant for Netwrix documentation. Use when a writer wants hands-on, conversational help: brainstorming structure, drafting a section, editing existing content, or understanding a style or Vale rule. For fully autonomous tasks (write this entire doc, fix all Vale errors end-to-end), use the tech-writer agent instead."
3+
description: "Interactive writing assistant for Netwrix documentation. Use when a writer wants hands-on, conversational help: brainstorming structure, drafting a section, editing existing content, incorporating external documents (e.g., .docx files) into existing markdown files, or understanding a style or Vale rule. For fully autonomous tasks (write this entire doc, fix all Vale errors end-to-end), use the tech-writer agent instead."
44
argument-hint: "[topic, file path, content to edit, or question]"
55
---
66

@@ -14,6 +14,7 @@ Read `docs/CLAUDE.md` before starting any session. It contains the Netwrix style
1414

1515
- User invokes `/doc-help` with or without arguments
1616
- User asks for help writing, editing, or reviewing Netwrix documentation
17+
- User asks to incorporate, merge, or integrate content from an external document (e.g., `.docx`) into an existing markdown file
1718
- User has a question about a style rule, Vale error, or Netwrix writing convention
1819

1920
## Stage 1: Intake

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ PRs target `dev`. Never commit directly to `dev` or `main`. The `sync-dev-to-mai
8282
Skills (`.claude/skills/`) are invoked with `/skill-name`. Agents (`.claude/agents/`) are autonomous workers launched via the Agent tool.
8383

8484
When a user asks for help with documentation, always use the appropriate tool:
85-
- **`/doc-help` skill** — Interactive tasks: reviewing content, suggesting improvements, discussing structure or flow, brainstorming, explaining style rules, or any back-and-forth conversation about writing.
85+
- **`/doc-help` skill** — Interactive tasks: reviewing content, suggesting improvements, discussing structure or flow, brainstorming, explaining style rules, incorporating external documents (e.g., `.docx` files) into existing markdown files, or any back-and-forth conversation about writing.
8686
- **`tech-writer` agent** — Autonomous end-to-end tasks: drafting new documents, rewriting files, fixing all Vale errors, or editing for style and clarity.
8787

8888
| Component | Type | Purpose |

docs/auditor/10.8/admin/riskassessment/dashboard.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ Also, for several metrics the Customize risk indicators command is available.
5959
| Servers with unauthorized antivirus software | Edit the whitelist of permitted antivirus tools. Any other antivirus will be considered a risk factor. |
6060
| Administrative group membership sprawl | Edit the whitelist of permitted accounts that can be the members of local administrative groups. Any other account will be considered a risk factor. |
6161

62+
**Note:** Special characters such as %, *, and ? are not interpreted as wildcards in risk indicator customization and are treated as literal characters. The only exception is the domain portion of
63+
domain\account entries in Administrative group membership sprawl, where % can be used to represent any domain. In all other cases (for example, account names, file names, operating system names, and antivirus names),
64+
values must be entered explicitly and are not matched using wildcard patterns.
65+
6266
New settings will be applied/risk level thresholds will be refreshed after the next data collection
6367
session.
6468

docs/privilegesecurediscovery/administration/_category_.json renamed to docs/privilegesecurediscovery/2.22/administration/_category_.json

File renamed without changes.

0 commit comments

Comments
 (0)