← Browse all agent skills

prove-it

Prove a code change with browser, console, and network evidence

Translate claims about a change into explicit checks, run them in a real browser, and return evidence a reviewer can inspect.

When to use it

  • A pull request makes claims that need visible proof.
  • Automated tests do not cover the rendered browser behavior.
  • A reviewer needs a compact pass/fail receipt.

Supported agents

  • Claude Code
  • Codex
  • Cursor
  • Gemini CLI

The repository mirrors the same skill package in each agent’s native directory.

Install and inspect the source

Clone the public ThinkRun repository, then install this skill in your agent’s native skills directory.

cp -r thinkrun/.claude/skills/prove-it ~/.claude/skills/
View prove-it source on GitHub

Related agent skills