# Ito Archive

> Archive a completed change and update main specifications. Use when the user has finished implementing and wants to integrate the change into the main codebase. Use when this capability is needed.

- Skill: `tomevault-io/ito-archive` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/ito-archive`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/ito-archive/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/ito-archive

---


Run the CLI-generated archive instructions for a specific change.

**Rules**

- Do NOT archive without explicit user confirmation.

**Steps**

1. Determine the target change ID:
   - If the user provided a change ID, use it.
   - If no change ID was provided, run:
      ```bash
      ito list --completed --json
      ```
      - Related filters (not for archiving, but useful for triage):
        ```bash
        ito list --partial
        ito list --pending
        ```
      - If no completed changes exist, inform the user: "No completed changes found. Run `ito list` to see all changes and their status."
      - If one or more completed changes exist, present them to the user and ask which one to archive.

2. Generate instructions (source of truth):

   ```bash
   ito agent instruction archive --change "<change-id>"
   ```

3. Follow the printed instructions exactly.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/withakay) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

