review-overleaf

Installation
SKILL.md

Review Overleaf

Pull unresolved review threads from an Overleaf project, locate each in the local repo, propose edits the user reviews, and apply them. Does not push back to Overleaf — the web UI is still the place to mark threads resolved after the user verifies the local change.

Step 1: Resolve project ID

Accept any of:

  • Raw 24-char hex ID (^[0-9a-f]{24}$)
  • Full URL like https://www.overleaf.com/project/<id> — extract via regex
  • Project name in quotes — call:
    python3 ${CLAUDE_PLUGIN_ROOT}/scripts/overleaf_reviews.py --list-projects
    
    Each line is <24-hex> <accessLevel> <name>. Fuzzy-match the name. If multiple match, AskUserQuestion to disambiguate.

If the user has not given a project ID at all, run --list-projects and show the user the table so they can pick one.

Step 2: Cookie precheck

Related skills
Installs
5
GitHub Stars
682
First Seen
8 days ago