feat(skills): add integration-internals and datadog-semantics agent skills#7754
Draft
feat(skills): add integration-internals and datadog-semantics agent skills#7754
Conversation
Contributor
Overall package sizeSelf size: 5.02 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.0 | 81.15 kB | 815.98 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7754 +/- ##
=======================================
Coverage 80.42% 80.42%
=======================================
Files 741 741
Lines 32168 32168
=======================================
Hits 25872 25872
Misses 6296 6296 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
✨ Fix all issues with BitsAI or with Cursor
|
Contributor
|
IMO we should close this, and bolster the already existing apm-integrations skill if any of this context is 100% needed |
…kills - integration-internals: deep-dive on diagnostic channels, shimmer patterns, ESM support, test environment, debugging (dd-debug), and performance rules - datadog-semantics: span naming conventions, required/recommended tags per category (database, cache, HTTP, messaging, gRPC, GraphQL), and get_semantics.py Also adds channel name mismatch warning to orchestrion.md: using full apm: channel names in channelName causes double-prefixing at runtime — short names only. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
b93a971 to
e8bf2b3
Compare
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.
What does this PR do?
Adds two agent skill files under
.agents/skills/and a targeted fix to the existing orchestrion reference:New Skills
integration-internals— supplementary deep-dive for integration work alongsideapm-integrations:runStoresvspublish, three channel types, callback wrapping)addHookAPI, double-patching prevention)esmFirstflagserver.mjs+client.spec.jstemplates)dd-debug(superior toDD_TRACE_DEBUGfor channel/span diagnosis)createIntegrationTestSuite, Docker services table,externals.json)datadog-semantics— APM span naming and tagging conventions:get_semantics.pyscript to query conventions programmaticallyOrchestrion fix
Adds a Channel Name Mismatch warning to
apm-integrations/references/orchestrion.md: using fullapm:channel names inchannelNamecauses double-prefixing at runtime (tracing:orchestrion:{module}:apm:...) which no plugin subscribes to. Short names only (query:start, notapm:mylib:query:start).Why separate skills?
apm-integrationscovers greenfield integration creation.integration-internalsanddatadog-semanticscover different use cases (debugging regressions, migration from shimmer, span tagging decisions) and are loaded selectively by workflows that need them.🤖 Generated with APM Instrumentation Toolkit