git404hub

what is paperjury fr?

u7079256/paperjury — explained in plain English

Analysis updated 2026-05-18

71JavaScriptAudience · researcherComplexity · 2/5LicenseSetup · easy

tl;dr

A Claude Code skill that stress-tests a research paper before submission using simulated reviewers, a jury, and revision rounds.

vibe map

mindmap
  root((repo))
    What it does
      Simulate paper reviewers
      Sort issues into fixable, author, invalid
      Run revision rounds
      Optional LaTeX compile check
    Tech stack
      JavaScript
      Claude Code
      LaTeX
    Use cases
      Pre submission paper review
      Catch weak claims early
      Track changes across rounds
    Audience
      Researchers
    Setup
      Install as Claude Code skill
      Node required, LaTeX optional

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Stress-test a paper before submitting it to a conference or journal.

VIBE 2

Sort reviewer-style feedback into safe fixes, author decisions, and invalid critiques.

VIBE 3

Run an actual LaTeX compile to catch real errors and undefined references.

what's the stack?

JavaScriptClaude CodeLaTeXNode.js

how it stacks up fr

u7079256/paperjurytrueugenee/ai-linux-webapp-wrapperwebdevsimplified/react-photoshop-clone
Stars717270
LanguageJavaScriptJavaScriptJavaScript
Last pushed2020-09-09
MaintenanceDormant
Setup difficultyeasyeasyeasy
Complexity2/52/52/5
Audienceresearchervibe codervibe coder

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Requires Node.js, a LaTeX toolchain is optional and only needed for real compile checks.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

PaperJury is a tool for researchers who want to stress-test their academic paper before submitting it to a conference or journal. Rather than applying every AI suggestion automatically, it sorts feedback into three outcomes: issues that can be fixed safely at the text level, issues that require the author to make a research decision (like running a missing experiment), and issues that are invalid because the reviewer misread the paper. This triage step is the central design choice. The review process is structured like a courtroom. Multiple simulated domain reviewers read the full paper, contested issues go through a two-sided trial, and a jury deliberates before returning a verdict. A verdict can conclude that no fix is needed, which a typical rewriting tool cannot produce. After fixes are applied, the paper is reviewed again from scratch in the next round. This loop continues until a clean round finds nothing new. The system tracks what changed between rounds rather than just pushing the text forward. For changes the tool deems safe, it applies them only after the author approves. Riskier edits are queued for a human review pass rather than applied silently. If you have a LaTeX toolchain installed, PaperJury can run a real compile and report actual errors, undefined references, overfull lines, and page count. Without a LaTeX installation, it falls back to structural checks and reports that limitation honestly. PaperJury installs as a skill for Claude Code, either via a marketplace command or by cloning the repo into the Claude skills folder. Once installed, you interact with it through natural language: describing a specific edit triggers the direct-edit mode, asking for a review triggers the courtroom engine, and opting in explicitly with a goal command starts an unattended review-and-revise loop. The README emphasizes that the tool is for pre-submission self-checking only and should not be used to fabricate experiments or hide limitations.

prompts (copy fr)

prompt 1
Help me install PaperJury as a Claude Code skill.
prompt 2
Review my paper and sort the feedback into fixable, author-required, and invalid issues.
prompt 3
Explain how the courtroom-style jury verdict process works in this tool.
prompt 4
Run the direct-edit mode to tighten this paragraph of my paper.

Frequently asked questions

what is paperjury fr?

A Claude Code skill that stress-tests a research paper before submission using simulated reviewers, a jury, and revision rounds.

What language is paperjury written in?

Mainly JavaScript. The stack also includes JavaScript, Claude Code, LaTeX.

What license does paperjury use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is paperjury to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is paperjury for?

Mainly researcher.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.