spec-start-github

Fetch GitHub issues, prepare branches, and create pull requests for spec work.

Updated May 31, 2026
One-click install
npx skills add https://github.com/ascerra-fullsend-rehearsal/fullsend --skill spec-start-github
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-start-github
Source: https://github.com/ascerra-fullsend-rehearsal/fullsend/tree/main/skills/spec-start-github
Command: npx skills add https://github.com/ascerra-fullsend-rehearsal/fullsend --skill spec-start-github

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the GitHub spec-start workflow, streamlining the process of creating issue-driven specifications by handling GitHub issue fetching, branch preparation, and PR creation.

Core Features & Use Cases

  • GitHub Issue Fetching: Automatically fetches GitHub issues based on issue number or URL.
  • Branch Preparation: Creates or uses existing branches for spec work.
  • PR Creation: Opens a pull request with the spec work, including issue context and recommendations.
  • Use Case: When you need to create a specification for a GitHub issue, this skill can automate the setup and initial PR creation process, saving time and reducing manual steps.

Quick Start

Run the spec-start-github skill with the issue number or URL to begin the spec-start process for a GitHub issue.

Frequently Asked Questions about spec-start-github

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

FAQPage Schema
How do I automate spec creation for a GitHub issue?

Automating spec creation for a GitHub issue involves fetching the issue, preparing a working branch, and optionally opening a pull request. This workflow streamlines issue-driven specification by automatically handling branch management and PR setup.

What is the spec-start workflow for GitHub issue management?

The spec-start workflow is an issue-driven process for documenting and planning changes in GitHub repositories. It works by fetching a specific issue, preparing a dedicated branch for specification work, and creating a pull request with the issue context included.

Do I need the gh CLI to automate GitHub issue fetching and PR creation?

Yes, you need the gh CLI installed and configured. The skill relies on the GitHub CLI to access the GitHub API for fetching issue data, preparing branches, and creating pull requests within your software development lifecycle.

How do I create a branch and PR for specification work from an issue number?

You can create a branch and PR by running the workflow with a GitHub issue number or URL. It automatically fetches the issue context, creates or uses an existing branch, and opens a pull request containing the initial specification work.

Can I use this workflow automation to fetch issue context for pull requests?

Yes, you can use this workflow automation to fetch GitHub issue context for pull requests. It automatically retrieves the issue details and includes them in the newly created PR to provide recommendations and context for the specification work.