unstaged-reviews
reviews uncommitted changes and suggests improvements
/unstaged-reviews
- Run
git statusto see what's changed - Run
git diffto see the actual changes - For each modified file, analyze:
- Is the change correct and complete?
- Are there any potential bugs?
- Does it follow project conventions?
- Are there any security concerns?
- Is error handling adequate?
- Provide a summary with:
- What looks good
- Any concerns or suggestions
- Recommended next steps (test, commit, or make changes)