Wrap code review messages in NOTE callout block #171
Closed
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.
Description
This PR adds a new
site browsecommand to open the published site in a browser, adds the claude-code-plugins subtree containing various plugin tools and workflows, and improves code review message formatting by wrapping messages in GitHub's NOTE callout blocks for better visual quality and readability.Related Issue
None
Type of Change
Changes Made
site browsecommand to open the published site URL in the default browser (src/cli/commands/site/browse.ts:1)getSiteUrl()utility function to fetch published site URL from API (src/cli/utils/urls.ts:29)Testing
npm test)Checklist
Additional Notes
The
site browsecommand includes a CI check to avoid opening browsers in CI environments. The command requires authentication to access the published site URL from the API. The claude-code-plugins subtree adds extensive plugin infrastructure including marketplace metadata, GitHub workflows, and various development tools.🤖 Generated by Claude | 2026-02-01 19:54 UTC