devtap-get-build-errors
1
总安装量
1
周安装量
#46231
全站排名
安装命令
npx skills add https://github.com/killme2008/devtap --skill devtap-get-build-errors
Agent 安装分布
amp
1
opencode
1
kimi-cli
1
codex
1
github-copilot
1
gemini-cli
1
Skill 文档
devtap-get-build-errors
Use this skill when the user asks for build errors, latest build output, or an equivalent quick action.
Workflow
- Call
get_build_statusonce. - Call
get_build_errorsonce when any of these is true:- status reports pending output
- user explicitly asks to fetch/check logs now
- user says new build/test/dev output arrived
- If build succeeded, acknowledge briefly (do not repeat output).
- If build failed, provide a concise summary by default:
- source label(s)
- final failure signal (for example exit code or test summary)
- most actionable failing case/file/error line(s)
- Show raw output verbatim only when the user explicitly asks for full/raw/original logs.
- Keep source warnings verbatim (for example, unreachable source warnings).
- After the output (or summary), add one line:
Next action: <what you will do>.
Rules
- Do not fabricate or reinterpret error content.
- Do not call
get_build_errorsrepeatedly in the same turn unless new output is reported. - MCP tool names map to CLI subcommands:
get_build_status->devtap status,get_build_errors->devtap drain. - If MCP tools are unavailable, use
scripts/get_build_errors.shas CLI fallback.