feat(skills-next): add react-router-framework SDK references#250
Merged
evanpurkhiser merged 1 commit intoJul 9, 2026
Conversation
evanpurkhiser
force-pushed
the
evanpurkhiser/feat-skills-next-add-react-router-framework-sdk-references
branch
from
July 2, 2026 21:14
5e8e720 to
eb5dc07
Compare
Comment on lines
+380
to
+384
| | Go | [`go`](../go/index.md) | | ||
| | Python | [`python`](../python/index.md) | | ||
| | Ruby | [`ruby`](../ruby/index.md) | | ||
| | Node backend services | [`node`](../node/index.md) | | ||
| | Java services | Use `@sentry/java` docs | |
There was a problem hiding this comment.
Bug: The documentation contains relative links to other SDKs, like ../react/index.md, that do not exist. This breaks navigation between reference documents.
Severity: MEDIUM
Suggested Fix
The original skill used skill name references like sentry-react-sdk. The fix should either restore a similar reference-based system that the skills-next infrastructure can resolve or create the missing SDK documentation files at the expected relative paths to make the links functional.
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/react-router-framework/index.md#L380-L384
Potential issue: The ported documentation for the React Router framework SDK replaces
functional skill name references (e.g., `sentry-react-sdk`) with relative file path
links (e.g., `../react/index.md`). These links are broken because the target directories
and files do not exist within the `skills-next/references/sdks/` directory structure.
This is a functional regression, as an LLM agent or user attempting to follow these
navigational links for cross-SDK guidance will fail, breaking expected handoffs between
different SDK references.
Also affects:
skills-next/references/sdks/react-router-framework/index.md:6~6skills-next/references/sdks/react-router-framework/react-router-framework-features.md:96~97
Did we get this right? 👍 / 👎 to inform future reviews.
Member
Author
|
Merging these ahead of review to get the ball rolling on the new skills layout. @cleptric will follow up with SDK teams to finesse the content of the SDK references. |
evanpurkhiser
deleted the
evanpurkhiser/feat-skills-next-add-react-router-framework-sdk-references
branch
July 9, 2026 18:48
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
react-router-frameworkSDK skill into the skills-next per-SDK reference layout underskills-next/references/sdks/react-router-framework/. 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.