whatisgithub

What is paperjury?

u7079256/paperjury — explained in plain English

Analysis updated 2026-05-18

71JavaScriptAudience · researcherComplexity · 2/5LicenseSetup · easy

In one sentence

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

Mindmap

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 build with it?

USE CASE 1

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

USE CASE 2

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

USE CASE 3

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

What is it built with?

JavaScriptClaude CodeLaTeXNode.js

How does it compare?

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 you get it running?

Difficulty · easy Time to first run · 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.

So what is it?

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.

Copy-paste prompts

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?

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.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.