Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计通过

dictation-instructions听写指令

Agent Skill

用于辅助提示词、系统指令、Agent 行为约束和工作流模板的整理。它适合让 Agent 规范任务边界、统一输出格式、拆分操作步骤或优化提示词可复用性。使用时需要保留真实业务约束,不要把示例当硬规则;涉及自动执行、外部工具或高风险操作时,应在提示词中明确确认步骤、权限边界和失败处理方式。

总安装

19,760

周安装

786

GitHub Stars

4,412

下载量

10,287
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:dictation-instructions(听写指令)
来源仓库:https://github.com/github/gh-aw
仓库路径:skills/dictation-instructions
安装命令:
npx skills add https://github.com/github/gh-aw --skill 'Dictation Instructions'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/github/gh-aw --skill 'Dictation Instructions'

简介

用于规范提示词结构和 Agent 行为约束条件。

  • 帮助拆分操作步骤、统一输出格式和优化模板复用性。
  • 包含 GitHub Agentic Workflows 项目专用术语校正规则。
  • 需保留真实业务约束,避免将示例当作硬性规则。
  • 涉及高风险操作时应明确确认步骤与权限边界。dictation-instructions 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Dictation Instructions

Technical Context

GitHub Agentic Workflows (gh-aw) is a Go-based GitHub CLI extension for writing AI-powered workflows in natural language using markdown files that compile to GitHub Actions YAML.

Project Glossary

The following project-specific technical terms should be corrected when encountered in speech-to-text input:.github.github/aw.github/workflows.lock.yml.md @copilot ACTIONS_STEP_DEBUG ANTHROPIC_API_KEY CLAUDE_CODE_OAUTH_TOKEN CODEX_API_KEY COPILOT_GITHUB_TOKEN DEBUG FUZZY:BI-WEEKLY FUZZY:DAILY FUZZY:WEEKLY GEMINI_API_KEY GH_AW_AGENT_TOKEN GH_AW_ALLOWED_DOMAINS GH_AW_GITHUB_TOKEN GH_AW_PROMPT GH_AW_SAFE_OUTPUTS GH_AW_VERSION GH_AW_WORKFLOW_ID GH_TOKEN GITHUB_TOKEN OPENAI_API_KEY RUNNER_TEMP SARIF activation activation-job agent-job agentic agentic-workflows allow-workflows allowed allowed-domains allowed-files allowed-labels allowed-repos allowlist api.github.com artifact assign-to-agent assign-to-copilot audit audit-workflows auto-merge automation bash branch branch-name build bun cache cache-key cache-memory checkout checks claude code-scanning codex coding-agent comment compile compile-workflow compiled compiler concurrency concurrency-group config contents create-discussion create-issue create-pull-request cron custom custom-agent daily debug default-branch defaults deno dependabot description dispatch-workflow discussions docker documentation dotnet draft edit engine engine-config engines environment environment-variables events expires fail-fast fallback-as-issue feature-flag features frontmatter fuzzy fuzzy-schedule gateway gemini gh-aw git-branch git-commit github github-actions github-app github-token github.repository github.run_id github/gh-aw hourly id-token imports input inputs inspect installation integration issue issue-ops issue_comment issueops issues javascript job-discriminator jobs json json-schema label label-ops labelops labels latest lockfile logs main markdown max-continuations max-turns mcp mcp-gateway mcp-inspect mcp-list mcp-registry mcp-scripts mcp-server mcp-servers merge metadata milestone min-integrity mode model needs.activation network network.allowed network.firewall node noop on-demand org organization outputs override owner package parallel parsing permissions phase pip pipeline playwright prompt prompt-injection protected-files pull-requests pull_request pull_request_target python python3 recompile registry release repo repo-memory report-summary repository repository_dispatch review runs-on runtime runtimes safe-inputs safe-outputs sandbox sanitized schedule scheduled schema scripts search secrets security session setup shared shared-workflow shell slack staged staged-mode stale steps.sanitized.outputs.body steps.sanitized.outputs.text steps.sanitized.outputs.title timeout timeout-minutes token-weights toolsets trigger triggers trusted trusted-users ubuntu ubuntu-latest update-issue update-pull-request validate validation version version-bump vulnerability-scan web-fetch web-search webhook weekly workflow workflow-dispatch workflow-run workflow-status workflow_call workflow_dispatch workflow_run workflows workspace write-all yaml zizmor

Fix Speech-to-Text Errors

When fixing dictated text, correct these common misrecognitions:

GitHub and Git Terms

  • "get hub" → github
  • "git lab" → gitlab
  • "get actions" → github-actions
  • "pull request" → pull-request (when used as compound modifier)
  • "issue ops" → issueops
  • "label ops" → labelops
  • "chat ops" → chatops
  • "multi repo ops" → multirepoops
  • "project ops" → projectops
  • "data ops" → data-ops
  • "dispatch ops" → dispatch-ops
  • "daily ops" → daily-ops

Workflow Configuration

  • "front matter" → frontmatter
  • "safe outputs" → safe-outputs (in configuration context)
  • "safe inputs" → safe-inputs (in configuration context)
  • "lock file" →.lock.yml or lockfile (depending on context)
  • "tool sets" → toolsets
  • "M.C.P." or "M C P" → MCP
  • "repo memory" → repo-memory (in configuration context)
  • "cache memory" → cache-memory (in configuration context)
  • "work flow" → workflow
  • "timeout minutes" → timeout-minutes
  • "runs on" → runs-on
  • "min integrity" → min-integrity (in configuration context)
  • "mcp gateway" → mcp-gateway
  • "mcp scripts" → mcp-scripts
  • "staged mode" → staged-mode
  • "token weights" → token-weights
  • "effective tokens" → effective-tokens

AI Engines

  • "co-pilot" → @copilot
  • "code x" → codex
  • "cloud" → claude (when referring to the AI engine)
  • "gem ini" → gemini (when referring to the AI engine)
  • "serena" → serena (code intelligence MCP server)

Commands and Operations

  • "G.H. A.W." → gh-aw or gh aw (depending on context)
  • "re-compile" → recompile
  • "work flow dispatch" → workflow_dispatch
  • "action lint" → actionlint
  • "ziz more" → zizmor
  • "poo teen" → poutine
  • "queue M.D." → qmd

File Formats and Extensions

  • "dot M.D." →.md
  • "dot Y.A.M.L." or "dot Y M L" →.yaml or.yml
  • "dot lock dot Y M L" →.lock.yml
  • "jason" → JSON (when referring to format)
  • "wasm" → WebAssembly or wasm (depending on context)

Technical Patterns

  • "A.P.I." → API
  • "U.R.L." → URL
  • "H.T.T.P." → HTTP
  • "H.T.T.P.S." → HTTPS
  • "S.H.A." → SHA
  • "C.I." → CI
  • "G.H." → GH (when referring to GitHub CLI)
  • "Y.A.M.L." → YAML
  • "O.I.D.C." → OIDC
  • "S.A.R.I.F." → SARIF

Hyphenation Rules

Use hyphens for compound modifiers:

  • "safe outputs" → safe-outputs
  • "safe inputs" → safe-inputs
  • "cache memory" → cache-memory
  • "timeout minutes" → timeout-minutes
  • "cross repository" → cross-repository
  • "pull request" → pull-request (when used as adjective)
  • "mcp gateway" → mcp-gateway
  • "mcp scripts" → mcp-scripts
  • "token weights" → token-weights

Environment Variables

Capitalize fully: GITHUB_TOKEN, GH_TOKEN, COPILOT_GITHUB_TOKEN, GH_AW_GITHUB_TOKEN, ANTHROPIC_API_KEY, OPENAI_API_KEY, GEMINI_API_KEY, CLAUDE_CODE_OAUTH_TOKEN, CODEX_API_KEY

Common Ambiguities

  • "their/there/they're" → use context to determine correct spelling
  • "its/it's" → its (possessive), it's (it is)
  • "your/you're" → your (possessive), you're (you are)

Clean Up and Improve Text

Remove filler words and improve clarity:

Remove These Filler Words

  • humm, um, uh, uhh, umm
  • you know, like, basically, actually, literally
  • kind of, sort of, I mean, I think
  • right?, okay?, so yeah, well

Improve Clarity

  1. Remove redundant phrases:

- "in order to" → "to" - "at this point in time" → "now" - "due to the fact that" → "because" - "in the event that" → "if"

  1. Make text more concise:

- Remove unnecessary qualifiers (very, really, quite) - Use active voice instead of passive voice - Replace wordy phrases with simpler alternatives

  1. Maintain technical accuracy:

- Keep all technical terms from the glossary - Preserve code examples and commands exactly - Don't simplify technical concepts

Guidelines

You do not have enough background information to plan or provide code examples.

  • do NOT generate code examples
  • do NOT plan steps
  • focus on fixing speech-to-text errors and improving text quality
  • remove filler words (humm, you know, um, uh, like, basically, actually, etc.)
  • improve clarity and make text more professional
  • maintain the user's intended meaning

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.5%
按下载量换算3,652

Claude

30.63%
按下载量换算3,151

Cursor

20.21%
按下载量换算2,079

Gemini CLI

10.95%
按下载量换算1,126

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills