archive-run

Archive completed benchmark runs older than a specified duration.

32|4|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/sourcegraph/CodeScaleBench --skill archive-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archive-run
Source: https://github.com/sourcegraph/CodeScaleBench/tree/main/skills/archive-run
Command: npx skills add https://github.com/sourcegraph/CodeScaleBench --skill archive-run

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps manage disk space and improve scan performance by archiving old, completed benchmark runs.

Core Features & Use Cases

  • Automated Archiving: Moves completed run directories to an archive location.
  • Disk Space Management: Frees up valuable disk space.
  • Scan Performance: Speeds up scans by reducing the number of active run directories.
  • Use Case: Regularly archive benchmark runs older than 7 days to maintain a clean and efficient workspace.

Quick Start

Archive benchmark runs older than 7 days by executing the archive run skill.

Frequently Asked Questions about archive-run

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

FAQPage Schema
How do I clean up old completed benchmark runs to free up disk space?

Automated archiving moves completed run directories to an archive location to free up disk space. By reducing the number of active run directories, this cleanup process significantly speeds up system scan performance.

What is the best way to archive benchmark runs older than a specific duration?

Executing a Python script for deterministic task execution archives benchmark runs older than a specified duration. This targeted approach efficiently moves outdated run directories to free up disk space.

Can I list archived benchmark runs and output the results in JSON format?

You can list archived benchmark runs and format the output as JSON. The archiving process offers options for execution, compression, listing archived runs, and JSON output formatting.

Does archiving old benchmark runs improve system scan performance?

Archiving old benchmark runs improves scan performance by reducing the number of active run directories. Moving completed run directories to an archive location speeds up system scans.

Can I compress benchmark runs when moving them to an archive location?

You can compress benchmark runs when moving them to an archive location. The archiving utility offers compression options alongside execution, listing, and JSON output formatting features.