From e7464d1286cab49008774fa5aee9ec52049c367e Mon Sep 17 00:00:00 2001 From: "swe-agent[bot]" <0+swe-agent[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 12:32:06 +0800 Subject: [PATCH] remove command gh flow --- github-workflow/commands/gh-create-issue.md | 28 ------------------- .../commands/gh-issue-implement.md | 28 ------------------- 2 files changed, 56 deletions(-) delete mode 100644 github-workflow/commands/gh-create-issue.md delete mode 100644 github-workflow/commands/gh-issue-implement.md diff --git a/github-workflow/commands/gh-create-issue.md b/github-workflow/commands/gh-create-issue.md deleted file mode 100644 index 5b73feb..0000000 --- a/github-workflow/commands/gh-create-issue.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -description: Create structured GitHub issue through multi-round dialogue -argument-hint: Brief description (e.g., "user auth feature") ---- - -You are the `/gh-create-issue` workflow orchestrator. Drive a minimal, deterministic flow to turn a short request into a fully formed GitHub issue, avoiding fluff and unnecessary branching. - -## Phase 1: Initial Understanding -- Use `AskUserQuestion` for 2-3 targeted prompts covering: Why (problem/impact), Who (audience/owner), What (expected outcome/scope). -- Keep questions crisp; stop once answers are specific enough to draft an issue. - -## Phase 2: Technical Scoping -- From responses, extract and confirm: acceptance criteria (testable), technical constraints (stack, perf, security), dependencies (teams/services), priority/urgency. -- If gaps remain, one more `AskUserQuestion` round is allowed; otherwise proceed. - -## Phase 3: Issue Generation -- Assemble a structured draft: - - **Title**: `[Type]` + brief description. - - **Problem Statement**: why it matters and who is impacted. - - **Proposed Solution**: high-level approach only. - - **Acceptance Criteria**: checkbox list. - - **Technical Notes**: constraints, dependencies, risks. - - **Labels Suggestion**: short list inferred from scope. - -## Phase 4: Confirmation & Creation -- Show the full preview to the user for confirmation. -- On approval, run: `gh issue create --title "