prepare-issue

Generate implementation-ready prompt files from GitHub issue metadata and project documentation.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/olivermorgan2/workflow-generator --skill prepare-issue-olivermorgan2
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: prepare-issue
Source: https://github.com/olivermorgan2/workflow-generator/tree/main/skills/prepare-issue
Command: npx skills add https://github.com/olivermorgan2/workflow-generator --skill prepare-issue-olivermorgan2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates the friction between identifying a GitHub issue and starting an implementation session by automatically gathering all necessary context and formatting it into a ready-to-use prompt.

Core Features & Use Cases

  • Context Aggregation: Automatically pulls issue metadata, linked ADRs, and build-out plans to create a comprehensive briefing document.
  • Cross-Skill Carry-Forward: Scans recently merged PRs for design notes to ensure continuity across related tasks.
  • Safety Gates: Integrates with programmatic check-plan surfaces to ensure the generated prompt meets project standards before implementation begins.

Quick Start

Run the prepare-issue skill with the target GitHub issue number to generate a formatted prompt file in your prompts directory.

Frequently Asked Questions about prepare-issue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate implementation-ready prompts from GitHub issues for Claude Code?▼

Aggregating issue metadata, ADRs, and build-out plans into a single context file automates the generation of implementation-ready prompts for Claude Code development sessions.

Do I need the GitHub CLI to automate issue briefing and context aggregation?▼

Yes, the GitHub CLI is required to retrieve GitHub issue metadata and facilitate the context aggregation needed for structured development workflows.

Can I carry forward design notes from recently merged PRs into new issue prompts?▼

Yes, you can carry forward design notes by scanning recently merged PRs during context aggregation, ensuring cross-issue continuity for related implementation tasks.

What's the best way to ensure generated issue prompts meet project validation criteria?▼

Safety gates integrate with programmatic check-plan surfaces to verify that generated issue prompts meet project validation criteria before implementation begins.

Does this issue tracking automation work with project-specific prompt templates?▼

Yes, this issue tracking automation formats aggregated GitHub issue context according to project-specific prompt templates, outputting a ready-to-use file in your designated prompts directory.