Add dictation prompt generator agentic workflow #2147
Merged
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.
Overview
This PR adds a new agentic workflow that generates comprehensive dictation instructions for optimizing speech-to-text interaction with the gh-aw repository. When triggered, the workflow analyzes the codebase to create a specialized prompt that helps convert casual dictation into precise, actionable agentic workflow instructions.
What's New
Workflow:
dictation-prompt.mdA new workflow that automatically:
.github/instructions/dictation.instructions.mdConfiguration
workflow_dispatch(manual trigger)schedule(weekly on Sundays at 6 AM UTC)Use Case
The workflow addresses a common challenge when using speech-to-text to interact with the repository:
Problem: Speech recognition produces ambiguous or incorrectly transcribed technical terms:
Solution: The generated dictation instructions provide:
Example Transformations
The workflow teaches how to transform dictated input into proper agentic prompts:
Before (dictated):
After (processed with dictation instructions):
Before (dictated):
After (processed with dictation instructions):
How to Use
Trigger the workflow manually:
Or via GitHub UI:
Actions → Dictation Prompt Generator → Run workflow
The workflow also runs automatically every Sunday at 6 AM UTC to keep the dictation instructions up to date with the latest repository changes.
The workflow will analyze the repository, generate the dictation instructions, and create a PR with the file at
.github/instructions/dictation.instructions.md.Testing
Files Added
.github/workflows/dictation-prompt.md- Main workflow definition.github/workflows/dictation-prompt.lock.yml- Compiled GitHub Actions workflowOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.