fix: updated the skills plugin details#111
Merged
Merged
Conversation
Contributor
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Bug Fixes 🐛
🤖 This preview updates automatically when you update the PR. |
| { | ||
| "name": "sentry/cli", | ||
| "path": "plugins/sentry-cli" | ||
| "name": "sentry-cli", |
Contributor
There was a problem hiding this comment.
Bug: The plugin name was changed to sentry-cli, but the installation instructions in plugins/README.md still reference the old name, sentry/cli, which will cause installation to fail.
Severity: HIGH
Suggested Fix
Update the two instances of claude plugin install sentry/cli in plugins/README.md to claude plugin install sentry-cli to match the new plugin name in the marketplace manifest.
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: .claude-plugin/marketplace.json#L8
Potential issue: The plugin's name was changed in `.claude-plugin/marketplace.json` from
`sentry/cli` to `sentry-cli`. However, the installation instructions in
`plugins/README.md` were not updated to reflect this change. As a result, users
following the documentation will run `claude plugin install sentry/cli`, which will fail
because the plugin is now registered as `sentry-cli`. This will prevent users from
installing the plugin.
Did we get this right? 👍 / 👎 to inform future reviews.
3 tasks
sentry-junior Bot
added a commit
that referenced
this pull request
May 21, 2026
Code blocks: - Bumped @sentry/starlight-theme from ^0.2.0 to ^0.3.0 — v0.2.0 had --ve-code-bg: #111 which made code blocks darker than intended. v0.3.0 uses #141419, matching the theme playground reference. Homepage header: - Removed the 'Sentry CLI' text from the homepage header — now shows just the wordmark SVG logo like production does. The text next to the logo icon looked redundant.
betegon
pushed a commit
that referenced
this pull request
May 22, 2026
Code blocks: - Bumped @sentry/starlight-theme from ^0.2.0 to ^0.3.0 — v0.2.0 had --ve-code-bg: #111 which made code blocks darker than intended. v0.3.0 uses #141419, matching the theme playground reference. Homepage header: - Removed the 'Sentry CLI' text from the homepage header — now shows just the wordmark SVG logo like production does. The text next to the logo icon looked redundant.
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.
No description provided.