[BUG] /code-review --fix reports unavailable ReportFindings tool
Preflight Checklist
- [x] I have searched existing issues and this exact
/code-review --fixbehavior has not been reported yet - [x] This is a single bug report
- [x] I am using the latest version of Claude Code
What's Wrong?
Running /code-review --fix consistently reports that ReportFindings is unavailable and falls back to an inline report:
I have the full picture. Let me load the reporting tool. ReportFindings isn't available in this session, so I'll report inline and apply the fixes.
The built-in review-and-fix workflow is attempting to load a reporting tool that is unavailable in the session. This exposes an internal fallback to the user and makes the behavior depend on a missing tool rather than the intended /code-review --fix workflow.
What Should Happen?
/code-review --fix should complete its intended review-and-fix flow without trying to load an unavailable ReportFindings tool. If structured reporting is required for this workflow, the tool should be available to the relevant session; otherwise, the command should use its supported report path without presenting a missing-tool fallback.
Error Messages/Logs
I have the full picture. Let me load the reporting tool.
ReportFindings isn't available in this session, so I'll report inline and apply the fixes.
Steps to Reproduce
- Install Claude Code
2.1.247. - Open an interactive Claude Code session in a Git repository.
- Run
/code-review --fix. - Observe the message above reporting that
ReportFindingsis unavailable before the inline fallback.
Claude Model
Not sure / Multiple models
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.247 (Claude Code)
Platform
Anthropic API
Operating System
Ubuntu/Debian Linux
Terminal/Shell
Other
Additional Information
A search found related reports such as #88190, but that report covers the --comment path and missing GitHub inline-comment transport. This report is specifically for the built-in /code-review --fix path consistently exposing the unavailable ReportFindings fallback.