github-issue
Github Issue
Overview
Create well-scoped GitHub issues using the repo’s Codex issue template and gh issue create.
Keep issues detailed enough for a Codex Argo workflow to execute the full request in one run.
Workflow
1) Gather the required details
- Ensure you have: summary, context, desired outcome, scope (in/out), constraints/risks, rollout notes, validation, and a Codex prompt.
- If the user already provided content, reuse it verbatim and only ask for missing fields.
2) Start from the template
- Use
.github/ISSUE_TEMPLATE/codex-task.mdas the base. - Copy it into a temp file and fill in every section. Keep it concise but complete.
More from proompteng/lab
repo-map
Navigate this repo quickly to find the correct app, package, or service, and identify the right files for changes.
80memories
Save and retrieve memories or embeddings via the repo helpers or API. Use when working with embedding config or memory storage.
79temporal
Operate Temporal workflows in this repo: start/list/inspect workflows, fetch history, debug nondeterminism, reset/cancel/terminate, and check task queues via Temporal CLI.
77quality-checks
Run formatting, lint, typecheck, and tests for this repo; use when validating changes or investigating CI failures.
74gitops
GitOps workflows for this repo: edit Argo CD/Kubernetes/infra manifests in version control, validate changes, and rely on Argo CD to sync. Use when tasks touch argocd/, kubernetes/, tofu/, ansible/, or deployment/runbook changes, or when asked to roll out services via GitOps.
73kubernetes
Use for kubectl, CNPG, and kustomize/helm operations in this repo, including rollouts and cluster debugging.
73