chore: replace custom code-review command with pr-review-toolkit plugin#39
Merged
chore: replace custom code-review command with pr-review-toolkit plugin#39
Conversation
…t plugin The custom `.claude/commands/code-review.md` is redundant now that the `pr-review-toolkit` plugin provides `/pr-review-toolkit:review-pr` with 6 specialized agents covering all the same areas plus dedicated analysis for test coverage, error handling, type design, and code simplification. Closes #35
There was a problem hiding this comment.
Pull request overview
This PR removes a redundant custom PR review command file now that the pr-review-toolkit plugin provides a richer PR review command, and updates repository documentation to reflect that removal.
Changes:
- Deleted
.claude/commands/code-review.md(custom PR review command). - Updated
README.mdandAGENTS.mdto remove references to the deleted command file. - Updated the
update-command-fileskill to usesecurity-review.mdas the example PR review command.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Removes code-review from the documented command list. |
| AGENTS.md | Updates the .claude/commands/ directory tree to no longer list code-review.md. |
| .claude/skills/update-command-file/SKILL.md | Switches the example “PR review” command file reference from code-review.md to security-review.md. |
| .claude/commands/code-review.md | Deletes the redundant custom PR review command file. |
Comments suppressed due to low confidence (1)
README.md:103
- The Claude Code Commands table removes
code-review, but there’s no mention of the intended replacement (/pr-review-toolkit:review-pr). This leaves readers without a documented “default” PR review path (especially sincesecurity-reviewis narrower). Consider adding a brief note near this table pointing to the plugin command and clarifying it’s provided bypr-review-toolkit(not a.claude/commands/*.mdfile).
## Claude Code Commands
Reference command files live in `.claude/commands/`. Copy to your repo's `.claude/commands/`
directory and customise for your stack.
The Trigger column shows the intended workflow event — you must configure a workflow in your repo to
invoke these commands on the appropriate event.
| Command | Purpose | Trigger |
| ------------------ | ---------------------------------------- | ------------------------ |
| `renovate-review` | Review Renovate dependency PRs | PR open (renovate actor) |
| `test-gen` | Generate missing tests for changed files | PR open |
| `security-review` | Security-focused PR review | PR open |
| `docs-sync` | Keep docs accurate after code changes | PR open |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
.claude/commands/code-review.md, now redundant with thepr-review-toolkitplugin's/pr-review-toolkit:review-prcommandupdate-command-fileskill to referencesecurity-review.mdas the example PR review commandThe
code-reviewplugin (confidence-scored bug detection) remains enabled — only the custom command file is removed.Closes #35
Test plan
mise run checkpasses (format + lint)command: code-reviewin other repos