speckit_tasks_to_issues
Converts spec-kit tasks from tasks.md into GitHub issues. Specify a feature name to read its tasks and create corresponding issues, with optional labels and dry-run preview.
Instructions
Convert spec-kit tasks to GitHub issues. Reads tasks.md and creates corresponding GitHub issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Additional labels to attach to each created issue. | |
| dry_run | No | Preview issues that would be created without actually creating them. Defaults to true. | |
| feature_name | Yes | Name of the feature whose tasks.md will be converted. | |
| project_path | No | Path to the spec-kit project root. Defaults to current directory. |