AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Create Issues From Text

skill-pekral-cursor-rules-create-issues-from-text · by pekral

Use when break down assignment into multiple structured issues

No reviews yet
0 installs
27 views
0.0% view→install

Install

$ agentstack add skill-pekral-cursor-rules-create-issues-from-text

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-pekral-cursor-rules-create-issues-from-text)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Create Issues From Text? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Create Issues from Text

Purpose

Split a complex assignment into multiple clear, structured issues.


Constraints

  • Preserve original assignment (store in parent or first issue)
  • Do not implement code
  • Assign all issues to current user
  • Use CLI tools

Execution

1. Analyze Assignment

  • Understand scope and dependencies
  • Identify logical implementation steps

2. Propose Breakdown

  • List steps with short descriptions
  • Proceed directly to step 3; do not gate on a confirmation round when the breakdown is unambiguous

3. Create Issues

  • One issue per step
  • Ensure each is independently deliverable

4. Output

  • Return list of created issues with URLs

Issue Structure

Use the template defined in templates/issue-structure.md.


EPIC parent & sub-issues

Use this when the assignment is a cross-cutting mix of requirements spanning multiple parts of the application (e.g. backend + frontend + mobile, or schema + API + UI). Instead of a flat list of peer issues, build a parent → children tree so the whole effort is trackable from one place.

  1. Pick (or create) the parent. When the assignment already has a tracker item, that item becomes the EPIC parent. When the assignment is a described task with no tracker item, create the parent issue first, carrying the full original assignment in its body.
  2. Label the parent EPIC. Apply the EPIC label to the parent. Create the label once if the repository does not have it yet (gh label create EPIC --description "Tracks a cross-cutting effort split into sub-issues" --color 5319e7), then ignore the "already exists" outcome on subsequent runs.
  3. Create one sub-issue per application area. Each sub-issue is an independently deliverable assignment (same templates/issue-structure.md structure) scoped to a single area; do not bundle two areas into one sub-issue.
  4. Link every sub-issue back to the parent (both directions).
  • In each sub-issue body, reference the parent with Part of # so the relationship is visible from the child.
  • In the parent body, keep a checkable task list of the children — - [ ] # per sub-issue — under a ## Sub-issues heading, so the parent shows the full breakdown and progress.
  1. Order. Fill each sub-issue's ## Dependencies so a resolving run (e.g. daidalos) can pick a dependency-aware order — dependencies before dependents.
  2. Output. Return the EPIC-labelled parent URL plus the list of linked sub-issue URLs and the planned resolve order.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.