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.

Julius Brussee Updated

File contents

Review And Archive

Use after implementation finishes.

Workflow

  1. Generate review prompt: python3 bin/loop-factory review <spec-id> --agent codex
  2. Review diff against acceptance criteria.
  3. Run verification from spec frontmatter or smallest relevant checks.
  4. Findings first. Mark result:
    • ACCEPTED
    • CHANGES_REQUESTED
  5. Only after accepted: python3 bin/loop-factory archive <spec-id> --accepted

Review Focus

  • correctness
  • behavior regressions
  • missing tests
  • security
  • maintainability
  • spec drift

Do not archive without explicit acceptance evidence.

juliusbrussee/loop-factory/tree/main/.agents/skills/review-and-archive commit a5c4892299

Frequently asked questions

npx skillmds@latest add juliusbrussee/review-and-archive