| name | code-review-fix |
| description | Fix bugs found in a code review |
| argument-hint | ["review-file-or-description"] |
Fix Code Review Issues
Code review input: $ARGUMENTS
If the input is a file path, read the entire file first to understand all issues.
Process
For each issue:
- Explain what was wrong
- Fix the issue
- Test - create and run relevant tests to verify the fix
After All Fixes
Run full validation to confirm no regressions:
dotnet build Asm.MooBank.slnx --no-restore
cd src/Asm.MooBank.Web.App && npm run build
dotnet test tests/ --no-build