plugins/revu/skills/discuss/SKILL.md
Reads the revu review export (revu-review.md) or autosave (.revu.json) from the current directory, presents the annotated diff comments for AI review discussion, then asks whether to delete the export file.
npx skillsauth add kud/claude-plugins discussInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Look for revu-review.md in the current directory first. If it exists, use it (it contains an optional AI prompt followed by the annotated diff).
If revu-review.md does not exist, fall back to .revu.json and parse it as structured JSON ({ comments: [{ file, startLine, endLine, text }] }).
If neither file exists, tell the user:
"No review found. Run revu, annotate the diff, then press e to export to revu-review.md."
Then stop.
If reading revu-review.md, check whether it starts with a prompt section before the --- separator. If so, treat that text as the user's intent for the review — use it to frame your responses throughout the discussion.
Work through each annotation the user left. For each one:
Treat the user's annotations as the primary input. Do not produce a general review of the whole diff; only engage with what the user has marked.
After the full discussion, ask:
"Delete revu-review.md?"
If the user confirms yes, delete it using trash revu-review.md (fallback: rm revu-review.md). Do not delete .revu.json — that is the autosave and should persist across sessions.
tools
Shows your Trakt watchlist, recently watched, and upcoming releases. Use this to get a quick overview of your watch queue and activity.
testing
Checks in to a movie or episode you're about to watch on Trakt. Use this when you start watching something.
data-ai
Searches your Raindrop.io bookmarks by keyword, tag, or collection. Use this to find a saved link.
data-ai
Saves a URL to Raindrop.io with optional tags and collection. Use this to bookmark a link.