一键导入
codex-update-spec
Update durable project specs/docs when implementation changes architecture, workflow, conventions, or recurring lessons.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Update durable project specs/docs when implementation changes architecture, workflow, conventions, or recurring lessons.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
The user's digital twin browser — a persistent headless Chromium that inherits their real Arc/Chrome cookies and browses the web as them. Use nightcrawl whenever the user wants to interact with a website as themselves: "go to", "open this site", "navigate to", "read this page", "search on [site]", "log in to", "download from", "scrape", "crawl", "what does this page say", "fill out this form", "check if this site blocks us", or any task involving a URL or web page. Also use it to LOG THE USER IN as themselves — "log me in", "sign in as me", "use my saved password", "get me into my account" — via `autofill-login`, which submits the browser's OWN saved password through Engine R (the real Arc browser) without ever reading it; and to FILL FORMS — "fill in my details/email/address", "autofill this signup" — via `autofill` from a local non-secret profile vault. Cookies already imported from the user's real browser persist across sessions in ~/.nightcrawl/ — never re-import. Stealth (CDP patches, UA, optional CloakB
Load task PRD and project specs before writing code. Use before implementation, refactors, or harness changes.
Post-bug-fix retrospective — classify root cause, identify prevention, write the lesson into specs. Use after fixing any non-trivial bug, when a task involving 'fix', 'bug', 'debug', or 'diagnose' is being finished, or when the user asks 'what went wrong', 'why did this break', 'root cause', or 'lessons learned'. Also use when the lifecycle hook reminds you to run break-loop.
Verify recent Codex harness or project changes against task requirements, specs, tests, and rollout checks.
Resume the current Codex harness task. Use when returning to a task, when the user asks what state we are in, or when the conversation has shifted between planning, implementation, and checking.
Finish a Codex harness task after implementation, checking, spec updates, and rollout verification.
| name | codex-update-spec |
| description | Update durable project specs/docs when implementation changes architecture, workflow, conventions, or recurring lessons. |
Use this when a change creates durable behavior or a recurring rule.
Identify the affected spec layer:
.codex/spec/project/.codex/spec/guides/AGENTS.md, README.md, PRD.md, global/AGENTS.md, or templates/workflow.mdUpdate the smallest relevant spec/doc.
If the active task changes durable harness behavior, update the relevant spec/doc and mention the update in verification. If no spec update is needed, state why in the verification summary.
Re-run focused verification.