Skip to main content
DataDog
Perfil de creador de GitHub

DataDog

Vista por repositorio de 146 skills recopiladas en 35 repositorios de GitHub.

skills recopiladas
146
repositorios
35
actualizado
10 sept 2026
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

#01
datadog-agent
34 skills · 9 sept 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresAdministradores de redes y sistemas informáticosAnalistas de investigación de mercados y especialistas en marketingEspecialistas en gestión de proyectos
5 categorías ocupacionales · 94 % clasificado
23 %participación
#02
dd-trace-py
14 skills · 10 sept 2026
Desarrolladores de software
1 categorías ocupacionales · 57 % clasificado
9,6 %participación
#03
pup
10 skills · 7 sept 2026
Desarrolladores de softwareAdministradores de redes y sistemas informáticosAnalistas de garantía de calidad de software y probadores
3 categorías ocupacionales · 100 % clasificado
6,8 %participación
#04
rshell
9 skills · 21 jul 2026
Analistas de garantía de calidad de software y probadoresDesarrolladores de softwareAdministradores de redes y sistemas informáticosAnalistas de seguridad de la información
4 categorías ocupacionales · 100 % clasificado
6,2 %participación
#05
dd-trace-java
7 skills · 10 sept 2026
Analistas de garantía de calidad de software y probadoresDesarrolladores de software
2 categorías ocupacionales · 71 % clasificado
4,8 %participación
#06
dd-sdk-ios
7 skills · 8 jul 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadores
2 categorías ocupacionales · 100 % clasificado
4,8 %participación
#07
dd-trace-js
6 skills · 28 ago 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadores
2 categorías ocupacionales · 100 % clasificado
4,1 %participación
#08
dd-trace-dotnet
6 skills · 18 jun 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadores
2 categorías ocupacionales · 100 % clasificado
4,1 %participación
Aquí se muestran los 8 repositorios principales; la lista completa continúa abajo.
explorador de repositorios

Repositorios y skills representativas

follow-pr
sin clasificar

Monitor the current PR's GitLab pipeline to completion, then report success or investigate a failure. Use when the user asks to follow, babysit, watch, or wait on a PR/pipeline, or just after pushing to / creating a PR.

9 sept 2026
triage-ci-failure
sin clasificar

Classify a failed CI as either caused by an active incident, flakiness, or a true code regression. Use when a PR's pipeline is red and it isn't obvious whether the PR's own changes are at fault. Trigger phrases include: - "investigate this CI failure" -…

9 sept 2026
write-e2e
Analistas de garantía de calidad de software y probadores

Write or extend Datadog Agent new-e2e tests, including fakeintake coverage and the GitLab wiring that runs them; derives scope from the current diff when no target is named. Not for running tests that already exist (run-e2e, run-windows-e2e), or for judging…

9 sept 2026
run-e2e
Analistas de garantía de calidad de software y probadores

Run one already-written new-e2e test locally and triage the setup failures that stop it — "run the containers e2e tests", "my e2e run fails before any test starts".

2 sept 2026
run-windows-e2e
Analistas de garantía de calidad de software y probadores

Run Windows E2E tests (MSI install tests or Fleet Automation/installer tests) locally against AWS-provisioned VMs

2 sept 2026
create-pr
Desarrolladores de software

Create a pull request for the current branch with proper labels and description. Any agent opening a PR in this repo (via `gh pr create` or otherwise), whether invoked directly as /create-pr or as part of a larger task, MUST follow this skill's process rather…

28 ago 2026
cws-btfhub-sync
Administradores de redes y sistemas informáticos

Sync CWS BTFHub constants after adding a new constantfetch offset, so pre-BTF kernels can resolve it. Use when KMT secagent jobs log "failed to fetch constant for <name>".

26 ago 2026
locate-config-setting
Desarrolladores de software

Find where an Agent config setting or section is defined in the YAML schemas, and print its schema node, using `dda inv schema.locate`

11 ago 2026
Mostrando 8 de 34 skills recopiladas.
apm-integrations
sin clasificar

dd-trace-py integration development guide. Use when creating, modifying, or debugging contrib integrations in the Python tracer. Covers the patch module system, context_with_data, context_with_event (new), registration, testing through the repository test…

10 sept 2026
debug-build-times
sin clasificar

Diagnose and fix slow base venv build times caused by unnecessary recompilation of native extensions (CMake, Cython, Rust) across test environment builds. Use when CI base venv builds are slow, when ext_cache isn't saving time, or when investigating warm…

10 sept 2026
llmobs-integrations
sin clasificar

dd-trace-py LLMObs integration development guide. Use when creating, modifying, or debugging LLMObs integrations for LLM/AI libraries in the Python tracer. Covers BaseLLMIntegration, stream handling, message extraction, token counting, tool call parsing, and…

10 sept 2026
releasenote
sin clasificar

Decide whether a release note is needed, and if so create or update a Reno fragment, following dd-trace-py's conventions (docs/releasenotes.rst).

10 sept 2026
run-tests
sin clasificar

Validate code changes by intelligently selecting and running the appropriate test suites. Use this when editing code to verify changes work correctly, run tests, validate functionality, or check for regressions. Automatically discovers affected test suites,…

10 sept 2026
lint
sin clasificar

Run targeted linting, formatting, and code quality checks on modified files. Use this to validate code style, type safety, security, and other quality metrics before committing. Supports running all checks or targeting specific checks on specific files for…

9 sept 2026
dependency-direction-analysis
Desarrolladores de software

Run the dependency direction detector against ddtrace and propose architectural fixes for any violations found. Use this when adding or refactoring modules under ddtrace/internal, ddtrace/contrib, or any product package, or when the detect_layering_violations…

10 ago 2026
circular-import-analysis
Desarrolladores de software

Run circular import detection against ddtrace and propose architectural fixes for any cycles found. Use this when adding or refactoring modules, or when the detect_circular_imports CI job reports new cycles on a PR.

5 ago 2026
Mostrando 8 de 14 skills recopiladas.
Mostrando 8 de 10 skills recopiladas.
implement-posix-command
Desarrolladores de software

Implement a new POSIX command as a builtin in the safe shell interpreter

21 jul 2026
improve-test-coverage
Analistas de garantía de calidad de software y probadores

Improve test coverage for shell features and commands using reference test suites from yash, GNU coreutils, and uutils/coreutils

7 may 2026
address-pr-comments
Desarrolladores de software

Read PR review comments, evaluate validity, implement fixes, push changes, and reply/resolve threads

6 may 2026
fix-ci-tests
Administradores de redes y sistemas informáticos

Diagnose and fix CI failures on a GitHub PR by analyzing failing checks, reading logs, and applying fixes

6 may 2026
review-fix-loop
Desarrolladores de software

Self-review a PR, fix all issues, and re-review in a loop until clean. Coordinates code-review, address-pr-comments, and fix-ci-tests skills.

6 may 2026
improve-loop
Analistas de garantía de calidad de software y probadores

Systematically review and improve every shell feature and builtin command. Iterates through each feature/command, runs code-review, fixes issues, and re-reviews until clean.

25 mar 2026
code-review
Analistas de garantía de calidad de software y probadores

Comprehensive code review covering security, correctness, bash compatibility, test coverage, and code quality. Use for PRs, commits, or any code changes.

20 mar 2026
fix-local-tests
Analistas de garantía de calidad de software y probadores

Fix failing tests by prioritising shell implementation fixes to match bash behaviour

20 mar 2026
Mostrando 8 de 9 skills recopiladas.
migrate-groovy-to-java
sin clasificar

Converts Spock/Groovy test files in a Gradle module to equivalent JUnit 5 Java tests. Use when asked to "migrate groovy", "convert groovy to java", "g2j", or when a module has .groovy test files that need to be replaced with .java equivalents.

10 sept 2026
clarify-java-comments
sin clasificar

Clarify or review Java Javadocs, Javadoc tags, and explanatory code comments for legibility, accuracy, and source alignment. Use when asked to simplify verbose or generated comments, edit documentation in a local file, class, or member, repair Javadoc markup,…

4 sept 2026
apm-integrations
Desarrolladores de software

Write a new library instrumentation end-to-end. Use when the user ask to add a new APM integration or a library instrumentation.

1 sept 2026
techdebt
Analistas de garantía de calidad de software y probadores

Review a code diff / branch / PR for technical debt — code duplication, unnecessary complexity / over-engineering, and redundant or dead code. Use whenever the user wants a tech-debt, cleanup, or refactor review, asks to check a branch or PR for duplication /…

22 jul 2026
perf-review
Analistas de garantía de calidad de software y probadores

Performance-overhead review of a code diff / branch / PR for the dd-trace-java tracer. Flags hot-path allocation, unbounded memory, repeated work, escaping objects, native-boundary crossings, and JVM-specific pitfalls (escape analysis, JNI / virtual-thread…

15 jul 2026
migrate-junit-source-to-tabletest
Analistas de garantía de calidad de software y probadores

Convert JUnit 5 @MethodSource/@CsvSource/@ValueSource parameterized tests to @TableTest (JDK8)

9 jul 2026
review-groovy-migration
Analistas de garantía de calidad de software y probadores

Post-migration quality review. Checks Java test files produced by migrate-groovy-to-java against the shared quality rules. Use after migration, or on any branch with recently migrated .java test files. Produces structured FINDING blocks grouped by severity,…

9 jul 2026
dd-sdk-ios-update-feature-docs
Desarrolladores de software

Use when public API changes have been made to review and update all *_FEATURE.md documentation files, or to audit whether they are still accurate.

8 jul 2026
dd-sdk-ios-swift-api-design
Desarrolladores de software

Use when writing, reviewing, or renaming Swift APIs, including declarations, call sites, argument labels, Boolean names, protocols, overloads, documentation comments, and small abstractions.

16 jun 2026
dd-sdk-ios-git-commit
Desarrolladores de software

Use when committing changes in dd-sdk-ios. Use when writing commit messages, signing commits, or staging files before a commit.

16 jun 2026
dd-sdk-ios-open-pr
Desarrolladores de software

Use when creating a pull request in dd-sdk-ios. Use when writing PR titles, PR body, or choosing the target branch.

16 jun 2026
dd-sdk-iosgit-branch
Desarrolladores de software

Use when creating a new branch in dd-sdk-ios for a JIRA ticket or feature. Use when choosing a branch name or base branch for development work.

13 mar 2026
dd-sdk-iosrunning-tests
Analistas de garantía de calidad de software y probadores

Use when asked to run tests in the dd-sdk-ios project — whether a full module suite, a specific test class, or a single test method. Use when choosing between make, xcodebuild, or Xcode MCP for running iOS/tvOS/visionOS tests.

13 mar 2026
dd-sdk-iosxcode-file-management
Desarrolladores de software

Use when adding, removing, moving, or renaming Swift source files in the dd-sdk-ios Xcode project. Use when the task involves file creation, deletion, or relocation in any module (DatadogRUM, DatadogLogs, DatadogCore, etc.). Use when you would otherwise reach…

13 mar 2026
apm-integrations
Desarrolladores de software

Use when adding, debugging, fixing, or modifying instrumentation and plugins for third-party libraries in dd-trace-js. Triggers: "add a new integration", "instrument a library", any *Plugin base class (Tracing/Database/Cache/…

28 ago 2026
architecture-review
Desarrolladores de software

Use when a dd-trace-js change introduces or substantially changes a class hierarchy, module boundary, shared helper layer, public API, or duplicated behavior across multiple types. Triggers: architecture decision, design review, refactor shared behavior, new…

28 ago 2026
flaky-test-fixer
Analistas de garantía de calidad de software y probadores

Use when classifying, investigating, or fixing a suspected flaky test, intermittent test result, nondeterministic CI test failure, timing race, hang, or test-order dependency in dd-trace-js. Classifies infrastructure and deterministic failures before…

28 ago 2026
llmobs-integration
Desarrolladores de software

Use when adding, debugging, or modifying LLMObs plugins for an LLM library in dd-trace-js. Triggers: "add LLMObs support", "instrument chat completions / streaming / embeddings / agent runs / orchestration / tool calls / retrieval", "LLMObsPlugin",…

30 jul 2026
llmobs-testing
Analistas de garantía de calidad de software y probadores

Use when writing, modifying, or debugging tests for an LLMObs plugin in dd-trace-js. Triggers: "write LLMObs tests", "test an LLMObs plugin", "assertLlmObsSpanEvent", "useLlmObs", "getEvents", any MOCK_* matcher ("MOCK_STRING" / "MOCK_NOT_NULLISH" /…

30 jul 2026
serverless-integrations
Desarrolladores de software

Use when adding, modifying, debugging, or reviewing dd-trace-js serverless platform integrations that create root invocation spans for AWS Lambda, Azure Functions, Google Cloud Functions, or similar runtimes. Triggers: serverless integration, function…

9 jul 2026
Mostrando 12 de 35 repositorios