document-review

Structure sections, extract claims, verify facts, and annotate PDF, DOCX, PPTX, and XLSX documents.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kortix-ai/computer --skill document-review-kortix-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: document-review
Source: https://github.com/kortix-ai/computer/tree/main/packages/kortix-opencode/skills/GENERAL-KNOWLEDGE-WORKER/document-review
Command: npx skills add https://github.com/kortix-ai/computer --skill document-review-kortix-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyMuPDF, openpyxl, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured workflow for reviewing, fact-checking, annotating, and correcting documents such as PDFs, DOCX, PPTX, and XLSX files, reducing manual review time and boosting consistency.

Core Features & Use Cases

  • Structured six-phase workflow (outline, claims, fact-check, issues, annotation, and submission) for comprehensive document reviews.
  • Enforces ground rules and provenance: no file paths exposed, mandatory annotated downloads, and explicit evidence tracking via claims and issues.
  • Generates annotated outputs by embedding issues as comments and changes, and maintains a verifiable audit trail of actions.

Quick Start

Upload your document to begin the review workflow and receive an annotated document with tracked changes and comments.

Frequently Asked Questions about document-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate document review and fact-checking for PDF files?▼

You can automate document review for PDFs using a structured six-phase pipeline that extracts claims, verifies facts, and embeds issues as annotations. This workflow generates an annotated output document with a traceable audit trail of all changes.

Does this document review workflow support Excel and PowerPoint files?▼

Yes, the document review workflow supports PDF, DOCX, PPTX, and XLSX file formats. It structures sections and extracts claims consistently across these typical business documents to produce annotated outputs with tracked changes.

How do I embed issues as annotations during a structured document review?▼

Issues are embedded as annotations during the document review by generating comments and tracked changes directly within the file. This produces an annotated output with a verifiable audit trail and explicit provenance tracking.

What is the best way to extract and verify claims in business documents?▼

Extracting and verifying claims in business documents is best handled through a structured pipeline that isolates claims, fact-checks them, and logs issues. This enforces provenance with mandatory annotated downloads and explicit evidence tracking.

Do I need any specific libraries to process XLSX files for annotation?▼

Processing XLSX files for annotation relies on the openpyxl library, while PDF processing requires PyMuPDF. These dependencies enable the workflow to parse inputs and embed tracked changes across different document formats.

When should I not use an automated document review workflow?▼

An automated document review workflow is not suitable if your files require external data sources for fact-checking that cannot be embedded in the document itself. The workflow enforces provenance rules and does not expose internal file paths.