678 B
678 B
Review Plan
You will use git to review the current uncommitted changes. You will assess how well these changes achieve the plan found in the $ARGUMENTS file. You want to look for the following:
- Does the code match the plan?
- Is the code clean and maintainable?
- Are there tests for the code?
- Are there extra changes that are not part of the plan?
After your review produce a report for the user to let them know about any issues they should be aware of. Keep this report Short. Only provide a high level overview, and point out any issues. Don't bother listing all the things that have been done correctly. The user may prompt you to fix any issues you find.