Spec Kit Tasks to GitHub Issues
Independent PiSkill directory guide. The original prompt remains hosted by GitHub Spec Kit.
What does this prompt do?
Converts an approved engineering task list into traceable GitHub issues while preserving dependencies, scope, acceptance criteria, and implementation context.
Primary use case
Publish implementation tasks as GitHub issues.
Expected output
A linked set of scoped GitHub issues.
Inputs or variables
- approved task list
- target repository
Related prompts
Spec Kit Git Commit
Prepares a focused Git commit by inspecting the actual diff, checking repository state, preserving scope, and writing a message that explains the change accurately.
Autofix GitHub Actions with Codex
Demonstrates a Codex workflow that reads failed GitHub Actions evidence, identifies the responsible change or configuration, proposes a focused repair, and validates it.
Deploy an ADK Agent to Agent Engine
Walks through packaging, configuring, deploying, invoking, and observing an Agent Development Kit agent on Vertex AI Agent Engine.
Spec Kit Bug Assessment
Assesses a reported defect against repository evidence, expected behavior, reproduction details, impact, and implementation context before a fix is attempted.
Spec Kit Bug Fix
Turns an assessed defect into a bounded repair workflow that follows the repository plan, changes only relevant code, and captures validation evidence.
Spec Kit Bug Test
Designs a regression test from a verified defect so the failure is demonstrated before repair and the corrected behavior remains protected afterward.