Skip to content

Instantly share code, notes, and snippets.

View jelenv's full-sized avatar

Vilem Jelen jelenv

View GitHub Profile
@jelenv
jelenv / Amp-review.md
Created June 27, 2026 21:30
amp-review — a deterministic Amp review skill + invoker plugin

amp-review — a deterministic Amp review skill + invoker plugin

A nice, quick way to launch precise amp review code reviews. Created for Amp.

Files

  • SKILL.md — the skill body. Drop it into any agent skills directory (e.g. ~/.config/agents/skills/amp-review/SKILL.md).
  • skill-invoker.ts — an Amp plugin that lets you trigger a skill from the command palette (or via the $skill-name token in a message). It injects an explicit prompt to properly nudge the agent to invoke the selected skill(s). Tested in deep and glm agent modes.

Why a skill + plugin instead of plain prose?