openspec-bulk-archive-change

Batch-archive eligible active OpenSpec changes with conflict detection and validation.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/twilwa/THE-REVENGER --skill openspec-bulk-archive-change-twilwa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-bulk-archive-change
Source: https://github.com/twilwa/THE-REVENGER/tree/main/.cursor/skills/openspec-bulk-archive-change
Command: npx skills add https://github.com/twilwa/THE-REVENGER --skill openspec-bulk-archive-change-twilwa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Batch-archiving many completed OpenSpec changes at once reduces manual effort and keeps change history tidy.

Core Features & Use Cases

  • Batch-archive: archive multiple changes in a single operation with conflict-aware handling.
  • Status & validation: assess artifact completion, task state, and delta specs per change.
  • Conflict resolution: detect overlapping delta specs across changes and resolve or order merges.

Quick Start

Archive all eligible active changes in a single batch after confirming conflicts.

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 multiple OpenSpec changes simultaneously?

Batch archiving OpenSpec changes involves selecting multiple completed changes and moving them to the archive in a single operation. The tool validates artifact completion, task states, and delta specs before executing the move.

How does conflict detection work when archiving parallel changes?

When archiving parallel changes, conflict detection identifies overlapping delta specs across changes and computes a safe archival order. The tool inspects the codebase to resolve conflicts and applies only implemented delta specs during the archival process.

What is the best way to archive completed codebase changes while preserving metadata?

Using a conflict-aware batch archival tool is the best way to archive changes while preserving metadata. It validates delta specs, resolves conflicts by inspecting the codebase, and ensures metadata is safely moved to the archive.

Does the batch archival process validate task states before archiving changes?

Yes, the batch archival process validates task states before archiving changes. It assesses artifact completion, task states, and delta specs per change to ensure only eligible active changes are moved to the archive.

What happens if delta specs overlap during a batch archival of OpenSpec changes?

If delta specs overlap during batch archival, the tool detects the conflict and computes a safe archival order. It resolves the overlap by inspecting the codebase and applying only the implemented delta specs to preserve history.

Can I archive several parallel codebase changes without manually resolving conflicts?

You can archive several parallel changes without manual conflict resolution because the tool automatically detects overlapping delta specs. It inspects the codebase to compute a safe archival order and applies only implemented changes.