[docs] Update dictation skill instructions#7964
Merged
Conversation
- Extracted 412 project-specific terms from docs/src/content/docs/ - Organized glossary alphabetically for easy reference - Added comprehensive speech-to-text error corrections table - Included spacing/hyphenation rules for common patterns - Enhanced frontmatter metadata with proper name and description - Added clear instructions to focus on error correction only
pelikhan
approved these changes
Dec 28, 2025
12 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updated the dictation skill instructions (
skills/dictation/SKILL.md) with a comprehensive glossary of project-specific technical terms extracted from the documentation.Changes Made
Glossary Enhancement
docs/src/content/docs/**/*.mdfilesDocumentation Sources
Scanned key documentation files including:
reference/glossary.md- Core concepts and definitionsreference/frontmatter.md- Configuration optionsreference/tools.md- Tool configurationsreference/engines.md- AI engine optionsreference/safe-outputs.md- Safe output typesreference/network.md- Network permissionsreference/safe-inputs.md- Custom tool definitionssetup/cli.md- CLI commandsreference/triggers.md- Workflow triggersSpeech-to-Text Error Corrections
Frontmatter Updates
namefield: "Dictation Instructions" (more descriptive)descriptionfield with project contextFocus Guidelines
Success Criteria Met
✅ File
skills/dictation/SKILL.mdexists and updated✅ Contains proper SKILL.md frontmatter (name, description)
✅ Contains 412 project-specific terms (within 240-460 acceptable range)
✅ Terms extracted from documentation only
✅ Focuses on fixing speech-to-text errors
✅ Pull request created with changes
Testing
The glossary was extracted by scanning documentation files and selecting the most frequently used project-specific terms. Terms were sorted alphabetically for easy lookup during dictation error correction.