Vérification d'intégrité du projet

VérifiéSûr

Audit en deux phases : intégrité du pipeline et références du manuscrit. Signale tous les problèmes sans corriger.

Spar Skills Guide Bot
TestingDébutant
18013/08/2026
Claude CodeCursorWindsurfCopilotCodex
#project-integrity#manuscript-audit#pipeline-check#reproducibility#data-validation

Recommandé pour

Notre avis

Vérification complète de l'intégrité d'un projet : cohérence du pipeline (scripts, données, paramètres) et audit du manuscrit (figures, tableaux, références).

Points forts

  • Détecte les scripts, données ou sorties manquants ou mal placés.
  • Vérifie la correspondance entre le README, les scripts et le manuscrit.
  • Identifie les fichiers orphelins et les références non documentées.
  • Ne modifie rien sans approbation explicite de l'utilisateur.

Limites

  • Dépend de l'exactitude et de la mise à jour du README.
  • Ne corrige pas automatiquement les problèmes trouvés.
  • Ne vérifie que les éléments explicitement listés dans le README et le manuscrit.
Quand l'utiliser

Utilisez cette compétence avant une soumission ou un partage pour garantir la reproductibilité et la cohérence du projet.

Quand l'éviter

Évitez-la si le projet n'a pas de README structuré ou de manuscrit LaTeX à auditer.

Analyse de sécurité

Sûr
Score qualité90/100

The skill instructs the agent to perform read-only integrity checks on project files, directories, and references. It does not involve executing scripts, modifying files, accessing network resources, or handling sensitive data. No destructive or exfiltrating actions are present.

Aucun point d'attention détecté

Exemples

Full project integrity check
Run a full project integrity check on this repository, covering both the pipeline and manuscript audit.
Check pipeline consistency
Audit the pipeline: verify that all scripts in the README table exist, data files are present, and params match the README parameters table.
Audit manuscript outputs
Cross-check the manuscript.tex against the table/figure map: verify includegraphics and input files exist, and report orphaned outputs.

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