Issue Create

Create a new GitHub issue from discussion context

MarcusJellinghaus 198d3cf 1.1 KB Updated

File contents

Create GitHub Issue

Based on our prior discussion, create a GitHub issue.

Instructions:

  1. Extract the issue title and body from the conversation context
  2. Use a clear, descriptive title
  3. Include relevant details from our discussion in the body
  4. Use markdown formatting for better readability

Optional: Base Branch If the feature should be based on a branch other than the default (main/master), include:

### Base Branch

<branch-name>

Use cases:

  • Hotfixes based on release branches
  • Features building on existing work
  • Long-running feature branches

Important: Before specifying a base branch, verify it exists: call mcp__mcp-workspace__git with command "ls_remote" and args ["--heads", "origin", "<branch-name>"].

If no base branch is needed, omit this section entirely.

Create the issue using:

gh issue create --title "TITLE" --body "BODY"

If no prior discussion context is found, respond: "No discussion context found. Please discuss the feature or bug first before creating an issue."

MarcusJellinghaus/mcp-code-checker/tree/main/.claude/skills/issue_create commit 198d3cfd4c

Frequently asked questions

npx skillmds@latest add marcusjellinghaus/issue-create