Railway's official agent skill: create projects, provision databases and buckets, deploy, manage variables and domains, and read build failures back — from the CLI, API or MCP server.
Datadog Unblock PRSkill
Summary
Official Datadog skill that triages a failing PR pipeline, attributing every CI failure as flaky, infra or genuine regression and proposing a targeted fix.
Features
- Attributes each CI failure as flaky, infrastructure or regression
- Proposes a targeted action per failure instead of a blanket re-run
- Reports PR code coverage plus quality and security status
- Auto-detects Datadog MCP server or pup CLI, with a full translation appendix
- Derives repository ID and default branch from the git remote
- Hands off to the triage-flaky-test skill for deep flake investigation
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
A red CI pipeline is only useful if you can tell which kind of red it is. This official Datadog skill turns that judgement into a repeatable workflow: it pulls the pipeline events for a pull request, attributes each failure as flaky, infrastructure, or a genuine regression, and proposes a specific action for each — rather than the blanket "re-run it" that wastes a cycle and teaches the team to ignore CI.
Alongside the attribution it reports the PR's code-coverage movement and its quality and security status, so the review has the full picture in one pass.
Two backends, detected automatically
The skill checks, in order, for an explicit --backend pup flag, then for the Datadog MCP server's search_datadog_ci_pipeline_events tool, then for a working pup binary. Whichever it finds, it uses consistently — and a Tool Reference appendix translates every MCP call into its pup equivalent so the same workflow runs either way. If neither backend exists it stops and says so instead of improvising.
The sharp edges it documents
Repository IDs passed to pup must be fully lowercase, because the API rejects mixed case — github.com/datadog/my-repo, never github.com/DataDog/my-repo. The repository ID and default branch are derived from git remote get-url origin when not supplied, with the protocol and trailing .git stripped. A 401 or 403 from pup means the token lapsed, and the skill surfaces pup auth refresh rather than reporting a phantom CI problem.
Fits with
It requires the dd-pup skill for the CLI itself, and hands off to triage-flaky-test when a failure needs a deeper flake investigation. Best suited to teams already sending CI Visibility data to Datadog who want an agent to do the first pass on every red build. MIT licensed.
Related Skills
Diagnoses wrong gradients in differentiable NVIDIA Warp programs by measuring first — comparing autodiff against finite differences on a shrunk reproduction before proposing any fix.
Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.