一键导入
speckit-taskstoissues
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Run local QA including formatting, linting, and testing for the repository. Use whenever any file has been updated.
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Generate a custom checklist for the current feature based on user requirements.
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
Execute the implementation plan by processing and executing all tasks defined in tasks.md
基于 SOC 职业分类
| name | speckit-taskstoissues |
| description | Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts. |
| allowed-tools | Bash, Read, Grep, Glob |
| tools | ["github/github-mcp-server/issue_write"] |
Convert tasks.md into GitHub issues with proper dependencies, labels, and organization. Optional step after speckit-tasks for teams using GitHub project management.
speckit-tasks🚨 CRITICAL SAFETY REQUIREMENT 🚨
MUST verify GitHub remote URL BEFORE creating ANY issues!
- ONLY proceed if remote is a valid GitHub URL
- NEVER create issues in the wrong repository
- ALWAYS confirm repository matches your intent
Setup: Run .specify/scripts/bash/check-prerequisites.sh --json --require-tasks --include-tasks to get FEATURE_DIR and AVAILABLE_DOCS, extract path to tasks file
CRITICAL SAFETY CHECK - Verify GitHub remote:
git config --get remote.origin.url
ONLY proceed if:
github.comNEVER create issues in wrong repository!
Parse tasks from tasks.md - Extract:
Create issues - For each task, use GitHub MCP server:
Title format: [T001] Task description from tasks.md
Body:
**Phase:** [Phase Name]
**Story:** [US1] or N/A
**File:** [Specific file path from task]
**Parallelizable:** Yes/No
## Description
[Full task description]
## Dependencies
[List of blocking tasks with issue links]
## Acceptance Criteria
[Extracted from tasks.md or generated]
## Related Artifacts
- Spec: [link to spec.md on branch]
- Plan: [link to plan.md on branch]
- Tasks: [link to tasks.md on branch]
---
_Feature:_ [Feature Name]
_Task ID:_ [T001]
_Generated by speckit-taskstoissues_
Metadata:
phase:setup, feature:[name], task, parallel (if [P])Link dependencies:
## Blocked By\n- [ ] #123 (T004 Create User model)Depends on #123, #124blocked / readyOrganization:
After creating issues:
speckit-tasks - Break plan into actionable tasksspeckit-implement - Execute implementation plan