fill-results

Update table cells with experimental results from output files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nmotlagh/dotfiles --skill fill-results
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fill-results
Source: https://github.com/nmotlagh/dotfiles/tree/main/skills/fill-results
Command: npx skills add https://github.com/nmotlagh/dotfiles --skill fill-results

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Update paper tables with new experimental results by mapping results to the correct cells and refreshing the manuscript with the latest data.

Core Features & Use Cases

  • Parse results from JSON, CSV/TSV, log files, or Python pickle outputs.
  • Map metrics to table structure across datasets, models, and configurations.
  • Update placeholders, preserve formatting, and recompute bold/underline markers for best and second-best values; optionally update nearby prose references.

Quick Start

Provide the path to the results file or directory and run the skill to update your paper tables accordingly.

Frequently Asked Questions about fill-results

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

FAQPage Schema
How do I automatically update LaTeX tables with new experimental results?

To update LaTeX tables with new experimental results, provide a path to your results file or directory. The skill parses JSON, CSV/TSV, log, or Python pickle outputs and maps metrics to correct table cells across datasets and models.

Can I sync metrics from Python pickle files into paper tables?

Yes, you can sync metrics from Python pickle files into paper tables. The skill parses pickle outputs alongside JSON, CSV/TSV, and log files to map experimental metrics to correct table cells.

How do I recompute bold and underline markers for best and second-best values in paper tables?

Recomputing bold and underline markers for best and second-best values happens automatically when updating paper tables. The skill refreshes these markers based on newly synced experimental results.

Does updating paper tables with new results preserve the surrounding LaTeX formatting?

Yes, updating paper tables with new results preserves surrounding formatting. The skill updates placeholders with fresh data while maintaining existing table structure and nearby prose.

What is the best way to map results from log files to paper table cells across different budgets?

The best way to map results from log files to paper table cells is providing the directory path. The skill automatically maps metrics across datasets, models, and budgets from parsed log outputs.