Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pr-review-toolkit/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pr-review-toolkit",
"version": "1.8.0",
"version": "1.8.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Bump this as a minor release, not a patch.

This adds backward-compatible behavior, so 1.8.1 understates the change. Please move the manifest to the next minor version instead.

As per coding guidelines, backward-compatible changes should use a minor version bump.

Suggested edit
-  "version": "1.8.1",
+  "version": "1.9.0",
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"version": "1.8.1",
"version": "1.9.0",
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@pr-review-toolkit/.claude-plugin/plugin.json` at line 3, The plugin manifest
version in plugin.json is set to a patch release, but this change should be
treated as a backward-compatible minor release. Update the version field to the
next minor version instead of 1.8.1, keeping the change in the plugin manifest
aligned with the release semantics used elsewhere.

Source: Coding guidelines

"description": "Comprehensive PR review board using shared workflow context",
"author": {
"name": "cblecker",
Expand Down
7 changes: 7 additions & 0 deletions pr-review-toolkit/skills/review-pr/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ allowed-tools:
- mcp__plugin_github_github__pull_request_review_write
- mcp__plugin_github_github__add_comment_to_pending_review
- mcp__plugin_github_github__add_reply_to_pull_request_comment
- mcp__plugin_golang_gopls__go_diagnostics
- mcp__plugin_golang_gopls__go_file_context
- mcp__plugin_golang_gopls__go_package_api
- mcp__plugin_golang_gopls__go_search
- mcp__plugin_golang_gopls__go_symbol_references
- mcp__plugin_golang_gopls__go_vulncheck
- mcp__plugin_golang_gopls__go_workspace
---

# PR Review: $pr-url
Expand Down
Loading