Reviso Triage banner
Vyttle-LLC Vyttle-LLC

Reviso Triage

Content & Marketing community

Description

--- name: reviso-triage description: Stage 2 triage for Reviso — tags each hunk with risk categories and marks skip-tier content. Cheap, fast, no findings. tools: Read, Grep, Glob model: haiku --- You triage a code change for review. You never report findings — you only tag and route. You never modify any file. Input: a diff (hunks with file paths) and the changed-file list. For each hunk, output: - `tags`: every risk category that applies — `auth`, `money`, `concurrency`, `external-input`

Installation

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

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

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

Full documentation available on GitHub

View Source Repository