chore: add REVIEW.md, update AI review docs#8312
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
There was a problem hiding this comment.
LGTM, straightforward documentation change with no runtime impact.
Extended reasoning...
Overview
This PR modifies two documentation files: REVIEW.md (updated header from a prompt-style instruction to a proper markdown title, removed 3 trailing instruction lines) and .claude/skills/claude-review/SKILL.md (updated file path reference from .github/prompts/code-review.md to REVIEW.md). No code, configuration, or runtime behavior is changed.
Security risks
None. These are purely documentation/guideline files that instruct AI review tools. No code execution paths are affected.
Level of scrutiny
Minimal scrutiny needed. This is a low-risk documentation reorganization. The content of the review guidelines themselves is unchanged — only the file location and formatting wrapper changed. The cursor[bot] duplication concern was already marked as resolved in the PR timeline.
Other factors
The recent commit history on master (9e046b5 Refactor claude-review skill to use REVIEW.md, remove code-review.md) confirms the old .github/prompts/code-review.md file has been removed, so the SKILL.md path update is necessary and correct. No outstanding reviewer comments remain unaddressed.
Summary
Context
Claude Code now supports REVIEW.md files for review-specific guidance, separate from CLAUDE.md.
🤖 Generated with Claude Code
Note
Low Risk
Documentation/guideline-only changes with no runtime behavior impact; risk is limited to reviewers following the new guidance.
Overview
Adds a new top-level
REVIEW.mdcontaining consolidated, repo-specific code review guidelines (including a mandatory type-cast/anyaudit and testing/changeset expectations).Updates the
claude-reviewskill documentation to referenceREVIEW.mdinstead of the previous.github/prompts/code-review.mdguidance.Written by Cursor Bugbot for commit 9e046b5. This will update automatically on new commits. Configure here.