Add prpack and prpack-action to Code Review & Collaboration#50
Open
Lucas2944 wants to merge 1 commit into
Open
Add prpack and prpack-action to Code Review & Collaboration#50Lucas2944 wants to merge 1 commit into
Lucas2944 wants to merge 1 commit into
Conversation
Author
|
Friendly bump — happy to update the entry, change placement, or anything else that'd make this easier to land. No worries either way if it's not a fit. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding two related entries to the Code Review & Collaboration section:
prpack — a zero-dependency Node CLI (MIT) that packs a pull request (commits, diff, and full post-change file contents) into one markdown file. Drop the file into Claude / Cursor / your model and ask for review. Released v0.1.0.
prpack-action — a GitHub Action wrapper around prpack. On every PR it produces the packed markdown, uploads it as an artifact, and posts a summary comment. Released v1.0.0.
Both fit the existing format of the section (
pr-agent,ai-pr-reviewer,gitpack-ai,kodus,gh-dashfor Claude Code).The technique behind the tool is written up here: Your LLM code reviewer is reading half the file.