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

Spec To Issue

skill-anyoneanderson-agent-skills-spec-to-issue · by anyoneanderson

|

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

Install

$ agentstack add skill-anyoneanderson-agent-skills-spec-to-issue

✓ 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-anyoneanderson-agent-skills-spec-to-issue)

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 Spec To Issue? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

spec-to-issue — Spec to GitHub Issue

Auto-generate GitHub Issues from spec directories (.specs/{feature}/).

Language Rules

  1. Auto-detect input language → output in the same language
  2. Japanese input → Japanese issue, use references/issue-template.ja.md as template reference
  3. English input → English issue, use references/issue-template.md as template reference
  4. Explicit override takes priority

Reference file selection: Based on the detected output language, use the corresponding template:

  • English → references/issue-template.md
  • Japanese → references/issue-template.ja.md

Execution Flow

1. Locate Spec Directory

With argument: spec-to-issue auth-feature → use .specs/auth-feature/

Without argument: Scan .specs/ and present a list → ask user to select

Spec directories found in .specs/:
1. auth-feature (requirement.md, design.md, tasks.md)
2. member-management (requirement.md, tasks.md)
Which spec do you want to create an issue from?

2. File Validation

Required: requirement.md must exist. Otherwise, exit with error. Recommended: tasks.md (if missing, generate a basic checklist) Optional: design.md (used as supplementary info if present)

3. Spec Analysis

Extract from each file:

requirement.md:

  • Title: First # line, strip suffixes like "Requirements", "要件定義書"
  • Overview: ## Overview or ## 概要 section
  • Key features: Sections starting with ### 1., ### 2., etc.
  • Tech stack: ## Technology Stack or ## 技術要件 section

tasks.md:

  • Phases: Lines starting with ## Phase or ## フェーズ
  • Tasks: ### headings within each phase, simplified for checklist
  • Done criteria: ## Definition of Done or ## 完了の定義 section
  • Notes: ## Notes or ## 注意事項 section

design.md (optional):

  • Architecture overview (as supplementary info)

4. Resolve Project Settings

Determine defaults in this priority order:

Command arguments > .specs/.config.yml > CLAUDE.md > Built-in defaults

From CLAUDE.md:

  • Branch name: PR target branch from Git Workflow section → --branch default
  • GitHub Organization: Inferred from repository URL

.specs/.config.yml (optional):

default-branch: develop
default-labels: [feature, spec-generated]
project-number: 7
assignee: username

5. Compose Issue Body

See template details in the appropriate reference file (based on Language Rules):

  • English: [references/issue-template.md](references/issue-template.md)
  • Japanese: [references/issue-template.ja.md](references/issue-template.ja.md)

6. Create Issue

Without --preview (default): Show a brief summary and execute gh issue create

Creating Issue:
  Title: [Feature] Member Management
  Labels: feature, spec-generated
  Phases: 3
  Tasks: 12
→ Running gh issue create...
Issue #42 created: https://github.com/org/repo/issues/42

With --preview: Display the full issue body, confirm, then execute

7. Additional Actions (optional)

  • --label: Apply specified labels
  • --project: Add to GitHub Project board via gh project item-add
  • --assignee: Set assignee

Options

| Option | Description | Default | |--------|-------------|---------| | --preview | Display issue body for confirmation | OFF | | --label | Comma-separated labels | .config.yml value or none | | --project | Add to GitHub Project | .config.yml value or none | | --branch | Base branch for spec links | CLAUDE.md or main | | --assignee | Set assignee | .config.yml value or none |

Integration with spec-generator

After spec-generator's full phase completes, suggest:

All three spec documents have been generated.
→ Create a GitHub Issue from them? (Y/n)

If yes, run spec-to-issue on the same directory.

Error Handling

| Situation | Response | |-----------|----------| | .specs/ does not exist | Error: Spec directory not found | | requirement.md missing | Error: requirement.md is required | | tasks.md missing | Warning: Use basic checklist as fallback | | gh CLI not authenticated | Error: Guide user to gh auth login | | Section not found | Use default value, show warning |

Usage Examples

# With argument
/spec-to-issue auth-feature

# Auto-detect and select
/spec-to-issue

# With preview
/spec-to-issue auth-feature --preview

# With labels and Project
/spec-to-issue auth-feature --label "feature,priority:high" --project 7

# After spec-generator
"Create full spec for todo-app" → done → "Turn this into an issue"

# Japanese
「仕様書を全部作って」→ 完了 →「これをIssueにして」

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.