# Review And Archive

> Use when reviewing active Loop Factory specs against the working tree, checking verification evidence, deciding ACCEPTED or CHANGES_REQUESTED, and archiving accepted specs.

- Skill: `juliusbrussee/review-and-archive-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add juliusbrussee/review-and-archive-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/juliusbrussee/review-and-archive-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Julius Brussee (https://skillmd.com/u/juliusbrussee)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/juliusbrussee/review-and-archive-2

---


# Review And Archive

## Active Specs

!`python3 bin/loop-factory scan`

## Workflow

1. Generate review prompt:
   `python3 bin/loop-factory review <spec-id> --agent claude`
2. Review diff against acceptance criteria.
3. Run verification from spec frontmatter.
4. Return `ACCEPTED` or `CHANGES_REQUESTED`.
5. Archive only accepted specs:
   `python3 bin/loop-factory archive <spec-id> --accepted`

Findings first. Focus correctness, regressions, missing tests, security, maintainability, and spec drift.

