Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/dictation-prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Extract technical vocabulary from documentation files and create a concise dicta
## Your Mission

Create a concise dictation instruction file at `skills/dictation/SKILL.md` that:
1. Contains a glossary of approximately 250 project-specific terms extracted from documentation
1. Contains a glossary of approximately 1000 project-specific terms extracted from documentation
2. Provides instructions for fixing speech-to-text errors (ambiguous terms, spacing, hyphenation)
3. Provides instructions for "agentifying" text: removing filler words (humm, you know, um, uh, like, etc.), improving clarity, and making text more professional
4. Does NOT include planning guidelines or examples (keep it short and focused on error correction and text cleanup)
Expand All @@ -52,7 +52,7 @@ Create a concise dictation instruction file at `skills/dictation/SKILL.md` that:

### 1. Scan Documentation for Project-Specific Glossary

Scan documentation files in `docs/src/content/docs/` to extract approximately 250 project-specific technical terms (240-260 acceptable).
Scan documentation files in `docs/src/content/docs/` to extract approximately 1000 project-specific technical terms (950-1050 acceptable).

**Focus areas:**
- Configuration: safe-outputs, permissions, tools, cache-memory, toolset, frontmatter
Expand All @@ -73,7 +73,7 @@ Create `skills/dictation/SKILL.md` with:
- Frontmatter with name and description fields
- Title: Dictation Instructions
- Technical Context: Brief description of gh-aw
- Project Glossary: ~250 terms, alphabetically sorted, one per line
- Project Glossary: ~1000 terms, alphabetically sorted, one per line
- Fix Speech-to-Text Errors: Common misrecognitions → correct terms
- Clean Up and Improve Text: Instructions for removing filler words and improving clarity
- Guidelines: General instructions as follows
Expand All @@ -97,7 +97,7 @@ Use the create-pull-request tool to submit your changes with:
## Guidelines

- Scan only `docs/src/content/docs/**/*.md` files
- Extract ~250 terms (240-260 acceptable)
- Extract ~1000 terms (950-1050 acceptable)
- Exclude tooling-specific terms (makefile, Astro, starlight)
- Prioritize frequently used project-specific terms
- Alphabetize the glossary
Expand All @@ -108,7 +108,7 @@ Use the create-pull-request tool to submit your changes with:

- ✅ File `skills/dictation/SKILL.md` exists
- ✅ Contains proper SKILL.md frontmatter (name, description)
- ✅ Contains ~250 project-specific terms (240-260 acceptable)
- ✅ Contains ~1000 project-specific terms (950-1050 acceptable)
- ✅ Terms extracted from documentation only
- ✅ Focuses on fixing speech-to-text errors
- ✅ Includes instructions for removing filler words and improving text clarity
Expand Down
Loading