Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
DataDog
ملف منشئ GitHub

DataDog

عرض على مستوى المستودعات لـ 126 skills مجمعة عبر 32 مستودعات GitHub.

skills مجمعة
126
مستودعات
32
محدث
2026-07-22
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
datadog-agent
28 skills · 2026-07-16
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمحللو أبحاث السوق ومتخصصو التسويق
3 فئات مهنية · 100% مصنفة
22%الحصة
#02
dd-trace-py
13 skills · 2026-07-17
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
10%الحصة
#03
pup
10 skills · 2026-07-22
مطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوبمحللو ضمان جودة البرمجيات والمختبرون
3 فئات مهنية · 100% مصنفة
7.9%الحصة
#04
rshell
9 skills · 2026-05-07
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجياتمحللو أمن المعلوماتمديرو الشبكات وأنظمة الحاسوب
4 فئات مهنية · 100% مصنفة
7.1%الحصة
#05
dd-sdk-ios
7 skills · 2026-07-08
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
5.6%الحصة
#06
dd-trace-java
6 skills · 2026-07-22
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
2 فئات مهنية · 100% مصنفة
4.8%الحصة
#07
dd-trace-dotnet
6 skills · 2026-06-18
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
4.8%الحصة
#08
lading
6 skills · 2026-03-19
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
4.8%الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

agent-supply-chain-newsletter
محللو أبحاث السوق ومتخصصو التسويق

Generate the Agent Supply Chain newsletter by researching team activity on GitHub and Confluence, then creating a Confluence draft and Gmail draft

2026-07-16
allium
مطوّرو البرمجيات

Give your AI agents something more useful than a prompt. Velocity through clarity.

2026-07-16
distill
مطوّرو البرمجيات

Extract an Allium specification from an existing codebase. Use when the user has existing code and wants to distil behaviour into a spec, reverse engineer a specification from implementation, generate a spec from code, turn implementation into a behavioural specification, or document what a codebase does in Allium terms.

2026-07-16
elicit
مطوّرو البرمجيات

Run a structured discovery session to build an Allium specification through conversation. Use when the user wants to create a new spec from scratch, elicit or gather requirements, capture domain behaviour, specify a feature or system, define what a system should do, or is describing functionality and needs help shaping it into a specification.

2026-07-16
propagate
محللو ضمان جودة البرمجيات والمختبرون

Generate tests from Allium specifications. Use when the user wants to propagate tests, generate test files from a spec, write tests for a specification, create property-based tests, produce state machine tests, check test coverage against spec obligations, or understand what tests a specification requires.

2026-07-16
auto-jira
مطوّرو البرمجيات

Autonomously work on Jira backlog tickets, creating PRs and shepherding them to merge

2026-07-16
create-component
مطوّرو البرمجيات

Create a new Fx component using the modern def/fx/impl pattern (NOT legacy)

2026-07-16
create-config-field
مطوّرو البرمجيات

Add a new configuration field to the Datadog Agent (datadog.yaml)

2026-07-16
عرض أهم 8 من أصل 28 skills مجمعة في هذا المستودع.
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-07-17
add-new-configuration
مطوّرو البرمجيات

Register a new environment variable / configuration option in dd-trace-py. Use whenever you add (or rename) a DD_*/_DD_*/OTEL_*/DATADOG_* environment variable so it is documented, validated, and tracked for cross-language feature parity. Covers supported-configurations.json, the generated _supported_configurations.py module, docs/configuration.rst, and the feature-parity registry hand-off.

2026-06-29
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 with riot, and common anti-patterns. LLM/AI integrations should use this skill for APM-side workflow only; use llmobs-integrations for LLMObs-specific lifecycle, extraction, streaming, and VCR guidance. Pin is DEPRECATED. Triggers: "dd-trace-py", "ddtrace", "contrib", "integration", "patch.py", "trace_handlers", "PATCH_MODULES", "context_with_data", "context_with_event", "TracingEvent", "VCR", "cassette", "generative-ai", "LLM integration", "riot", "riotfile", "suitespec", "new integration", "wrap", "unwrap".

2026-06-24
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 VCR-based testing patterns. Triggers: "llmobs", "LLMObs", "BaseLLMIntegration", "llmobs_set_tags", "_llmobs_set_tags", "BaseStreamHandler", "submit_to_llmobs", "integration.trace", "LLM span", "VCR", "cassette", "anthropic", "openai", "google_genai", "claude_agent_sdk", "generative-ai", "LLM integration", "llmobs_enabled".

2026-06-24
analyze-crash
مطوّرو البرمجيات

Native crash log analysis for dd-trace-py

2026-06-05
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 efficient validation.

2026-05-14
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, selects the minimal set of venvs needed for validation, and handles test execution with Docker services as needed.

2026-05-14
debug-build-times
مطوّرو البرمجيات

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

2026-04-10
عرض أهم 8 من أصل 13 skills مجمعة في هذا المستودع.
pup
مطوّرو البرمجيات

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

2026-07-22
dd-file-issue
مطوّرو البرمجيات

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

2026-05-28
dd-pup
مديرو الشبكات وأنظمة الحاسوب

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

2026-05-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-05-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-05-27
dd-logs
مديرو الشبكات وأنظمة الحاسوب

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

2026-05-07
dd-monitors
مديرو الشبكات وأنظمة الحاسوب

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

2026-05-07
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-05-05
عرض أهم 8 من أصل 10 skills مجمعة في هذا المستودع.
improve-test-coverage
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-07
address-pr-comments
مطوّرو البرمجيات

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

2026-05-06
fix-ci-tests
مديرو الشبكات وأنظمة الحاسوب

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

2026-05-06
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-05-06
implement-posix-command
مطوّرو البرمجيات

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

2026-03-25
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-03-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-03-20
fix-local-tests
محللو ضمان جودة البرمجيات والمختبرون

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

2026-03-20
عرض أهم 8 من أصل 9 skills مجمعة في هذا المستودع.
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-07-08
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-06-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-06-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-06-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-03-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-03-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 for Write, Bash mv/mkdir/rm, or manual pbxproj editing for file management.

2026-03-13
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 / complexity / dead code before opening a PR, or mentions "techdebt". Refactor-only: it reports issues and offers behavior-preserving fixes; it never changes behavior.

2026-07-22
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-07-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 pinning, backtracking-regex ReDoS, varargs/boxing hashing, String.format, ByteBuddy-Advice anti-patterns) using the tracer performance rubric. Use whenever the user wants a performance / overhead / hot-path review, asks to check a diff or PR for allocation / GC / memory / latency / startup cost, or mentions the "perf rubric" or the "do no harm / assume hot" tracer posture — even if they just say "review this for perf" without naming the rubric. Advisory and READ-ONLY: it reports ranked, verify-first findings; it never edits code.

2026-07-15
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-07-09
migrate-junit-source-to-tabletest
محللو ضمان جودة البرمجيات والمختبرون

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

2026-07-09
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, then offers to auto-fix BLOCKERs and WARNINGs.

2026-07-09
bump-libdatadog
مطوّرو البرمجيات

Update/bump the libdatadog native library version in dd-trace-dotnet. Use when the user asks to bump, update, or upgrade libdatadog, or mentions a new libdatadog release version.

2026-06-18
azure-functions
مطوّرو البرمجيات

Dev/test workflow for tracer engineers working on the Datadog .NET tracer — build a local Datadog.AzureFunctions NuGet package, deploy it to a test Azure Function App, trigger it, and analyze traces/logs to verify instrumentation behavior. Use this skill whenever the user is working on Azure Functions instrumentation: building or testing the Datadog.AzureFunctions NuGet package, deploying to a test Function App, analyzing instrumentation logs or spans from an Azure Functions app, or configuring Datadog environment variables on Azure — even if they don't explicitly invoke /azure-functions.

2026-05-12
analyze-azdo-build
مطوّرو البرمجيات

Analyze Azure DevOps CI build failures in dd-trace-dotnet pipeline. This skill should be used when the user mentions a failing CI build, PR checks failing, Azure DevOps pipeline failures, test failures in CI, or when they share a build ID or PR number and want to understand what went wrong. Analyzes build failures, categorizes them (infrastructure/flaky/real), and provides actionable recommendations.

2026-04-14
analyze-error
مطوّرو البرمجيات

Error Stack Trace Analysis for dd-trace-dotnet

2026-02-26
analyze-crash
مطوّرو البرمجيات

Stack Trace Crash Analysis for dd-trace-dotnet

2026-02-05
review-pr
محللو ضمان جودة البرمجيات والمختبرون

Perform a review on a GitHub PR, leaving comments on the PR

2026-02-05
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/ Client/Server/Consumer/Producer/Composite), "addHook", "shimmer.wrap", "orchestrion", "bindStart"/"bindFinish", "diagnostic channel", "runStores", "subscriber cardinality", "channel.publish gate", "read upstream source", "reference plugin".

2026-07-21
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 invocation root span, Lambda runtime, Azure Functions, GCP Functions, type = 'serverless', DD_LAMBDA_HANDLER, datadog-lambda-js, deployed serverless verification, manual serverless test.

2026-07-09
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", "getLLMObsSpanRegisterOptions", "setLLMObsTags", "LlmObsCategory", "LlmObsSpanKind", any provider tag ("openai" / "anthropic" / "genai" / "google" / "langchain" / "langgraph" / "ai-sdk" llmobs), "VCR cassettes".

2026-06-19
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" / "MOCK_NUMBER" / "MOCK_OBJECT"), "VCR cassette", "vcr proxy", "127.0.0.1:9126", any LlmObsCategory test ("LLM_CLIENT" / "MULTI_PROVIDER" / "ORCHESTRATION" / "INFRASTRUCTURE").

2026-06-19
datadog-go-test-optimization-onboarding
محللو ضمان جودة البرمجيات والمختبرون

Use when instrumenting a Bazel Go repository or monorepo with Datadog Test Optimization and Orchestrion. Applies to WORKSPACE and Bzlmod consumers, large monorepos with local Go wrappers, doctor/uploader validation, and RFC-safe setup that avoids patches, payload proxies, DD_GIT_* test environment variables, and missing remote outputs.

2026-07-06
datadog-java-test-optimization-onboarding
محللو ضمان جودة البرمجيات والمختبرون

Use when instrumenting a Bazel Java repository or monorepo with Datadog Test Optimization. Applies to Bzlmod and WORKSPACE consumers, direct java_test targets, repository-owned Java/JUnit wrapper macros, doctor/uploader validation, and RFC-safe setup that avoids manual tracer payload wiring, DD_GIT_* test environment variables, uploader credentials in test sandboxes, and missing remote outputs.

2026-07-06
datadog-python-test-optimization-onboarding
محللو ضمان جودة البرمجيات والمختبرون

Use when instrumenting a Bazel Python repository or monorepo with Datadog Test Optimization. Applies to Bzlmod and WORKSPACE consumers, managed pytest targets, repository-owned pytest wrappers, consumer_runner mode, doctor/uploader validation, and RFC-safe setup that avoids payload proxies, DD_GIT_* test environment variables, and missing remote outputs.

2026-07-06
datadog-rules-go-orchestrion-upstream-migration
مطوّرو البرمجيات

Use when porting this repository's vendored Orchestrion-enabled rules_go fork from its current upstream base to another upstream rules_go tag or commit. Applies to base support lines, metadata regeneration, profile verification, smoke validation, and migration PR preparation.

2026-07-06
map-threat-intel-coverage
محللو أمن المعلومات

Analyze a threat-intel blog post or report against Stratus Red Team coverage. Extract cloud TTPs, classify each as Covered / Partial / Open issue / Not covered, produce a markdown coverage report, and suggest GitHub issue drafts for the gaps. Use when the user pastes a threat-intel URL (Microsoft, Mandiant, CrowdStrike, Unit 42, etc.) and asks for a coverage report, gap analysis, TTP extraction, or "what does Stratus cover from this report". Also use when given a local report file (.md, .txt, .pdf) or pasted text.

2026-07-07
create-attack-technique
مطوّرو البرمجيات

Create or review Stratus Red Team attack techniques. Use when asked to add, create, or implement a new attack technique for AWS, Azure, GCP, Entra ID, EKS, or Kubernetes in the stratus-red-team project. Also use when reviewing PRs or code that implements attack techniques — the guidelines serve as a review checklist.

2026-02-12
test-attack-technique
محللو ضمان جودة البرمجيات والمختبرون

Tests and validates Stratus Red Team attack techniques by executing warmup, detonation, and cleanup phases with comprehensive validation. Validates cloud credentials, parses command output, checks expected outcomes, and generates HTML reports. Use when testing attack techniques, validating TTPs, verifying technique behavior, or when user mentions stratus, warmup, detonate, or technique IDs like aws.*, azure.*, gcp.*, k8s.*, or entra-id.*. Supports AWS, Azure, GCP, Kubernetes, and Entra ID.

2026-02-11
عرض 12 من أصل 32 مستودعات