zero2codex
OpenAI Codex workflow course

Course goal: ship your personal brand site

Build a personal brand site with Codex

Keep improving one project from an empty folder to a responsive one-page site with an introduction, projects, and contact details. Every lesson adds a visible result or a check toward that finish line.

Curriculum

Personal brand site build path

01

Start With Codex

Set up Codex and build the hero section of your personal brand site.

0/4
07

Build A Site QA Workflow

Create reusable checks for the site's content, links, and browser behavior.

0/3
Turn Site Checks Into A SkillPackage the personal site's pre-launch content, link, mobile, and accessibility checks into one reusable skill.
10 minReady

Turn Site Checks Into A Skill

Create a repeatable pre-launch checklist instead of rewriting the same QA prompt.

skill triggersite QA stepsevidence report

Plain-language explanation

You have now checked the site several times: required sections, links, narrow screens, controls, and final evidence. That repeated sequence is a good candidate for a small QA skill.

The skill should run before launch and produce a report. It should not take over unrelated design or content work.

Why it matters

A reusable checklist keeps future portfolio updates from skipping the same important checks.

Common beginner mistake

A common mistake is making a giant 'build websites' skill instead of a small, predictable pre-launch check.

Step-by-step

  1. Trigger the skill when a personal site is ready for final QA.
  2. Check About, Projects, Contact, navigation, and CTA targets.
  3. Check desktop and mobile layout plus basic accessibility.
  4. Report passes, failures, and items that still need a person.

Good prompt

Codex, outline a personal-site QA skill. It should trigger before launch, check required sections and in-page links, inspect wide and narrow layouts, review basic accessibility, and end with passed, failed, and human-review items.

Try this

Write one sentence that says exactly when the site QA skill should run.

Completion checklist

  • The skill has a clear pre-launch trigger and a narrow QA purpose.
  • Its output makes missing checks easy to spot.

Sources

Bring In Project Data SafelyDecide whether project cards need outside data, and use the smallest read-only connection only when it adds value.Test Contact SafelyTest the Contact section with sample data and stop before anything is sent to a real service.
08

Finish And Deliver The Site

Polish independent tasks in parallel, then complete one final acceptance review.

0/3

Practice lab

Copyable Codex prompts

Plan before coding

Codex, inspect the relevant files first, then propose a plan. Do not edit until the plan names tests and verification steps.

Verification checklist

  • Relevant files are named before edits begin.
  • The plan includes tests and verification commands.

Verify a UI change

Codex, start the dev server, open the route in the browser, check desktop and mobile layouts, then report the exact evidence.

Verification checklist

  • Desktop and mobile states are checked in the browser.
  • The final note includes exact evidence.

Review focused risk

Codex, review the uncommitted diff. Focus on behavioral regressions, missing tests, and accessibility issues. Do not modify files.

Verification checklist

  • Findings lead with severity and file references.
  • Unchanged files are left untouched.
Every good Codex request says what to change, what to preserve, and how to prove it worked.

Reference

Codex concepts to keep nearby