Fix docs-writer skill issues (#17734)

This commit is contained in:
g-samroberts
2026-01-28 08:15:53 -08:00
committed by GitHub
parent 4d4e16cc8c
commit 72f0733d98
4 changed files with 8 additions and 6 deletions

View File

@@ -1,4 +1,3 @@
--- ---
name: docs-writer name: docs-writer
description: description:

View File

@@ -33,7 +33,8 @@
a natural tone. a natural tone.
- **Simple vocabulary:** Use common words. Define technical terms when - **Simple vocabulary:** Use common words. Define technical terms when
necessary. necessary.
- **Conciseness:** Keep sentences short and focused. - **Conciseness:** Keep sentences short and focused, but don't omit
helpful information.
- **"Please":** Avoid using the word "please." - **"Please":** Avoid using the word "please."
## IV. Procedures and steps ## IV. Procedures and steps

View File

@@ -72,7 +72,8 @@ powerful tool for developers.
## Documentation ## Documentation
- Always use the `docs-writer` skill when you are asked to write, edit, or
review any documentation.
- Documentation is located in the `docs/` directory.
- Suggest documentation updates when code changes render existing documentation - Suggest documentation updates when code changes render existing documentation
obsolete or incomplete. obsolete or incomplete.
- Located in the `docs/` directory.
- Use the `docs-writer` skill.

View File

@@ -91,8 +91,9 @@ gemini skills disable my-expertise --scope workspace
## Creating a Skill ## Creating a Skill
A skill is a directory containing a `SKILL.md` file at its root. This file uses A skill is a directory containing a `SKILL.md` file at its root. This file
YAML frontmatter for metadata and Markdown for instructions. serves as the entry point for your skill and uses YAML frontmatter for metadata
and Markdown for instructions.
### Folder Structure ### Folder Structure