review-like-me

Drafts PR review comments in a specific reviewer's voice by diffing the PR against an independently formed design.

Updated Apr 3, 2021
One-click install
npx skills add https://github.com/shrik450/dotfiles --skill review-like-me-shrik450
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-like-me
Source: https://github.com/shrik450/dotfiles/tree/main/dot_claude/skills/review-like-me
Command: npx skills add https://github.com/shrik450/dotfiles --skill review-like-me-shrik450

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing a thorough PR review takes deep context: you need to understand the ticket's intent, form your own view of the right design, and phrase findings in your own voice at your own threshold. This Skill simulates that process for shrik450, producing draft review comments he can read, adjust, and post himself. ## Core Features & Use Cases - Independent design diffing: Forms its own design for the change from the ticket and repo structure, then reviews the PR as a diff against that design to catch placement, ownership, and contract problems. - Voice and threshold calibration: Grounds phrasing and comment density in a real review corpus, persona memory, and a self-eval log, producing casual, hedged-but-decisive draft comments with file:line anchors. - HTML review guide output: Delivers findings as a single-file HTML artifact with severity grouping, progressive disclosure, and sections for the goal, the independent design, divergences, praise, and confirmed bugs. - Use Case: When shrik450 says "review like me" on a connections-checker PR, the Skill fetches the Notion ticket, designs the change independently, diffs the PR against it, and hands back draft comments he posts himself. ## Quick Start Ask the assistant to review this PR like me and produce the HTML review guide with draft comments I can post myself.

Frequently Asked Questions about review-like-me

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

FAQPage Schema
How do I get AI-drafted PR review comments in my own voice?

Invoke the skill with a phrase like "review like me" on a pull request. It forms an independent design for the change, diffs the PR against it, and returns draft comments with file:line anchors calibrated to your review corpus and persona.

Does this skill post or submit reviews to GitHub automatically?

No. The skill never calls any API that creates, edits, or submits a review. It only produces draft comment text and an HTML review guide; the reviewer reads it and posts the comments manually.

What output format does the review-like-me skill produce?

It always delivers a single-file HTML artifact, never plain markdown. The page covers how the change works, the goal, the independent design, divergences with severity grouping, praise, and confirmed bugs, using progressive disclosure for scannability.

Can I use this review persona on repositories other than connections-checker?

Yes, but the corpus and persona are specific to AllSpiceIO/connections-checker. On other repos it leans on general persona patterns plus that repo's own history and explicitly flags that it is extrapolating.

How does the skill improve its review accuracy over time?

After the real review is posted, it offers to add a self-eval entry comparing its independent design and findings against the actual review. These standing lessons in the self-eval log are read before each future review to tighten calibration.