critique

Render Git diffs as web pages, images, and PDFs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/otto-assistant/bridge --skill critique-otto-assistant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: critique
Source: https://github.com/otto-assistant/bridge/tree/main/cli/skills/critique
Command: npx skills add https://github.com/otto-assistant/bridge --skill critique-otto-assistant

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Git diff viewer that renders diffs as web pages, images, and PDFs with syntax highlighting.

Core Features & Use Cases

  • Web — shareable diff URLs that render patches for quick review
  • PDF and Image rendering of diffs for offline sharing and documentation
  • Selective hunk staging and raw patch access to collaborate on changes

Quick Start

Install critique and run it against your repository to generate a shareable diff URL.

Frequently Asked Questions about critique

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I render a git diff as a PDF or image for offline code review?

You can render a git diff as a PDF or image by running critique against your repository. It generates syntax-highlighted documents for offline sharing and documentation during code review.

Can I share a git patch via a web URL for quick team review?

Yes, you can share git patches via web URLs generated through critique.work. These shareable links render code changes directly in the browser for quick team review.

Does critique support selective hunk staging from a rendered diff viewer?

Yes, critique supports selective hunk staging from within its diff viewer. You can choose specific code changes to stage, collaborating on patches without committing the entire file.

What is the best way to programmatically access raw git patches for automation?

The best way to access raw git patches programmatically is using critique's raw patch access feature. This allows automated workflows to consume code changes directly without rendering them visually.

Do I need a specific CLI to generate shareable diff URLs from my repository?

Yes, generating shareable diff URLs requires a compatible CLI installed in your environment. You run the critique CLI against your repository to produce the web links for rendering patches.

How does rendering diffs as web pages help with software development workflows?

Rendering diffs as web pages helps software development workflows by providing shareable, syntax-highlighted visual outputs. Teams can review, share, and selectively stage code changes across the project efficiently.