dd-trace-dotnet
Debug, test, and maintain the Datadog .NET tracer with AI
All Skills in This Repository (6)
Pure Emerald Level Indicatorsanalyze-azdo-build
Analyze Azure DevOps CI build failures and categorize issues by pull request or build ID.
analyze-error
Analyze dd-trace-dotnet error stack traces to identify root causes.
azure-functions
Build, deploy, and analyze Datadog .NET tracer instrumentation for Azure Functions.
review-pr
Review GitHub Pull Requests by analyzing diffs and posting inline comments.
analyze-crash
Parse stack traces and diagnose crashes in the dd-trace-dotnet repository.
bump-libdatadog
Updates libdatadog-dotnet version pins and checksums across CMake and vcpkg build files.
Frequently Asked Questions
FAQPage SchemaHow to install dd-trace-dotnet skills?โผ
Run `npx skills add DataDog/dd-trace-dotnet --all -g -y` in your terminal to install all skills in this suite globally.
How to analyze a failing CI build with AI?โผ
Use the analyze-azdo-build skill with a PR number or build ID. It fetches the Azure DevOps build, lists failed stages and tests, and categorizes failures as real, flaky, or infrastructure issues.
Can AI analyze .NET crash stack traces?โผ
Yes. The analyze-crash skill parses a pasted stack trace, maps frames to source code, and produces a full crash report explaining how the failure happened.
How to test Datadog tracing on Azure Functions?โผ
The azure-functions skill builds a local NuGet package, deploys it to your test Function App, triggers it, and analyzes logs and spans to verify instrumentation works.
Does this suite work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run directly in Claude Code and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core