From 04a84f9893bcec569e24ab1ef787c35fc8429b27 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Thu, 29 Jan 2026 10:51:42 +0800 Subject: [PATCH] feat: Simplify issue creation documentation by removing examples and clarifying title --- .codex/prompts/issue-new.md | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/.codex/prompts/issue-new.md b/.codex/prompts/issue-new.md index 2a65618d..502fc010 100644 --- a/.codex/prompts/issue-new.md +++ b/.codex/prompts/issue-new.md @@ -3,7 +3,7 @@ description: Create structured issue from GitHub URL or text description argument-hint: " [--priority 1-5]" --- -# Issue New (Codex Version) +# Issue New ## Goal @@ -241,28 +241,6 @@ Before completing, verify: | Very vague input | Ask clarifying questions | | Issue already exists | Report duplicate, show existing | -## Examples - -### Clear Input (No Questions) - -```bash -# GitHub URL -codex -p "@.codex/prompts/issue-new.md https://github.com/org/repo/issues/42" -# → Fetches, parses, creates immediately - -# Structured text -codex -p "@.codex/prompts/issue-new.md 'Login fails with special chars. Expected: success. Actual: 500'" -# → Parses structure, creates immediately -``` - -### Vague Input (Clarification) - -```bash -codex -p "@.codex/prompts/issue-new.md 'auth broken'" -# → Asks: "Please describe the issue in more detail" -# → User provides details -# → Creates issue -``` ## Start Execution