.github/skills/frontmatter-description/SKILL.md
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.
npx skillsauth add microsoft/vscode-docs frontmatter-descriptionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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. |
Determine which files to check:
docs/copilot/), find all .md files in that folder recursively.README.md files without --- delimiters).For each file, read the YAML frontmatter and check the MetaDescription field:
MetaDescription is absent.: character in the value.{{...}}), HTML tags, or Markdown formatting.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.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. |
development
Guidelines for writing and reviewing Insiders and Stable release notes for Visual Studio Code.
development
Review VS Code release notes for style, structure, and completeness. Use for reviewing Insiders or Stable release notes against writing guidelines. Produces an actionable list of recommendations.
development
Audit and update docs/copilot/ documentation to accurately reflect current VS Code AI capabilities. Use when: competitive analysis reveals gaps, product launches new features, docs use outdated framing, or keyword coverage needs strengthening for discoverability by users and AI agents. Produces a gap analysis plus targeted edits across affected files.
development
Create and manage redirects in VS Code documentation when pages are moved, renamed, or deleted. Use when moving docs pages, renaming files, restructuring content, or when the user asks about redirects.