cleanup

Archive phase directories from completed milestones into structured archives.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/sidunrealde/ArchVis --skill cleanup-sidunrealde
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cleanup
Source: https://github.com/sidunrealde/ArchVis/tree/main/.github/skills/cleanup
Command: npx skills add https://github.com/sidunrealde/ArchVis --skill cleanup-sidunrealde

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @actions/github, node-fetch, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of archiving phase directories from completed project milestones, keeping the project structure organized and manageable.

Core Features & Use Cases

  • Automated Archiving: Identifies completed milestones and archives their associated phase directories.
  • Dry-Run Preview: Shows which directories will be moved before any changes are made.
  • Milestone Organization: Consolidates phase directories into milestone-specific archives for better historical tracking.

Quick Start

Use the cleanup skill to archive phase directories for completed milestones.

Frequently Asked Questions about cleanup

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

FAQPage Schema
How do I archive phase directories from completed project milestones?

To archive phase directories from completed project milestones, this Skill identifies completed milestones and moves their associated phase directories into a structured archive. It reads milestone and phase definitions to determine directory membership before executing file system operations.

Can I preview which directories will be moved before archiving completed milestones?

Yes, you can preview which directories will be moved before archiving completed milestones by using a dry-run summary. The dry-run identifies phases belonging to each milestone and shows exactly what will be archived before you confirm any file system operations.

What is the best way to organize completed milestone phases in a project structure?

The best way to organize completed milestone phases in a project structure is to consolidate their phase directories into milestone-specific archives. This keeps the project structure manageable by moving completed phase directories into a structured archive for better historical tracking.

Does the milestone archiving process require reading phase definitions before moving directories?

Yes, the milestone archiving process requires reading milestone and phase definitions before moving directories. It uses these definitions to determine which phases belong to each completed milestone, ensuring only the correct phase directories are archived upon user confirmation.

How does archiving completed milestones affect file system operations and project commits?

Archiving completed milestones affects file system operations by moving phase directories into a structured archive and committing the changes. It executes these file system operations only after providing a dry-run summary and receiving user confirmation to proceed with the directory moves.