review-archive

Archive completed manual checks from the tasks artifact into docs/manual-review-archive.md.

45|3|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/YuDefine/nuxt-supabase-starter --skill review-archive
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review-archive
Source: https://github.com/YuDefine/nuxt-supabase-starter/tree/main/.claude/skills/review-archive
Command: npx skills add https://github.com/YuDefine/nuxt-supabase-starter --skill review-archive

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a reliable method to preserve an auditable record by migrating completed manual checks from the tasks artifact to docs/manual-review-archive.md, ensuring traceability of changes.

Core Features & Use Cases

  • Archive completed items from the tasks artifact into a centralized archive with preserved numbering and provenance.
  • Supports scoped archival via ranges (e.g., #1~#5) or full archival with the all option, defaulting to completed items when no scope is specified.
  • Updates the source artifact and maintains a clear history that can be reviewed later.

Quick Start

Run /review-archive all to archive all completed checks while preserving traceability.

Frequently Asked Questions about review-archive

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

FAQPage Schema
How do I archive completed manual checks while preserving traceability?▼

To archive completed manual checks with traceability, migrate completed items from the tasks artifact into docs/manual-review-archive.md. This process preserves original #N numbering and maintains a clear history for auditing.

Can I archive a specific range of tasks instead of all completed items?▼

Yes, you can archive a specific range of tasks by specifying scoped inputs like #1~#5. If no scope is provided, the system defaults to migrating only items marked completed within the tasks artifact.

What happens to the source tasks artifact after archiving completed checks?▼

After archiving completed checks, the source tasks artifact status is updated accordingly. The migrated items are written as a new section under the separator in the manual review archive file to maintain provenance.

How does an audit trail work for completed review tasks?▼

An audit trail for completed review tasks works by writing archived items into a centralized markdown documentation file. This preserves the original task numbering and provides a clear historical record of what was checked and completed.

Is there a way to automatically migrate all marked done items to a change log?▼

Yes, you can automatically migrate all marked done items by running the archive all command. This moves all completed checks from the task list into the documentation archive, effectively serving as a change log.

Does archiving tasks remove the original numbering from the audit trail?▼

No, archiving tasks does not remove the original numbering. The migration process explicitly preserves #N numbering in the archive file to ensure complete traceability and historical reference.