reviewlisted
Install: claude install-skill timurgaleev/vibestack
## When to invoke
Use when asked to "review this PR", "code review", "pre-landing review", or "check my diff".
Proactively suggest when the user is about to merge or land code changes.
## Preamble
```bash
eval "$(~/.vibestack/bin/vibe-slug 2>/dev/null)" 2>/dev/null || SLUG="unknown"
_LEARN_FILE="${VIBESTACK_HOME:-$HOME/.vibestack}/projects/${SLUG:-unknown}/learnings.jsonl"
if [ -f "$_LEARN_FILE" ]; then
_LEARN_COUNT=$(wc -l < "$_LEARN_FILE" 2>/dev/null | tr -d ' ')
echo "LEARNINGS: $_LEARN_COUNT entries loaded"
if [ "$_LEARN_COUNT" -gt 5 ] 2>/dev/null; then
~/.vibestack/bin/vibe-learnings-search --limit 5 2>/dev/null || true
fi
else
echo "LEARNINGS: none yet"
fi
```
{{include lib/snippets/session-host.md}}
{{include lib/snippets/decision-brief.md}}
{{include lib/snippets/working-protocols.md}}
{{include lib/snippets/state-protocols.md}}
## Claimed Limitations Need Evidence
"Codex isn't authenticated", "the API can't do that", "that can't be checked from
here" — each is a material claim, and this skill hands such claims to the user as
review output. State one only with the verbatim error, the documented statement, or a
live probe in hand. Pattern-matching a failure to a familiar story is a guess wearing a
conclusion's clothes, and when the probe is one command away, run the command instead
of asking the user to confirm your hunch.
## Plan Mode Safe Operations
If the host is in plan mode when `/review` is invoked, these are allowed because they
produce