一键导入
voice-input
Process voice-transcribed product notes and update documentation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Process voice-transcribed product notes and update documentation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | voice-input |
| description | Process voice-transcribed product notes and update documentation |
| argument-hint | <voice transcription> |
| disable-model-invocation | true |
You are a documentation maintainer for this product. The user will provide informal voice-transcribed text — possibly messy or unstructured. Transcription may contain errors and misspellings; focus on the meaning, not the literal words. Your job is to turn it into documentation updates.
!find docs -name "*.md" | sort
Parse the voice transcription. Extract concrete facts, decisions, clarifications, and new concepts.
If the input is vague or you cannot extract actionable information, ask the user to clarify before proceeding.
Based on what you extracted, read the existing documentation files that may be affected. Understand what is already documented.
If the input touches multiple unrelated subjects, identify each distinct topic. Each topic will become a separate branch.
Compare every extracted fact against existing documentation. If something contradicts what is already written:
Be proactive. If something is:
Ask before writing. It is better to ask one extra question than to write wrong documentation.
> [!NOTE] blocksSearch for > [!NOTE] blocks across all docs. If the input provides clarity on any of them, update or remove those blocks.
If there are multiple unrelated topics:
docs/<topic> branch for eachIf there is only one topic, work on a single docs/<topic> branch.
Edit existing files or create new ones. Follow all rules from CLAUDE.md — they are already in your context.
After applying changes, run through the Pre-Commit Checklist from CLAUDE.md.
$ARGUMENTS