Skip to main content
DataDog
GitHub クリエイタープロフィール

DataDog

35 件の GitHub リポジトリにある 146 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
146
リポジトリ
35
更新
2026年9月10日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
datadog-agent
34 件の skills · 2026年9月9日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者プロジェクト管理専門家市場調査アナリスト・マーケティングスペシャリスト
5 件の職業カテゴリ · 94% 分類済み
23%比率
#02
dd-trace-py
14 件の skills · 2026年9月10日
ソフトウェア開発者
1 件の職業カテゴリ · 57% 分類済み
9.6%比率
#03
pup
10 件の skills · 2026年9月7日
ソフトウェア開発者ネットワーク・コンピュータシステム管理者ソフトウェア品質保証アナリスト・テスター
3 件の職業カテゴリ · 100% 分類済み
6.8%比率
#04
rshell
9 件の skills · 2026年7月21日
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者ネットワーク・コンピュータシステム管理者情報セキュリティアナリスト
4 件の職業カテゴリ · 100% 分類済み
6.2%比率
#05
dd-trace-java
7 件の skills · 2026年9月10日
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者
2 件の職業カテゴリ · 71% 分類済み
4.8%比率
#06
dd-sdk-ios
7 件の skills · 2026年7月8日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
4.8%比率
#07
dd-trace-js
6 件の skills · 2026年8月28日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
4.1%比率
#08
dd-trace-dotnet
6 件の skills · 2026年6月18日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
4.1%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

follow-pr
未分類

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.

2026年9月9日
triage-ci-failure
未分類

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" -…

2026年9月9日
write-e2e
ソフトウェア品質保証アナリスト・テスター

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…

2026年9月9日
run-e2e
ソフトウェア品質保証アナリスト・テスター

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".

2026年9月2日
run-windows-e2e
ソフトウェア品質保証アナリスト・テスター

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

2026年9月2日
create-pr
ソフトウェア開発者

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…

2026年8月28日
cws-btfhub-sync
ネットワーク・コンピュータシステム管理者

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>".

2026年8月26日
locate-config-setting
ソフトウェア開発者

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

2026年8月11日
収集済み skill 34 件中 8 件を表示しています。
apm-integrations
未分類

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…

2026年9月10日
debug-build-times
未分類

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…

2026年9月10日
llmobs-integrations
未分類

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…

2026年9月10日
releasenote
未分類

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).

2026年9月10日
run-tests
未分類

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,…

2026年9月10日
lint
未分類

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…

2026年9月9日
dependency-direction-analysis
ソフトウェア開発者

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…

2026年8月10日
circular-import-analysis
ソフトウェア開発者

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.

2026年8月5日
収集済み skill 14 件中 8 件を表示しています。
pup
ソフトウェア開発者

Datadog API CLI with 49 command groups, 300+ subcommands. Skills and domain agents for monitoring, logs, APM, security, and infrastructure.

2026年9月7日
dd-logs
ネットワーク・コンピュータシステム管理者

Log management - search, pipelines, archives, and cost control.

2026年8月3日
dd-file-issue
ソフトウェア開発者

File GitHub issues to the right repository (pup CLI or plugin)

2026年5月28日
dd-pup
ネットワーク・コンピュータシステム管理者

Datadog CLI (pup). OAuth2 auth with token refresh.

2026年5月27日
dd-triage-flaky-test
ソフトウェア品質保証アナリスト・テスター

Load when investigating a specific flaky test. Gets history, failure pattern, and category, then recommends fix, quarantine, or escalate.

2026年5月27日
dd-unblock-pr
ソフトウェア品質保証アナリスト・テスター

Load when investigating a failing PR CI pipeline or checking PR health. Attributes each CI failure as flaky, infra, or regression, proposes a targeted action, and reports code coverage.

2026年5月27日
dd-monitors
ネットワーク・コンピュータシステム管理者

Monitor management - create, update, mute, and alerting best practices.

2026年5月7日
dd-debugger
ソフトウェア開発者

Live Debugger - inspect runtime argument/variable values in production by placing log probes on methods. Use when asked what values a function receives, what parameters look like at runtime, or to capture live data from running services without redeploying.

2026年5月5日
収集済み skill 10 件中 8 件を表示しています。
implement-posix-command
ソフトウェア開発者

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

2026年7月21日
improve-test-coverage
ソフトウェア品質保証アナリスト・テスター

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

2026年5月7日
address-pr-comments
ソフトウェア開発者

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

2026年5月6日
fix-ci-tests
ネットワーク・コンピュータシステム管理者

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

2026年5月6日
review-fix-loop
ソフトウェア開発者

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.

2026年5月6日
improve-loop
ソフトウェア品質保証アナリスト・テスター

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.

2026年3月25日
code-review
ソフトウェア品質保証アナリスト・テスター

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

2026年3月20日
fix-local-tests
ソフトウェア品質保証アナリスト・テスター

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

2026年3月20日
収集済み skill 9 件中 8 件を表示しています。
migrate-groovy-to-java
未分類

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.

2026年9月10日
clarify-java-comments
未分類

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,…

2026年9月4日
apm-integrations
ソフトウェア開発者

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

2026年9月1日
techdebt
ソフトウェア品質保証アナリスト・テスター

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 /…

2026年7月22日
perf-review
ソフトウェア品質保証アナリスト・テスター

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…

2026年7月15日
migrate-junit-source-to-tabletest
ソフトウェア品質保証アナリスト・テスター

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

2026年7月9日
review-groovy-migration
ソフトウェア品質保証アナリスト・テスター

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,…

2026年7月9日
dd-sdk-ios-update-feature-docs
ソフトウェア開発者

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.

2026年7月8日
dd-sdk-ios-swift-api-design
ソフトウェア開発者

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

2026年6月16日
dd-sdk-ios-git-commit
ソフトウェア開発者

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

2026年6月16日
dd-sdk-ios-open-pr
ソフトウェア開発者

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

2026年6月16日
dd-sdk-iosgit-branch
ソフトウェア開発者

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.

2026年3月13日
dd-sdk-iosrunning-tests
ソフトウェア品質保証アナリスト・テスター

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.

2026年3月13日
dd-sdk-iosxcode-file-management
ソフトウェア開発者

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…

2026年3月13日
apm-integrations
ソフトウェア開発者

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/…

2026年8月28日
architecture-review
ソフトウェア開発者

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…

2026年8月28日
flaky-test-fixer
ソフトウェア品質保証アナリスト・テスター

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…

2026年8月28日
llmobs-integration
ソフトウェア開発者

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",…

2026年7月30日
llmobs-testing
ソフトウェア品質保証アナリスト・テスター

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" /…

2026年7月30日
serverless-integrations
ソフトウェア開発者

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…

2026年7月9日
35 件中 12 件のリポジトリを表示