feat(skills): add dd-unblock-pr and dd-triage-flaky-test workflow skills#527
Merged
platinummonkey merged 1 commit intoMay 28, 2026
Merged
Conversation
4c42a78 to
fe2b01a
Compare
This comment has been minimized.
This comment has been minimized.
188825f to
503af91
Compare
Ports the two CI/CD workflow skills from datadog-labs/agent-skills into the pup skills directory, and removes the CI/CD quick-reference rows added to skills/dd-pup/SKILL.md (no other dd-* domain skills add entries there, so keeping it consistent). dd-unblock-pr: Investigate a failing PR CI pipeline — search job-level failures, run blame-guard aggregations per failing job, classify as flaky/infra/regression/unknown, produce a triage brief, and propose targeted actions. Infra failures include transience assessment before suggesting a retry. dd-triage-flaky-test: Investigate a specific flaky test — fetch FTM stats, recent failure history, and blast radius (pipelines impacted), then recommend a category-specific code fix or quarantine with an explicit user approval gate before any write. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
503af91 to
190c560
Compare
MintsInc
approved these changes
May 27, 2026
Member
|
/remove |
|
View all feedbacks in Devflow UI.
|
platinummonkey
approved these changes
May 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds two CI/CD workflow skill files to the pup skills directory, ported from
datadog-labs/agent-skills. Also removes the CI/CD quick-reference rows that were inadvertently added toskills/dd-pup/SKILL.mdin #526 — no other dd-* domain skills add entries there.Changes
skills/dd-unblock-pr/SKILL.md— New skill. Searches job-level pipeline failures and test failures in parallel, runs per-job blame-guard aggregations (default-branch check + blast radius), classifies each failure as flaky/infra/regression/unknown, and proposes targeted actions including transience-aware retry for infra failures.skills/dd-triage-flaky-test/SKILL.md— New skill. Fetches pre-computed FTM stats, recent failure history, and blast radius. Recommends a category-specific code fix or quarantine. Requires explicit user approval before any write viapup test-optimization flaky-tests update.skills/dd-pup/SKILL.md— Reverts 5 CI/CD rows added in fix(cicd): fix aggregate commands, add --level to events search #526 for consistency with other domain skills.Testing
Workflows validated against pup CLI command signatures from #526. Skills reviewed through 3 rounds of automated code review.
🤖 Generated with Claude Code