feat: voice-friendly skill triggers for AquaVoice (v0.14.6.0)#732
Open
feat: voice-friendly skill triggers for AquaVoice (v0.14.6.0)#732
Conversation
Add voice-triggers YAML field to 10 SKILL.md.tmpl files with natural-language aliases (e.g. "see-so" for /cso, "tech review" for /plan-eng-review). gen-skill-docs preprocesses voice triggers before transformFrontmatter, folding them into the description and stripping the field from output. Includes unit tests, README voice input section, and CONTRIBUTING.md update.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Main claimed v0.14.6.0 for Recursive Self-Improvement. Bumped our voice triggers entry to v0.14.7.0. Both entries preserved in CHANGELOG. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
E2E Evals: ❌ FAIL31/32 tests passed | $4.03 total cost | 12 parallel runners
12x ubicloud-standard-2 (Docker: pre-baked toolchain + deps) | wall clock ≈ slowest suite Failures
|
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
Say "run a security check" instead of remembering
/cso. Skills now have voice-friendly trigger phrases that work with AquaVoice, Whisper, and other speech-to-text tools.Voice triggers added to 10 skills:
/cso: "see-so", "see so", "security review", "security check", "vulnerability scan", "run security"/qa: "quality check", "test the app", "run QA"/qa-only: "bug report", "just check for bugs"/design-html: "build the design", "code the mockup", "make it real"/codex: "code x", "code ex", "get another opinion"/plan-eng-review: "tech review", "technical review", "plan engineering review"/gstack-upgrade: "upgrade the tools", "update the tools", "gee stack upgrade", "g stack upgrade"/autoplan: "auto plan", "automatic review"/benchmark: "speed test", "check performance"/connect-chrome: "show me the browser"Build pipeline:
voice-triggers:YAML field in.tmplfrontmatter (structured, clean authoring)gen-skill-docspreprocesses voice triggers beforetransformFrontmatter, folding them into the description field and stripping the field from outputTest Coverage
Tests: 289 → 296 (+7 new voice trigger tests)
extractVoiceTriggers()parsing: valid YAML list, empty/missing fieldprocessVoiceTriggers(): append to description, strip field, passthroughvoice-triggers:in frontmatterPre-Landing Review
Pre-Landing Review: No issues found. Template YAML data + one parser function, no security-sensitive code.
Adversarial Review
Codex adversarial review found 4 informational items (all theoretical edge cases):
description: |block formatNo fixes required.
Test plan
bun run gen:skill-docsregenerates without errorsbun test— 296 tests pass (including 7 new voice trigger tests)voice-triggers:🤖 Generated with Claude Code