mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-02-01 22:48:03 +00:00
Fix docs-writer skill issues (#17734)
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
name: docs-writer
|
name: docs-writer
|
||||||
description:
|
description:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user