openspec-bulk-archive-change

Batch-archive completed changes by validating active changes and resolving spec conflicts.

25|3|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/AkaraChen/2code --skill openspec-bulk-archive-change-akarachen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-bulk-archive-change
Source: https://github.com/AkaraChen/2code/tree/main/.claude/skills/openspec-bulk-archive-change
Command: npx skills add https://github.com/AkaraChen/2code --skill openspec-bulk-archive-change-akarachen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archive multiple completed changes in a single operation. This skill batch-archives changes and resolves spec conflicts by inspecting the codebase to determine what’s actually implemented.

Core Features & Use Cases

  • Batch-archive multiple changes at once
  • Detect and resolve spec conflicts by scanning delta specs and code evidence
  • Archive changes to a dated directory while preserving essential configuration files

Quick Start

Select the ready changes and confirm to start the bulk archive.

Frequently Asked Questions about openspec-bulk-archive-change

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

FAQPage Schema
How do I batch-archive completed changes and resolve spec conflicts automatically?

Batch-archive completed changes by validating active change sets, resolving spec conflicts by inspecting delta specs and code evidence, and moving changes into a dated archive directory. It processes multiple sets in parallel and reports per-change outcomes.

How does conflict-aware spec syncing work when archiving multiple changes?

Conflict-aware spec syncing works by scanning delta specs and matching them against actual code evidence in the repository. This determines what is truly implemented before safely moving the resolved changes into the archive directory.

What is the best way to archive multiple codebase changes while preserving configuration files?

The best way to archive multiple changes is using an automated batch operation that moves completed changes to a dated directory while explicitly preserving essential configuration files, ensuring safe archival without losing active project settings.

Can I archive multiple change sets in parallel without breaking my codebase analysis?

Yes, you can archive multiple change sets in parallel. The process validates active changes, inspects delta specs and code evidence to handle conflicts, and reports individual per-change outcomes to ensure codebase integrity.

What should I do if my batch archive operation encounters spec conflicts during codebase analysis?

When batch archiving encounters spec conflicts, it inspects delta specs and code evidence to determine the actual implementation state. It then resolves these conflicts automatically before moving the completed changes into the archive.