What problem does it solve?
Collaborators leave review comments on Overleaf, but acting on them means manually hunting through a local git-tracked LaTeX repo to find each commented passage. This Skill pulls unresolved review threads from an Overleaf project, maps each comment to the matching local .tex file and line, and applies proposed edits one at a time.
Core Features & Use Cases
- Comment Fetching and Mapping: Retrieves unresolved review threads via a Python script and anchors each snippet to a local file and line number.
- Guided Edit Loop: Reads surrounding context, summarizes each thread, proposes a concrete edit, and applies it individually for user review.
- Project Resolution and Access Guards: Accepts a raw project ID, URL, or fuzzy project name, checks cookie authentication, and warns on read-only projects.
- Use Case: A co-author leaves a dozen comments on your Overleaf paper overnight. Run this Skill to pull every unresolved thread, apply the suggested corrections to your local repo, review the git diff, and commit the changes.
Quick Start
Fetch the unresolved review comments from my Overleaf paper and apply them to this local LaTeX repository.