Skip to content
Content
Command

/paper-trail-identify

Première passe du pipeline cible refondu (read-only). Produit un rapport d'identification : pour chaque mention citée dans le SOTA, indique si la fiche existe déjà au registre, son état actuel, si elle a un PDF, et l'action recommandée (réutiliser / créer / passer en revue). Ne

From plugin
paper-trail
522 skills6 agents22 commands3 hooks
Install
$ npx -y skills add roomi-fields/paper-trail --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/paper-trail-identify

Context preview

What this command does when you run it.

Première passe du pipeline cible refondu (read-only). Produit un rapport d'identification : pour chaque mention citée dans le SOTA, indique si la fiche existe déjà au registre, son état actuel, si elle a un PDF, et l'action recommandée (réutiliser / créer / passer en revue). Ne

Command definition

paper-trail-identify.md
description: "Première passe du pipeline cible refondu (read-only). Produit un rapport d'identification : pour chaque mention citée dans le SOTA, indique si la fiche existe déjà au registre, son état actuel, si elle a un PDF, et l'action recommandée (réutiliser / créer / passer en revue). Ne modifie ni le SOTA ni le registre."

`/paper-trail:identify <SOTA-path>` — Rapport d'identification (read-only)

Étape 1 du pipeline cible refondu (avant purge / acquire / linkify). Produit un rapport sans toucher au SOTA ni au registre.

Usage

/paper-trail:identify <SOTA-path>

Ce que fait Claude

1. **Extrait les sections bibliographiques** :

   python3 -m pipeline ingest <SOTA-path> --extract-only

Retourne un JSON `[{header, is_excluded, raw_text, ...}]`.

2. **Pour chaque section non exclue**, invoque le sub-agent `paper-trail:citation-parser` (en parallèle), qui écrit chaque JSON dans `/tmp/section_<i>_citations.json`.

3. **Consolide** les JSON en un seul fichier `/tmp/citations_<sota_stem>.json`.

4. **Lance le rapport** :

   python3 -m pipeline identify <SOTA-path> \
       --citations-json /tmp/citations_<sota_stem>.json

Affiche pour chaque mention :

  • action recommandée (reuse / reuse_retracted / create / skipped_low)
  • slug matché ou would-be-created
  • état actuel + présence PDF
  • PDF orphelin trouvé éventuel

5. **Présente le récap** + propose les passes suivantes :

  • `/paper-trail:purge <SOTA>` si wikilinks vers retracted détectés
  • `/paper-trail:acquire <SOTA>` pour les fiches sans PDF
  • `/paper-trail:linkify <SOTA>` pour insérer les wikilinks finaux

Style

  • Concis. Pas de jargon technique.
  • En cas d'erreur sur une section, propose un retry ciblé.
Read more
Ships withpaper-trail

Anti-hallucination plugin for academic research in Claude Code. Create literature reviews and papers guaranteed without fabricated citations.

Get the whole plugin

Other commands on paper-trail.