← ClaudeAtlas

create-issuelisted

Use when create a single issue from provided text without modifying its content
pekral/cursor-rules · ★ 7 · AI & Automation · score 77
Install: claude install-skill pekral/cursor-rules
# 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. ```