Skip to main content
Codex Prompt Library
- Core workflow: Codex prompt playbook
- Repository maintenance: Codex meta prompt
- Prompt upgrader: Codex prompt upgrader
- Implementation prompt: Ship a promised feature
- Upgrade prompt: Repository sweep
- CI failures: Codex CI-failure fix
- Merge conflicts: Codex merge conflict prompt
- Outages: Outage prompts
- Backups: Backup prompts
- Monitoring: Monitoring prompts
- Dependency audits: Audit prompts
- Secret scanning: Secrets prompts
- Backend work: Backend prompts
- Frontend work: Frontend prompts
- Accessibility: Accessibility prompts
- Chat UI: Chat UI prompts
- Vitest tests: Vitest prompts
- Playwright tests: Playwright prompts
- Refactors: Refactor prompts
- Docs & JSDoc: Docs prompts
- Processes: Process prompts
- Items: Item prompts
- Quests: Quest prompts
- Quest quality: Quest polish prompt
- NPCs: NPC prompts
- QA coverage: QA test coverage prompt
- K3s deployments: DSPACE v3 k3s prompt
- Polish playbook: Structural polish prompt
- Update or add prompt docs directly in
docs/prompts/codex/. - Refresh the list above whenever a file is added, renamed, or removed.
- Link new prompt docs from other guides (for example, the quest template) using the GitHub URLs below so players always land on the canonical copy.
- Run
git diff --cached | ./scripts/scan-secrets.pybefore committing prompt changes.
Codex prompt library for the dspace repo
All detailed Codex prompt guides live in the repository under
docs/prompts/codex/.
This page stays in the in-game handbook as a quick index so contributors can jump straight to the
canonical Markdown files.
Need a prompt fast? Browse the list below, open the linked Markdown file in GitHub, and copy the snippet you need. Each guide follows the same conventions: scope work to one or two files, be explicit about tests to run, stop the prompt when the spec is complete, and scan staged changes with
./scripts/scan-secrets.pybefore committing.
Canonical prompt guides
Keeping the library current
Have ideas for improving the prompts? Open a pull request that updates the Markdown in
docs/prompts/codex/ and mention it in the weekly docs review.
