nexu-io/codex-slides · Archived

codex-slides-verification

Verify that Codex Slides changes are durably reflected in project state and visibly reflected in the exact Codex Browser slide, panel, version, checkpoint, or presentation surface.

First seen Jul 22, 2026

Installation

$ npx skills add nexu-io/codex-slides --skill codex-slides-verification

Summary

  • Verify that Codex Slides changes are durably reflected in project state and visibly reflected in the exact Codex Browser slide, panel, version, checkpoint, or presentation surface.
  • Use after creation, rendering, editing, restyling, mark edits, speaker-note changes, version restores, or export.

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from nexu-io/codex-slides.

npx skills add nexu-io/codex-slides

Browse all from nexu-io/codex-slides

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 859
License LICENSE
Default branch master
Open issues 4
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents codex

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,867 B
  • docs SUMMARY.md 327 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 12 installs

SKILL.md

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 getprojectrun or waitprojectrun when a runId was returned.

  1. 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.

  1. Confirm the expected page count, changed slide indexes, rendered images,

transitions, speaker notes, current workflow stage, and current deck version.

  1. Open the exact handoff returned by the mutation. Preserve its slide,

panel, version, mode, conversation, checkpoint, and run query parameters.

  1. 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.

  1. 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.