Vérification d'intégrité de projet

VérifiéSûr

Effectuez une vérification complète de l'intégrité d'un projet : pipeline et audit du manuscrit. Signalez les problèmes sans rien corriger sans approbation.

Spar Skills Guide Bot
Data & IAIntermédiaire
17014/08/2026
Claude CodeCursorWindsurfCopilotCodex
#project-integrity#pipeline-audit#manuscript-check#reproducibility#file-validation

Recommandé pour

Notre avis

Cette compétence exécute un audit d'intégrité complet en deux phases d'un projet de recherche, vérifiant les fichiers du pipeline et les références du manuscrit.

Points forts

  • Couverture complète des scripts, données, paramètres et sorties.
  • Vérification croisée entre le README, le manuscrit et les fichiers réels.
  • Détection des fichiers orphelins et des références non documentées.
  • Aucune modification n'est effectuée sans l'approbation de l'utilisateur.

Limites

  • Nécessite un README et une carte des tableaux/figures à jour et précis.
  • Peut produire de faux positifs si des fichiers sont volontairement non référencés.
  • Dépend de la qualité de la documentation existante.
Quand l'utiliser

Avant une soumission ou une publication pour s'assurer que le projet est complet et cohérent.

Quand l'éviter

Lorsque le projet est en développement actif et que les fichiers sont susceptibles de changer fréquemment.

Analyse de sécurité

Sûr
Score qualité85/100

The skill only describes a manual/computational integrity check process with no destructive or exfiltrating actions. It does not instruct executing shell commands, downloading remote content, or modifying files; it merely asks the agent to verify existence and consistency.

Aucun point d'attention détecté

Exemples

Full project check
Run a full project integrity check on this repository.
Manuscript reference audit
Check that all scripts and data files from the README pipeline table exist and that every \includegraphics and \input in manuscript.tex resolves to an existing file.
Orphan and undocumented outputs
Audit this project for orphan output files not referenced in the manuscript and any manuscript references missing from the table/figure map.

Run a full project integrity check. Two phases:

Phase 1 — Pipeline integrity: (1) Every script listed in README pipeline table exists. (2) Every input data file listed exists. (3) No scripts or data files sitting in wrong directories. (4) Output directories exist. (5) params.do values match README parameters table.

Phase 2 — Manuscript audit: (1) Every entry in README table/figure map has an existing output file and source script. (2) Every \includegraphics and \input in manuscript.tex resolves to an existing file. (3) Find any output files not referenced in the manuscript (orphans). (4) Find any manuscript references not in the table/figure map (undocumented).

Report all findings. Do not fix anything without user approval.

Skills similaires