feat(skills-next): add cocoa SDK references#239
Open
evanpurkhiser wants to merge 1 commit into
Open
Conversation
613c7c1 to
e5935d2
Compare
e5935d2 to
be5c72c
Compare
Member
Author
|
Automated fixes pushed addressing the review feedback on this PR:
Unreviewed LLM-port correction; please verify against the SDK. |
Comment on lines
+419
to
+424
| | Backend detected | Suggest skill | Trace header support | | ||
| |-----------------|--------------|---------------------| | ||
| | Go (`go.mod`) | [`go`](../go/index.md) | Automatic | | ||
| | Python (`requirements.txt`) | [`python`](../python/index.md) | Automatic | | ||
| | Ruby (`Gemfile`) | [`ruby`](../ruby/index.md) | Automatic | | ||
| | Node.js backend (`package.json`) | [`node`](../node/index.md) | Automatic | |
There was a problem hiding this comment.
Bug: The cross-linking table in the Cocoa SDK documentation contains relative markdown links that point to non-existent files, such as ../go/index.md.
Severity: HIGH
Suggested Fix
Correct the broken relative links. Either create the missing documentation files (e.g., go/index.md, python/index.md) at the specified paths or revert the links to the plain text identifiers used previously, like sentry-go-sdk. Creating the files would be a more robust long-term solution.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent. Verify if this is a real issue. If it is, propose a fix; if not, explain why it's
not valid.
Location: skills-next/references/sdks/cocoa/index.md#L419-L424
Potential issue: The pull request updated a table in the Cocoa SDK documentation,
changing plain text skill identifiers like `sentry-go-sdk` to relative markdown links
such as `[`go`](../go/index.md)`. However, the target files for these links (e.g.,
`skills-next/references/sdks/go/index.md`) do not exist in the repository. The
documentation's instructions expect an automated agent to load these reference files. An
agent attempting to follow these links to set up distributed tracing with a backend
service will encounter file-not-found errors, breaking the setup workflow.
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.
Direct LLM port of the existing
cocoaSDK skill into the skills-next per-SDK reference layout underskills-next/references/sdks/cocoa/. This content has NOT been reviewed at all — it is a machine-generated port of the existing SDK skill, and every file should be treated as unverified.