Check and optimize MetaDescription frontmatter fields in VS Code documentation. Use when auditing, adding, or improving page descriptions for SEO and discoverability. Apply this when making content changes to markdown articles.
70
86%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Check and optimize MetaDescription frontmatter fields in markdown documentation files. Produces actionable fixes for descriptions that violate the rules below.
MetaDescription.MetaDescription reflects the updated content.Every MetaDescription value must satisfy all of the following:
| Rule | Detail |
|---|---|
| Length | Maximum 160 characters. |
| Tone | Action-oriented, value-focused, factual, and impersonal. |
| Voice | No "you can", "users can", or "this page explains". |
| Sentences | Complete sentences, not fragments or labels. |
| No colons | Do not include : in the value — it breaks YAML parsing. |
| Uniqueness | Each description must be unique across the docs. |
| Reusable variables | Preserve existing {% data variables.<group>.<name> %} references. Do not replace them with rendered product names. |
Descriptions must also reflect the page's primary persona, reader intent, and article purpose. Establish that framing by following the content-framing guidance before suggesting or applying a description. If the existing page and writer's request support multiple materially different interpretations, ask the writer to confirm the framing before editing.
Determine which files to check:
docs/copilot/), find all .md files in that folder recursively.README.md files without --- delimiters).For each file, read enough of the page to identify its primary persona, reader intent, and article purpose. Then read the YAML frontmatter and check the MetaDescription field:
MetaDescription is absent.: character in the value.{{...}}), HTML tags, or Markdown formatting. Do not flag supported reusable data variables ({% data variables.<group>.<name> %}).data/variables and resolves to the intended text. Preserve valid variables exactly as written.Present results as a table:
| File | Issue | Current value | Suggested fix |
|------|-------|---------------|---------------|MetaDescription and a rewritten suggestion that passes all rules.MetaDescription value in the YAML frontmatter.Good descriptions:
Get AI-powered inline suggestions from GitHub Copilot in VS Code, including ghost text completions and next edit suggestions.Configure and manage extensions in Visual Studio Code to customize your development environment.Debug Python applications in Visual Studio Code with breakpoints, variable inspection, and integrated terminal output.Build a web app with an AI agent in {% data variables.product.prodname_vscode_shortname %}, then review and validate the result.Bad descriptions and why:
| Description | Problem |
|---|---|
This page explains how to use Copilot. | Uses "this page explains". |
You can debug your code with VS Code. | Uses "you can". |
Copilot | Fragment, not a sentence. |
Learn how to enable the new feature in VS Code 1.90. | Uses "enable" and includes a version number. |
Set up debugging: configure launch.json for Python. | Contains a colon. |
193d3e4
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.