com um clique
buildbot-pr-check
// Inspect Buildbot (buildbot-nix) CI for a PR. Use to find/watch the build for a PR, list failed sub-builds with their attrs, and fetch failing log tails.
// Inspect Buildbot (buildbot-nix) CI for a PR. Use to find/watch the build for a PR, list failed sub-builds with their attrs, and fetch failing log tails.
| name | buildbot-pr-check |
| description | Inspect Buildbot (buildbot-nix) CI for a PR. Use to find/watch the build for a PR, list failed sub-builds with their attrs, and fetch failing log tails. |
buildbot-pr-check <pr-url> # eval build + per-sub-build status table
buildbot-pr-check <pr-url> --watch --interval 60 # poll until complete; exit 0=success 1=failure
buildbot-pr-check <pr-url> --failures --log-tail 80 # failed sub-builds: attr, error prop, stdio log tail + log_url
<pr-url> is a GitHub …/pull/N or Gitea …/pulls/N URL (omit to auto-detect
the current branch's PR via gh). The buildbot instance is discovered from the
forge's commit statuses; no config. Add --json for structured output:
buildbot-pr-check <pr-url> --failures --json | jq -r '.failures[] | "\(.attr)\t\(.status)\t\(.log_url // "-")"'
Need more than the tail? log_url is a plain …/api/v2/logs/<id>/raw_inline
endpoint — curl -s "$log_url" | tail -n 500 / | grep error:.
Result codes are reported by name: SUCCESS WARNINGS FAILURE SKIPPED EXCEPTION RETRY CANCELLED (RUNNING while incomplete).
Current API docs + code snippets for third-party libraries/frameworks. Use to verify exact signatures/usage.
Control Firefox browser from the command line. Use for web automation, scraping, testing, or any browser interaction tasks.
Manage calendar events and send meeting invitations. Use for listing, creating, editing, deleting events and sending/replying to invites.
Search Deutsche Bahn train connections. Use for train routes, schedules, and travel times in Germany.
Search for places and get directions using Google Maps. Use for finding locations, nearby places, and route planning.
Search the web using Kagi. Use for web searches with Quick Answer AI summaries.