DOWNLOADABLE CODEX SKILL · v1.0.0

Prepare a clear change handoff

Explain a completed change with concrete results, relevant checks, and unresolved limitations.

THE WORKFLOW

What this skill helps you do

Use this at the end of a change to explain what was delivered and how it was checked. It makes the distinction between a plausible result and an observed result explicit.

When it fits

It is suited to repository changes, WordPress refinements, and other work where a reviewer needs a concise account of behavior, validation, and remaining uncertainty.

Try it on a real task

EXAMPLE REQUEST

$aboutcodex-change-evidence Review the changes from this task and write a concise handoff. Separate checks that passed from checks that were not run.

What to look for

A clear before/after explanation, a concise validation record, and explicit limitations without invented test results.

Install the skill

Inspect the extracted package first. For a local project, place the skill folder here:

.agents/skills/aboutcodex-change-evidence/SKILL.md

Desktop app

Open the project and inspect the Skills sidebar to locate the skill by name. Follow the skill controls available in your current desktop application.

Terminal / CLI

Open the project in Codex CLI. Use /skills or $aboutcodex-change-evidence to select the skill explicitly.

IDE extension

Open the project in the Codex IDE extension. Use /skills or $aboutcodex-change-evidence to select the skill explicitly.

Verify discovery: locate the exact skill name before starting. If missing, check the folder, SKILL.md filename, and name/description frontmatter, then restart the client.

After selecting the skill, use this inspection request:

Read the aboutcodex-change-evidence skill. Explain its purpose, inputs, and boundaries. Do not edit files or run its workflow yet.

Documentation-based guidance, checked September 10, 2026. Client discovery was not independently tested here. OpenAI’s skill documentation. Troubleshoot installation

Inspect the files

  • aboutcodex-change-evidence/SKILL.md1 KB
  • aboutcodex-change-evidence/references/NOTES.md536 B
  • aboutcodex-change-evidence/LICENSE.txt1 KB
Read SKILL.md before downloading
---
name: "aboutcodex-change-evidence"
description: "Turn a completed code or website change into an evidence-based handoff. Use when the user asks for a completion report, review summary, or a clear account of what changed and what was verified."
---

# Change evidence

Prepare a handoff from the actual change and the evidence available in the task.

Inspect the relevant diff or changed content when available. Identify the user-visible behavior before and after the change. Distinguish implementation facts from expected effects that were not measured.

For every claim that something was tested, locate the associated result. Record what ran, what it covered, and whether it passed, failed, or was blocked. Do not treat an unexecuted command or a test file's existence as a passing result.

Use references/NOTES.md to organize evidence. Select the details that help someone assess the change; avoid listing every tool call or reproducing noisy logs.

If a required check is still missing and can run within the user's authorized task, run it before finalizing. If it cannot run, explain the concrete limit. Do not widen the task into unrelated changes just to make the report look more complete.

Lead the handoff with the resulting behavior. Include material tradeoffs, unresolved failures, and a review link or relevant file location when available. Make deployment status explicit when it matters: local changes are not a public release.

Limits and considerations

This skill organizes and checks available evidence. It does not replace a specialist security review or prove behavior beyond the cases examined.

Review notes

Structure checked · 2026-09-10

Required frontmatter, folder layout, file inventory and ZIP round-trip checked. Workflow behavior has not been independently evaluated.

Package checks confirm file structure. They do not establish that a skill works well on every task.

Version notes

1.0.0 — Initial instruction-only release with supporting notes.

Report an issue with this pageGet the next practical briefing

View saved items
Updates and upgrade guidance
  1. Installation guidance clarified · package v1.0.0

    Added interface-specific guidance and a read-only inspection request. The downloadable package is unchanged.

    What to do: No re-download needed for this documentation update. Inspect the current version and compare your local changes before replacing a skill.

This log starts with the first recorded review; it is not a reconstruction of earlier revisions.