Skip to content
LinkedInX

Level 5 Practice: Work from an Issue Through Pull Request Review

About 5 minutes

Target audience: Readers who want to practice the delegation boundary and completion standard for Codex Level 5
Prerequisites: Completion of Level 4

For the concepts and completion standards, first read Codex Levels 0-10.

Local edits alone separate acceptance criteria, review history, and merge decisions. Level 5 connects repository changes to the GitHub work record.

You will produce an issue-linked branch and pull request. The goal is not the amount of work; it is a reproducible Level 5 delegation boundary and completion check.

Before handing work to Codex, state the goal, scope, exclusions, and completion criteria. Adapt this prompt to your project.

Read this issue and convert its acceptance criteria into a checklist. After approval, create a branch, implement, verify, commit, and open a pull request. Do not merge it.

Check: Continue only when Codex can restate the scope and unresolved questions before acting.

  1. Extract the goal, acceptance criteria, and exclusions from the issue.
  2. Implement and verify on a convention-compliant branch, committing only intended files.
  3. Describe changes, checks, screenshot needs, and open items in the pull request.

Keep the scope stable and inspect the output or diff after each stage.

You are done when the pull request maps to the issue criteria and reviewers can reproduce the validation.

Record the actions performed, supporting evidence, and anything not verified. Also record why work stopped when a condition was not met.

Stop the task and inspect the diff. Add explicit owned files and exclusions to the prompt, then rerun only the approved scope.

Replace vague criteria such as “implement it” with observable files, commands, pages, or review results.

Continue to Level 6 to expand the delegation boundary by one step.

See the references for the external specifications and background sources used on this page.[1][2][3]

  1. Codex prompting
  2. Custom instructions with AGENTS.md
  3. Codex security
Quiz