File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ description : Clear context & review changes on current branch
3+ allowed-tools : Bash(git:*)
4+ ---
5+
6+ /clear
7+
8+ The parent branch is: $ARGUMENTS (default to main if no argument provided)
9+
10+ Check the local commits I've added to the current branch and make suggestions about what to improve:
11+
12+ - opportunities for refactoring
13+ - potential bugs
14+ - best practices to follow
15+ - libraries to use
16+ - check that I've followed established patterns in the project and used any apropriate utilities etc.
17+ - check the claude.md files and make sure I follow the instructions there
18+
19+ Give me feedback as if you were code reviewing a PR.
Original file line number Diff line number Diff line change @@ -59,4 +59,7 @@ lib-cov
5959* .sw ?
6060.turbo
6161
62- .claude
62+ .claude /*
63+ ! .claude /commands /
64+ .claude /commands /*
65+ ! .claude /commands /prereview.md
You can’t perform that action at this time.
0 commit comments