github-workflow

Automates GitHub issue creation from test failures and PR generation with templates.

32|5|Updated Oct 19, 2025
One-click install
npx skills add https://github.com/akaszubski/autonomous-dev --skill github-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-workflow
Source: https://github.com/akaszubski/autonomous-dev/tree/main/plugins/autonomous-dev/skills/github-workflow
Command: npx skills add https://github.com/akaszubski/autonomous-dev --skill github-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solve?

Manually creating GitHub issues and pull requests is repetitive and time-consuming, especially for solo developers. This skill provides a GitHub-first workflow, automating issue creation from test failures or AI findings, streamlining PR generation, and integrating project tracking to boost your productivity.

Core Features & Use Cases

  • Automated Issue Creation: Generate GitHub issues from test failures or GenAI findings, complete with labels, priorities, and detailed descriptions.
  • Streamlined PRs: Create pull requests with auto-filled content from commit messages, linking to issues and supporting draft mode for safe development.
  • Auto-Tracking: Configure automatic issue creation on push/commit based on defined thresholds (e.g., only for high-priority bugs).
  • Use Case: After running your tests and finding failures, use the /issue command to automatically create GitHub issues for each failure, complete with stack traces and appropriate labels, saving you manual data entry.
  • Use Case: Quickly create a draft pull request that automatically links to the relevant GitHub issue and populates its description from your commit history.

Quick Start

To create a GitHub issue from test failures:

/test /issue

(Choose option 1: Auto-create from test failures)

To create a pull request:

/pr-create

Frequently Asked Questions about github-workflow

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

FAQPage Schema
How do I automate GitHub issue creation from test failures?

Automate GitHub issue creation by running tests, then using the `/issue` command to generate issues from failures with auto-populated labels, priorities, and stack traces. This eliminates manual data entry and keeps failures tracked in your project.

Can I automatically create pull requests linked to GitHub issues?

Yes, create pull requests automatically with the `/pr-create` command, which auto-fills descriptions from commit messages and links to relevant issues. Draft mode is supported for safe development before review.

What's the best way to streamline PR and issue workflows for solo developers?

Use GitHub workflow automation to eliminate repetitive manual creation. The skill templates issues and PRs, auto-assigns labels and priorities, and integrates with project tracking, reducing overhead for solo developer projects.

Does this work with GitHub Actions and webhooks?

Yes, the skill integrates with GitHub Actions and supports webhook automation with security best practices including signature verification, secure token handling, and rotation protocols for production environments.

Can I set automatic issue creation based on conditions like bug priority?

Yes, configure auto-triage workflows to create issues automatically on push or commit only when thresholds are met, such as high-priority bugs, reducing noise from low-impact failures.

What dependencies do I need to use GitHub workflow automation?

You need the `gh` CLI tool installed. The skill applies PR/issue templating, auto-merge workflows, and project tracking without additional components or complex setup.