# Create Issue

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

- Skill: `pekral/create-issue` (Agent Skill)
- Install (CLI): `npx skillmds@latest add pekral/create-issue`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pekral/create-issue/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: pekral (https://skillmd.com/u/pekral)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/pekral/create-issue

---


# 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

```markdown
# Task

<original text>

---

# Notes

Formatted automatically. Content unchanged.
```

