# Code Review Fix

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

- Skill: `tomevault-io/code-review-fix` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/code-review-fix`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/code-review-fix/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/code-review-fix

---


# 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:

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

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/andrewmclachlan) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

