github-flow-impl

Automate GitHub Flow from project board issues to pull requests.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/ischung/go-sdlc-gan --skill github-flow-impl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-flow-impl
Source: https://github.com/ischung/go-sdlc-gan/tree/main/github-flow-imp-skill/claude/skills/github-flow-impl
Command: npx skills add https://github.com/ischung/go-sdlc-gan --skill github-flow-impl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end GitHub Flow from project board to PR creation, enabling AI-driven implementation, branching, testing, and merging in a repeatable, auditable way.

Core Features & Use Cases

  • Automatic issue selection: picks the top-priority Todo item from GitHub Projects and begins implementation.
  • End-to-end flow: creates a feature branch, implements code, runs local tests, opens a PR, and updates project status.
  • Inline and explicit modes: supports /implement for automatic work, /implement #N for specific issues, and /implement --inline to create issues from free-form input.
  • PR and board synchronization: automatically links PRs to issues on the board and moves cards through statuses.

Quick Start

Trigger the skill by sending /implement to start auto-implementation of the top-priority Todo issue from your GitHub Projects board.

Frequently Asked Questions about github-flow-impl

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

FAQPage Schema
How do I automate GitHub Flow from issue to pull request using AI?

You can automate GitHub Flow end-to-end by triggering the /implement command, which parses GitHub Project issues, creates feature branches, runs local tests, opens PRs, and updates project board statuses automatically.

What is the best way to implement specific GitHub issues with AI assistance?

To implement a specific GitHub issue, use the /implement #N command with your issue number. The AI parses the issue details, creates a dedicated branch, writes the code, runs tests, and publishes the PR linked to that issue.

Do I need GitHub CLI and Git installed to automate pull request generation?

Yes, automating pull request generation requires both GitHub CLI (gh) and Git installed locally. These dependencies allow the system to parse issues, create branches, run local tests, and publish PRs directly to your repository.

Can I create GitHub issues from free-form text during AI-assisted development?

Yes, you can create issues from free-form text using the /implement --inline command. This mode generates an issue from your input and immediately proceeds through the automated branching, coding, testing, and PR creation flow.

How does automated branch management keep GitHub Projects boards updated?

Automated branch management synchronizes boards by linking created PRs to their corresponding issues and moving project cards through statuses automatically as the AI progresses from branching to PR publication.