critique

Render Git diffs as web pages, images, and PDFs with syntax highlighting.

1.3k|109|Updated Sep 2, 2025
One-click install
npx skills add https://github.com/remorses/kimaki --skill critique-remorses
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: critique
Source: https://github.com/remorses/kimaki/tree/main/discord/skills/critique
Command: npx skills add https://github.com/remorses/kimaki --skill critique-remorses

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of effectively visualizing and reviewing code differences (diffs) in environments where direct terminal output is not feasible, and provides AI-powered analysis of these changes.

Core Features & Use Cases

  • Diff Rendering: Generates shareable web pages, images, and PDFs of code diffs with syntax highlighting.
  • Selective Staging: Allows for granular staging of individual code hunks, improving Git workflow precision.
  • AI Code Reviews: Offers AI-powered analysis and review of code changes, providing structured feedback.
  • Use Case: When collaborating on code, you can use this Skill to generate a web link of your changes for a teammate to review, or to get an AI-generated summary of potential issues in a pull request.

Quick Start

Use the critique skill to generate a web view of your current working tree changes.

Frequently Asked Questions about critique

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

FAQPage Schema
How do I visualize Git diffs as a web page or PDF?

You can visualize Git diffs by rendering your current working tree changes into web pages, images, or PDFs with syntax highlighting. This provides shareable formats for environments where direct terminal output is not feasible.

Can I selectively stage individual code hunks for precise Git commits?

Yes, you can selectively stage individual code hunks for precise Git commits. This functionality allows for granular staging directly through the visualization interface, improving your overall Git workflow precision.

How does AI code review work for analyzing Git diffs?

AI code review analyzes Git diffs by processing your changes to provide structured feedback. It offers an AI-powered analysis and summary of potential issues in your pull request or working tree changes.

Do I need Bun installed to render code diffs and stage hunks?

Yes, you need Bun installed to execute the rendering and selective staging processes. Bun is required for execution to generate the visualized web pages, images, or PDFs of your code differences.

How are large diffs and lock files handled during code visualization?

Large diffs are handled during code visualization by auto-hiding lock files. This prevents overly verbose package manager lock files from cluttering the rendered web pages, images, or PDFs.