# Code Review: [PR Title]

## Summary
[Brief description of the changes]

## Findings

### Must Fix
- [ ] [file:line] Description of critical issue

### Should Fix
- [ ] [file:line] Description of recommended improvement

### Nits
- [ ] [file:line] Description of minor suggestion

## Automated Checks
- [ ] `gofmt -d .` — clean
- [ ] `go vet ./...` — clean
- [ ] `golangci-lint run` — clean

## Skills Applied
[List of go-* skills referenced during review]
