openspec-bulk-archive-change

Archive multiple completed changes into date-stamped directories using the openspec CLI.

9|4|Updated Jun 13, 2023
One-click install
npx skills add https://github.com/lbrlabs/pulumi-lbrlabs-eks --skill openspec-bulk-archive-change-lbrlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openspec-bulk-archive-change
Source: https://github.com/lbrlabs/pulumi-lbrlabs-eks/tree/main/.opencode/skills/openspec-bulk-archive-change
Command: npx skills add https://github.com/lbrlabs/pulumi-lbrlabs-eks --skill openspec-bulk-archive-change-lbrlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? Archive multiple completed changes at once, enabling teams to tidy up a cluttered changelog by batching archival tasks and reducing manual overhead.

## Core Features & Use Cases

  • Supports batch selection of active changes, conflict-aware archiving, and automatic date-stamped archiving directories.
  • Handles delta specs synchronization when possible, and preserves metadata under archive.
  • Useful for teams maintaining many parallel changes and wanting a repeatable archival workflow.

### Quick Start Run the bulk archive workflow to batch-archive all active changes.

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 archive multiple codebase changes at once?

Batch archiving multiple codebase changes requires coordinating batch selection, conflict detection, delta-spec synchronization, and moving items into date-stamped directories in a single operation.

What is the best way to tidy up a cluttered changelog with many parallel changes?

The best way to tidy up a cluttered changelog is using a batch archival workflow that consolidates multiple completed changes, reducing manual overhead while preserving metadata under the archive.

Does batch archiving handle conflict detection and delta-spec synchronization?

Yes, batch archiving handles conflict detection and resolution automatically. It also attempts delta-spec synchronization during the archival process to ensure version-control consistency.

Do I need the openspec CLI to run the bulk archive workflow?

Yes, you need the openspec CLI installed to run the bulk archive workflow. The process strictly requires this CLI environment to execute the defined archival workflow and batch selection.

How does date-stamped archiving work for completed changes?

Date-stamped archiving works by moving completed changes and their preserved metadata into specifically named directories organized by date, ensuring a repeatable and chronological archival workflow.