What problem does it solve? Checking Zuul CI results for ansible-collections pull requests requires manually querying the Zuul API, navigating buildsets, and hunting down log URLs for failed jobs. This Skill automates that entire flow and returns a clear summary of build outcomes with direct links to failing job logs. ## Core Features & Use Cases - Buildset Retrieval: Queries the Zuul API for recent buildsets of a PR, showing result, commit, and timing for each. - Failure Analysis: Categorizes builds as SUCCESS, FAILURE, SKIPPED, RETRY, or DEQUEUED and surfaces log and job-output.txt URLs for failed jobs. - Structured Output: Returns failed job names and log links that other workflow skills can consume programmatically. - Use Case: A maintainer asks for the CI status of PR #2974 in ansible-collections/amazon.aws and immediately receives the latest buildset result plus direct links to the failing integration test logs. ## Quick Start Check the Zuul CI status for pull request 2974 and show me the logs of any failed builds.