All workflows

· Dictate · Shell · GitHub

Say the bug,
open the issue

Describe a bug out loud and turn it into a filed GitHub issue.

ISSUE OPENEDRequires CLI access

· 01 / WHEN YOU REACH FOR THIS

You hit a bug and the details are sharp right now. Talk through what broke and what you expected. Talkie shapes a title and body, then runs the command that opens the issue.

· 02 / THE STEPS

Dictate · Shell · GitHub

  1. 01Dictate

    Capture the bug report into {{TRANSCRIPT}}.

  2. 02LLM

    Generate a {{TITLE}} and a structured body from {{TRANSCRIPT}}.

  3. 03Shell · gh

    Run gh issue create with {{TITLE}} and {{LAST_OUTPUT}}.

Template JSON

Download the Bug Note to GitHub Issue recipe.

The JSON template names the trigger, variables, steps, setup notes, and privacy boundary for this workflow.

· 03 / SET IT UP ONCE

  • Allowlist the gh binary in the Shell step.
  • Set the default repo, or resolve it from the current directory.
  • Pick the model and a "repro steps, expected, actual" body format.

· 04 / VARIATIONS

  • Swap gh for a Webhook into Linear or Jira.
  • Add a Notification step confirming the issue number on success.
Talkie for MacmacOS 26+ · iOS 26+
curl -fsSL go.usetalkie.com/install | bash

One hotkey. One transcript. Routed the way "Bug note → GitHub issue" describes, and any flow you build next.

· FOR DEVELOPERS

bun add -g @talkie/app
Read the docs