AIToday

prpack packages pull requests into a single markdown file optimized for LLM code review

Hacker NewsMay 10, 20262 min read
prpack packages pull requests into a single markdown file optimized for LLM code review

Summaries like this, in your inbox every morning.

Sign up free →

3 Key Points

  1. prpack walks the diff between two git refs and emits a markdown file containing the commit list, diff, and full post-change contents of every touched file, ready to paste into Claude, Cursor, or other LLMs for review without copy-pasting or missing context.

  2. The tool packs exactly the diff plus the full state of every file the diff touches—enough context to reason about the change without including the whole repo or drowning the model in noise. It supports options to include test files automatically (--include-tests), exclude paths by glob pattern, and limit file size (default 200000 bytes).

  3. prpack runs locally via git with no network calls, no built-in AI, and no telemetry; it is installable globally via `npm install -g github:Lucas2944/prpack` and distributed under the MIT license. A free or pay-what-you-want Pro Pack of curated .prpack.yml configs for security, performance, and architecture reviews is available separately.

Discussion

No comments yet. Be the first to share your thoughts!

Log in to join the discussion

Related Articles

Stay ahead with AI news

Get curated AI news from 200+ sources delivered daily to your inbox. Free to use.

Get Started Free

Free · takes 30 seconds · unsubscribe anytime

1 minute a day. The AI essentials.

200+ sources · Email / LINE / Slack

Get it free →