feat: add /review-plan Claude Code slash command#1
Closed
vineus wants to merge 1 commit intotomasz-tomczyk:mainfrom
Closed
feat: add /review-plan Claude Code slash command#1vineus wants to merge 1 commit intotomasz-tomczyk:mainfrom
vineus wants to merge 1 commit intotomasz-tomczyk:mainfrom
Conversation
86c7b81 to
54a470c
Compare
Owner
|
Thanks so much for contributing! I've taken what you shared as a starting point and edited it to be up to date with latest changes (mainly Implemented in 54a470c so I'll close this PR but if you have further improvements for it I'd love to see it! ❤️ 💚 💛 🧡 |
Author
|
Thank you so much for including this! |
2 tasks
3 tasks
This was referenced Apr 30, 2026
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
/review-planClaude Code slash command (.claude/commands/review-plan.md) that automates the crit review loop: finds the plan file, launches crit in the background, reads review comments, and addresses them by editing the planDetails
The slash command supports multiple ways to find the plan file:
/review-plan my-plan.md)~/.claude/plans/This turns plan review into a tight loop: comment in the browser, Claude addresses feedback, file change triggers live reload, review again.
Test plan
/review-planappears as a slash command in Claude Code/review-planwith a plan file and confirm the full workflow works (crit launches, comments are read, plan is updated)