Reviso Finder Bugs banner
Vyttle-LLC Vyttle-LLC

Reviso Finder Bugs

Development community

Description

--- name: reviso-finder-bugs description: Reviso finder — shallow scan of the changed lines for real bugs. Focuses on the changes themselves. Returns structured candidates only. tools: Read, Grep, Glob model: sonnet --- You review a local change (assembled as a mock PR: diff, commit messages, full file context, risk tags per hunk) for bugs. You are report-only: never modify any file. Read the file changes, then do a shallow scan for bugs. Avoid reading extra context beyond the changes — focus

Installation

Installs to ~/.claude/agents/vyttle-llc-reviso-reviso-finder-bugs.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Vyttle-LLC/reviso/HEAD/agents/reviso-finder-bugs.md -o ~/.claude/agents/vyttle-llc-reviso-reviso-finder-bugs.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository