
Docs Flag Jargon Skill
- 60 installs
- 71 repo stars
- Updated July 31, 2026
- elastic/elastic-docs-skills
docs-flag-jargon-skill is an Elastic documentation skill for jargon detection and flagging.
About
The docs-flag-jargon-skill skill supports Elastic technical writers and contributors. jargon detection and flagging. Identifies jargon and overly technical terms that need simplification in Elastic docs. It follows Elastic docs-builder conventions, cumulative documentation rules where applicable, and may use Elastic Docs MCP for authoritative 9.x references. Fork context tools include Read, Grep, Glob, Edit, CallMcpTool, and WebFetch. Use when writing, reviewing, or fixing Elastic documentation pages that need jargon detection and flagging.
- Jargon detection heuristics.
- Simplification recommendations.
- Elastic inclusive language alignment.
Docs Flag Jargon Skill by the numbers
- 60 all-time installs (skills.sh)
- Ranked #755 of 1,879 Documentation skills by installs in the Skillselion catalog
- Data as of Aug 1, 2026 (Skillselion catalog sync)
docs-flag-jargon-skill capabilities & compatibility
- Capabilities
- jargon detection heuristics. · simplification recommendations. · elastic inclusive language alignment.
- Works with
- elasticsearch
- Use cases
- documentation
npx skills add https://github.com/elastic/elastic-docs-skills --skill docs-flag-jargon-skillAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 60 |
|---|---|
| repo stars | ★ 71 |
| Last updated | July 31, 2026 |
| Repository | elastic/elastic-docs-skills ↗ |
How do I jargon detection and flagging in Elastic docs?
jargon detection and flagging
Who is it for?
Elastic documentation authors and reviewers.
Skip if: Skip for non-Elastic documentation repositories.
When should I use this skill?
User needs Elastic docs help with jargon detection and flagging.
What you get
Documentation updated per docs-flag-jargon-skill skill rules.
Files
<!-- Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. Elasticsearch B.V. licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->
You are a jargon reviewer for Elastic documentation. Your job is to flag internal terminology, shorthand, and code names that external readers would not understand, and suggest plain-language replacements. Never auto-fix — report only.
Inputs
$ARGUMENTS is the file or directory to check. If empty, ask the user what to review.
Step 1: Read the document(s)
Glob for .md files in $ARGUMENTS (or read the single file). Read each file fully.
Step 2: Scan for jargon
Check every document against the jargon list. For each match:
1. Context matters — A term may be acceptable in some contexts. For example:
- "Serverless" is fine when preceded by "Elastic" and used as a proper product name.
- Acronyms are fine after they have been spelled out on first use in the same page.
- Code blocks, CLI output, and API field names are exempt.
2. Case-insensitive matching — Flag both "ess" and "ESS." 3. Partial matches — Don't flag substrings. "Classic" in "classical music" is not a match.
Step 3: Generate the report
Present findings as a structured report. Group issues by category. For each issue:
1. File and line — path/to/file.md:42 2. Category — one of: Internal Code Name, Internal Abbreviation, Outdated Term, Informal Shorthand, Unexplained Acronym 3. Term found — the jargon as it appears 4. Suggestion — plain-language replacement from the jargon list
Report format
## Jargon review: <file or directory>
### Summary
- X jargon instances found across Y file(s)
- Breakdown by category: ...
### Findings
#### Internal code names
- `file.md:12` — "Stateful" → Use "hosted deployment" or "self-managed deployment" depending on context.
#### Internal abbreviations
- `file.md:25` — "ESS" → Use "Elastic Cloud" or "Elasticsearch Service" (spell out on first use).
#### Outdated terms
- `file.md:38` — "index pattern" → Use "data view."
...If no jargon is found, say so. Always end with a one-line summary.
---
Jargon list
Terms are grouped by category. Each entry includes the jargon term, what to use instead, and notes on when exceptions apply.
Internal code names
These are names used internally at Elastic to refer to deployment models, projects, or features. External readers will not recognize them without context.
| Term | Use instead | Notes |
|---|---|---|
| Stateful | "hosted deployment" or "self-managed deployment" | Acceptable only in deeply technical architecture docs where the stateful/stateless distinction is the topic. |
| Serverless | "Elastic Serverless" or the specific project type ("Elasticsearch Serverless," "Elastic Observability Serverless," "Elastic Security Serverless") | Never use bare "serverless" to mean an Elastic product. Generic "serverless" (e.g., "serverless architecture") is fine. |
| Classic | "hosted deployment" or specify the deployment type | Avoid as a label for non-serverless deployments. |
| Cloud UI | "Elastic Cloud Hosted" | Don't use "Cloud UI" to refer to the product. |
| Signal | "alert" ("detection alert" or "Kibana alert" depending on context) | Do not use in the context of Elastic Security. |
| Solution | the specific product name ("Elastic Observability," "Elastic Security," "Elasticsearch") | "Solution" is vague. Name the product. |
Internal abbreviations
Short forms used in Slack, internal docs, and meetings. Spell out or replace for external readers.
| Term | Use instead | Notes |
|---|---|---|
| ESS | "Elastic Cloud" or "Elasticsearch Service" | Spell out on first use. |
| ECE | "Elastic Cloud Enterprise" | Spell out on first use. |
| ECK | "Elastic Cloud on Kubernetes" | Spell out on first use. |
| ECH | "Elastic Cloud Hosted" | Spell out on first use. |
| EUI | "Elastic UI framework" | Spell out on first use. |
| UIAM | "Elastic Cloud API key" | Internal name for the API key system. Use the user-facing term. |
Outdated terms
Terms replaced by newer naming. Flag and suggest the current equivalent.
| Term | Use instead | Notes |
|---|---|---|
| index pattern | "data view" | Renamed in Kibana 8.0. |
| master node | "master-eligible node" | Use role-based naming. |
| master/slave | "primary/replica" or "leader/follower" | Replaced for inclusivity. |
| blacklist | "blocklist" or "deny list" | Replaced for inclusivity. |
| whitelist | "allowlist" | Replaced for inclusivity. |
| X-Pack | the specific feature name ("Security," "Machine Learning," "Alerting") | X-Pack was unbundled in 6.3. |
Informal shorthand
Casual references that assume familiarity with the Elastic ecosystem.
| Term | Use instead | Notes |
|---|---|---|
| the Stack | "Elastic Stack" or list the specific products | Don't assume the reader knows what "the Stack" refers to. |
| Beats | "Beats" with context ("Beats data shippers") on first use | Alone, "beats" is a common English word. |
| Agent | "Elastic Agent" on first use | Bare "agent" is ambiguous. |
| Fleet | "Fleet" with context ("Fleet management UI") on first use | Bare "Fleet" is ambiguous. |
| Canvas | "Canvas" with context ("the Canvas presentation tool in Kibana") on first use | Bare "Canvas" is ambiguous. |
| Lens | "Lens" with context ("the Lens visualization editor in Kibana") on first use | Bare "Lens" is ambiguous. |
| Painless | "Painless scripting language" on first use | Bare "Painless" is confusing without context. |
| Watcher | "Watcher" with context ("the Watcher alerting feature") on first use | Deprecated in favor of Kibana alerting, so also flag as potentially outdated. |
| Dev Tools | "Dev Tools" with context ("the Dev Tools console in Kibana") on first use | Bare "Dev Tools" is ambiguous. |
| Discover | "Discover" with context ("the Discover app in Kibana") on first use | Bare "Discover" is a common English word. |
| Dashboard | "Kibana dashboard" on first use if the Kibana context is not already established | OK after context is set. |
Unexplained acronyms
Technical acronyms that must be spelled out on first use per page. Flag if they appear without expansion.
| Term | Expansion |
|---|---|
| ILM | Index Lifecycle Management |
| SLM | Snapshot Lifecycle Management |
| CCR | Cross-cluster replication |
| CCS | Cross-cluster search |
| APM | Application Performance Monitoring |
| SIEM | Security Information and Event Management |
| TSDB | Time series data stream (or time series database, depending on context) |
| ECS | Elastic Common Schema |
| RBAC | Role-based access control |
| KQL | Kibana Query Language |
| EQL | Event Query Language |
| ES | QL |
| DSL | Domain-specific language (or "Query DSL" specifically) |
| logsdb | Elasticsearch logsdb index mode. Secondary references: "logsdb index mode." Also acceptable: "Elasticsearch specialized logsdb index mode," "specialized logsdb index mode." Always lowercase ("logsdb," not "LogsDB") unless starting a sentence. |
| ML | Machine learning |
| NLP | Natural language processing |
{
"skill_name": "flag-jargon-skill",
"evals": [
{
"id": 1,
"prompt": "Check this paragraph for jargon:\n\n\"To migrate from ESS to Serverless, first export your index patterns from Kibana. The Stack provides built-in tools for this. If you're using CCR, disable it before migration. Contact support if you need help with your Classic deployment.\"",
"expected_output": "Flags ESS, Serverless, index patterns, the Stack, CCR, and Classic with appropriate categories and replacements",
"expectations": [
"Flags 'ESS' as Internal Abbreviation and suggests 'Elastic Cloud' or 'Elasticsearch Service'",
"Flags 'Serverless' as Internal Code Name and suggests qualifying with 'Elastic' or using the specific project type",
"Flags 'index patterns' as Outdated Term and suggests 'data view'",
"Flags 'the Stack' as Informal Shorthand and suggests 'Elastic Stack'",
"Flags 'CCR' as Unexplained Acronym and suggests spelling out 'Cross-cluster replication'",
"Flags 'Classic' as Internal Code Name and suggests 'hosted deployment' or specifying the deployment type",
"Groups findings by category in the report"
]
},
{
"id": 2,
"prompt": "Check this paragraph for jargon:\n\n\"Elastic Agent collects data and sends it to Elasticsearch. You can manage your agents in Fleet. Use KQL in Discover to search your data. For advanced queries, try ES|QL or the Query DSL.\"",
"expected_output": "Flags some terms that lack first-use context but recognizes that others are acceptable",
"expectations": [
"Does NOT flag 'Elastic Agent' (properly qualified on first use)",
"Flags 'agents' (second mention) only if 'Elastic Agent' context is insufficient, or accepts it as a back-reference",
"Flags 'Fleet' as Informal Shorthand needing context like 'Fleet management UI'",
"Flags 'KQL' as Unexplained Acronym and suggests expanding to 'Kibana Query Language'",
"Flags 'Discover' as Informal Shorthand needing context like 'the Discover app in Kibana'",
"Flags 'ES|QL' as Unexplained Acronym and suggests expanding to 'Elasticsearch Query Language'"
]
},
{
"id": 3,
"prompt": "Check this code-heavy doc section for jargon:\n\n\"## Configure ILM policies\n\nIndex Lifecycle Management (ILM) lets you automate index management. Run the following in Dev Tools:\n\n```json\nPUT _ilm/policy/my_policy\n{\n \"policy\": {\n \"phases\": {\n \"hot\": { \"actions\": { \"rollover\": { \"max_size\": \"50gb\" } } }\n }\n }\n}\n```\n\nThe ILM policy above configures rollover at 50 GB.\"",
"expected_output": "Recognizes that ILM is spelled out on first use, flags Dev Tools as needing context, does not flag terms inside code blocks",
"expectations": [
"Does NOT flag 'ILM' in the body text because it was expanded on first use as 'Index Lifecycle Management (ILM)'",
"Flags 'Dev Tools' as Informal Shorthand and suggests adding Kibana context",
"Does NOT flag any terms inside the JSON code block (code blocks are exempt)"
]
}
]
}
Related skills
FAQ
What does docs-flag-jargon-skill do?
docs-flag-jargon-skill is an Elastic documentation skill for jargon detection and flagging.
When should I use docs-flag-jargon-skill?
User needs Elastic docs help with jargon detection and flagging.
Is this skill safe to install?
Review the Security Audits panel on this page before installing in production.