Create Issue

Use when create a single issue from provided text without modifying its content

pekral fe9c9c0 1.0 KB Updated

File contents

Create Issue

Purpose

Create a well-formatted issue while preserving the original content exactly.


Constraints

  • Preserve original text exactly (no rewriting or summarizing)
  • Improve formatting only (headings, lists, spacing)
  • Assign issue to current user
  • Use available CLI tools

Execution

1. Prepare Content

  • Use original text as-is
  • Apply readable formatting (headings, lists)

2. Generate Title

  • Use first line of input
  • Remove formatting only

3. Create Issue

  • Use available CLI tool
  • Set title and formatted description
  • Assign the most relevant existing label (per @rules/compound-engineering/general.mdc Assign the most relevant existing label when creating a tracker issue)
  • Assign to current user

4. Output

  • Return direct link to created issue

Output Format

# Task

<original text>

---

# Notes

Formatted automatically. Content unchanged.

pekral/cursor-rules/tree/main/skills/create-issue commit fe9c9c04a7

Frequently asked questions

npx skillmds@latest add pekral/create-issue