Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion internal/prompt/prompt.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ const noSkillsInstruction = `
IMPORTANT: You are being invoked by roborev to perform this review directly. Do NOT use any external skills, slash commands, or CLI tools (such as "roborev review") to delegate this task. Perform the review yourself by analyzing the diff provided below.

Return only the final review content. Do NOT include process narration, progress updates, or front matter such as "Reviewing the diff..." or "I'm checking...".
If you use tools while reviewing, finish all tool use before emitting the final review, and put the final review only after the last tool call.`
If you use tools while reviewing, finish all tool use before emitting the final review, and put the final review only after the last tool call.

Before reviewing the diff, read any project instruction files (e.g., CLAUDE.md, AGENTS.md) in the repository root and in the directories containing the changed files. These files contain project-specific guidelines that should inform your review. Respect and apply whatever conventions, standards, or review criteria they describe.`

// SystemPromptSingle is the base instruction for single commit reviews
const SystemPromptSingle = `You are a code reviewer. Review the git commit shown below for:
Expand Down
Loading