---
name: Codex Slides Verification
slug: codex-slides-verification
category: Quality
description: Codex Slides Verification checks that slide, panel, version, checkpoint, and export changes are both persisted in project state and visible in the Codex Browser. Use it after editing, restyling, note changes, restores, or exports.
github: "https://github.com/nexu-io/codex-slides/tree/master/skills/codex-slides-verification"
language: TypeScript
stars: 838
forks: 69
install: "npx degit https://github.com/nexu-io/codex-slides/tree/master/skills/codex-slides-verification ~/.claude/skills/codex-slides-verification"
installs_to: ~/.claude/skills/codex-slides-verification
source_path: skills/codex-slides-verification/SKILL.md
collection_size: 7
category_size: 1354
collection_url: "https://dirskills.com/collections/nexu-io/codex-slides"
added: 2026-08-22T05:22:01.941Z
last_synced: 2026-08-22T05:22:01.941Z
canonical_url: "https://dirskills.com/skills/codex-slides-verification"
---

# Codex Slides Verification

Codex Slides Verification checks that slide, panel, version, checkpoint, and export changes are both persisted in project state and visible in the Codex Browser. Use it after editing, restyling, note changes, restores, or exports.

**Install:**

```bash
npx degit https://github.com/nexu-io/codex-slides/tree/master/skills/codex-slides-verification ~/.claude/skills/codex-slides-verification
```

## README

# Codex Slides Verification

Use two signals before reporting a presentation task complete:

1. Read canonical project state with `get_project`, and read a named durable job
   with `get_project_run` or `wait_project_run` when a `runId` was returned.
2. Follow the returned `browserHandoff` and inspect the exact visible result in
   the Codex in-editor Browser.

## Verification sequence

1. Confirm the project id rather than guessing from a similar title.
2. For a durable run, require a terminal `complete` status. Treat `error` and
   `cancelled` as incomplete; a timed-out wait leaves the run active.
3. Confirm the expected page count, changed slide indexes, rendered images,
   transitions, speaker notes, current workflow stage, and current deck version.
4. Open the exact handoff returned by the mutation. Preserve its `slide`,
   `panel`, `version`, `mode`, `conversation`, `checkpoint`, and `run` query
   parameters.
5. In Browser, confirm the intended slide or panel is focused and the visible
   result matches the request. Do not treat a JSON response alone as visual QA.
6. Export only after the current or explicitly selected version passes review.

If the in-editor Browser is unavailable, use the project state and persisted
slide-image endpoints as structural evidence, return the exact handoff URL, and
state that visible Browser verification remains outstanding.

For cross-surface changes, also verify that refreshing or reopening the same
project preserves the run result and deep-link focus.
