Create issue
PHP and Laravel Cursor rules — coding standards, testing, and conventions for the Cursor editor. Install via Composer.
npx -y skills add pekral/cursor-rules --skill create-issueAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when create a single issue from provided text without modifying its content
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.1 KB, as published. Nobody here has run it
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.mdcAssign 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.