devtap-get-build-errors

Installation
SKILL.md

devtap-get-build-errors

Use this skill when the user asks for build errors, latest build output, or an equivalent quick action.

Workflow

  1. Call get_build_status once.
  2. Call get_build_errors once 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
  3. If build succeeded, acknowledge briefly (do not repeat output).
  4. 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)
  5. Show raw output verbatim only when the user explicitly asks for full/raw/original logs.
  6. Keep source warnings verbatim (for example, unreachable source warnings).
  7. After the output (or summary), add one line: Next action: <what you will do>.
Installs
3
GitHub Stars
13
First Seen
Feb 9, 2026
devtap-get-build-errors — killme2008/devtap