ma-fulltext-management

Automate gathering, validation, and organization of full-text PDFs for systematic reviews.

115|45|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/htlin222/meta-pipe --skill ma-fulltext-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ma-fulltext-management
Source: https://github.com/htlin222/meta-pipe/tree/main/ma-fulltext-management
Command: npx skills add https://github.com/htlin222/meta-pipe --skill ma-fulltext-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, bibtexparser, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Collect and organize full-text PDFs for included studies, validate completeness, and prepare materials for data extraction in systematic reviews.

Core Features & Use Cases

  • Manifest generation: builds 04_fulltext/manifest.csv from 03_screening/round-01/included.bib and templates in references/manifest-template.csv.
  • Optional OA lookup and previews: runs Unpaywall queries and downloads available PDFs, with optional previews in 04_fulltext/previews.
  • Full-text readiness: outputs 04_fulltext/fulltext_decisions.csv and ft_agreement.md for PRISMA-style screening and inter-rater checks.
  • Phase-aligned workflow: supports web-first hybrid approach and Phase 04b full-text screening integration.

Quick Start

Run the full-text workflow to collect, validate, and organize PDFs for included studies.

Frequently Asked Questions about ma-fulltext-management

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

FAQPage Schema
How do I collect and organize full-text PDFs for included studies in a systematic review?

To collect full-text PDFs for a systematic review, you can automate gathering, validation, and organization from your included.bib file. The workflow generates a manifest.csv, retrieves open-access PDFs, and outputs decision files for data extraction readiness.

Can I use Unpaywall to automatically retrieve open-access PDFs for my systematic review references?

Yes, you can use Unpaywall to automatically retrieve open-access PDFs for systematic review references. The workflow queries Unpaywall, downloads available PDFs, and logs the results in unpaywall_results.csv for provenance tracking.

What is a full-text manifest and how does it support PRISMA-style screening?

A full-text manifest is a CSV file that organizes and validates collected PDFs for included studies. It supports PRISMA-style screening by generating fulltext_decisions.csv and an agreement file to track readiness and inter-rater checks before data extraction.

Do I need a BibTeX file to start the full-text PDF retrieval workflow?

Yes, you need a BibTeX file named included.bib located in the 03_screening/round-01 directory to start the full-text PDF retrieval workflow. This file provides the initial study references needed to build the manifest and query for open-access PDFs.

What's the best way to track provenance when downloading open-access PDFs for a systematic review?

The best way to track provenance when downloading open-access PDFs is to use a workflow that outputs a manifest.csv and unpaywall_results.csv. These files record validation status and retrieval sources, ensuring transparent organization before data extraction.

What are the limitations of using Unpaywall for full-text PDF retrieval in systematic reviews?

A limitation of using Unpaywall for full-text PDF retrieval is that it only finds open-access versions, meaning paywalled articles may be missed. The workflow addresses this by generating a manifest to track which PDFs still require manual retrieval.