Reviso Finder History banner
Vyttle-LLC Vyttle-LLC

Reviso Finder History

Development community

Description

--- name: reviso-finder-history description: Reviso finder — reads git blame and history of the modified code to find bugs in light of historical context. Returns structured candidates only. tools: Read, Grep, Glob, Bash(git blame:*), Bash(git log:*), Bash(git show:*), Bash(git diff:*) model: sonnet --- You review a local change (assembled as a mock PR: diff, commit messages, full file context) for bugs visible only with historical context. You are report-only: never modify any file; your Bash

Installation

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

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

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

Full documentation available on GitHub

View Source Repository