Agent skill

openspec-bulk-archive

Archive multiple completed changes at once with `/opsx:bulk-archive`, handling spec conflicts between changes. Use when the user says "archive all changes", "bulk archive", "/opsx:bulk-archive", or has multiple completed changes.

Stars 254
Forks 41

Install this agent skill to your Project

npx add-skill https://github.com/partme-ai/full-stack-skills/tree/main/skills/openspec-skills/openspec-bulk-archive

SKILL.md

OpenSpec Bulk Archive Skill

Use /opsx:bulk-archive to archive multiple completed changes at once. Validates each change, detects spec conflicts across changes, and resolves them by checking what is actually implemented.

When to Use

  • Multiple changes are completed and ready to archive.
  • The user says "archive all", "bulk archive", "clean up finished changes".
  • After a sprint or batch of parallel work.

Prerequisites

  • Multiple active changes with completed tasks.

Workflow

  1. Run bulk archive

    • /opsx:bulk-archive — lists all completed changes and prompts to select.
    • /opsx:bulk-archive <name1> <name2> ... — archive specific changes.
  2. What happens

    • Lists all completed changes.
    • Validates each change before archiving.
    • Detects spec conflicts across changes (e.g. two changes touch the same spec file).
    • Resolves conflicts by checking what is actually implemented in the codebase.
    • Archives in chronological order (by creation date).
  3. Confirm

    • The agent shows the list and conflict resolution plan; the user confirms.

Outputs

  • All selected changes archived to openspec/changes/archive/.
  • Delta specs merged into openspec/specs/ in chronological order.

Next Steps

  • Start new changes with openspec-new.

Troubleshooting

  • Spec conflicts: The agent inspects the codebase to resolve; review the resolution before confirming.
  • Incomplete changes: Bulk archive warns about incomplete tasks but does not block.

References

Expand your agent's capabilities with these related and highly-rated skills.

partme-ai/full-stack-skills

ocrmypdf-batch

OCRmyPDF batch processing skill — process multiple PDFs, Docker automation, shell scripting, and CI/CD integration. Use when the user needs to OCR many PDFs, set up automated OCR pipelines, or integrate OCR into workflows.

254 41
Explore
partme-ai/full-stack-skills

ocrmypdf-optimize

OCRmyPDF optimization skill — compress PDFs, configure PDF/A output, JBIG2 encoding, and lossless optimization. Use when the user needs to reduce PDF file size, create archival PDF/A files, or optimize OCR output.

254 41
Explore
partme-ai/full-stack-skills

ocrmypdf-image

OCRmyPDF image processing skill — deskew, rotate, clean, despeckle, remove border from scanned documents. Use when the user needs to improve scanned PDF quality, fix skewed pages, remove noise, or clean up scanned documents before OCR.

254 41
Explore
partme-ai/full-stack-skills

ocrmypdf-api

OCRmyPDF Python API and plugin skill — use OCRmyPDF programmatically from Python, integrate with applications, and extend with plugins (EasyOCR, PaddleOCR, AppleOCR). Use when the user needs to call OCRmyPDF from Python code, build OCR pipelines, or use alternative OCR engines.

254 41
Explore
partme-ai/full-stack-skills

ocrmypdf

OCRmyPDF core skill — add searchable OCR text layer to scanned PDFs, convert images to searchable PDFs, support 100+ languages via Tesseract. Use when the user needs to OCR a PDF, make a scanned PDF searchable, or extract text from scanned documents.

254 41
Explore
partme-ai/full-stack-skills

svelte

Guides Svelte and SvelteKit development including reactive components, stores, transitions, lifecycle hooks, SSR, file-based routing, and deployment. Use when the user needs to build Svelte components, create SvelteKit applications, implement reactivity patterns, or configure Svelte with Vite.

254 41
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results