Code Review Fix

Fix bugs found in a code review Use when this capability is needed.

tomevault-io 5cd612d 2 files · 1.4 KB Updated

File contents

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:

  1. Explain what was wrong
  2. Fix the issue
  3. Test - create and run relevant tests to verify the fix

After All Fixes

Run full validation to confirm no regressions:

dotnet build MooBank.slnx --no-restore
cd src/MooBank.Web.App && npm run build
dotnet test tests/ --no-build

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/andrewmclachlan--moobank--code-review-fix commit 5cd612db9b

Frequently asked questions

npx skillmds@latest add tomevault-io/code-review-fix