issue

Convert GitHub issues into triaged, reviewed pull requests.

3|Updated May 14, 2026
One-click install
npx skills add https://github.com/Mohammed-Abdelhady/hyperflow --skill issue-mohammed-abdelhady
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue
Source: https://github.com/Mohammed-Abdelhady/hyperflow/tree/main/skills/issue
Command: npx skills add https://github.com/Mohammed-Abdelhady/hyperflow --skill issue-mohammed-abdelhady

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of converting GitHub issues into triaged, planned, dispatched, and reviewed pull requests, significantly reducing the time and effort required for code review and issue management.

Core Features & Use Cases

  • Issue Triage: Automatically classifies issues into bugs, features, or questions and creates a specification.
  • Parallel Work: Dispatches tasks to multiple workers for parallel processing.
  • Review and Merge: Facilitates a review process and automatically merges the pull request if conditions are met.
  • Use Case: Imagine you have a new feature request in GitHub. Use this Skill to automatically triage the issue, create a specification, dispatch tasks to developers, and review the pull request before merging it.

Quick Start

Start the process by typing /hyperflow:issue <issue-url> in your GitHub repository.

Frequently Asked Questions about issue

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

FAQPage Schema
How do I automatically convert GitHub issues into pull requests?

You can automate converting GitHub issues into pull requests by running the `/hyperflow:issue <issue-url>` command, which triggers triage, specification synthesis, task dispatch, and code review to generate a ready pull request.

What is the best way to automate GitHub issue triage and task dispatch?

Automating GitHub issue triage and task dispatch involves classifying issues into bugs or features, synthesizing a specification, and dispatching tasks to multiple workers for parallel processing, culminating in an automated pull request review.

Can I use this issue-to-pull-request automation with Cursor or Claude Code?

Yes, this issue-to-pull-request automation works with Claude Code, Codex, OpenCode, Antigravity, and Cursor, requiring GitHub API access and git dependencies to function within your development environment.

Does the GitHub issue triage process handle both code and text-based issues?

Yes, the GitHub issue triage process handles both code and text-based issues, automatically classifying them into bugs, features, or questions before creating a specification and dispatching development tasks.

How does automated pull request review work after dispatching GitHub issue tasks?

Automated pull request review works by evaluating the dispatched code changes against issue specifications, facilitating a review process, and automatically merging the pull request if predefined conditions are met.