github-workflow

Automate GitHub branching, commits, pushes, PRs, issues, and reviews using git and gh CLI.

7|1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill github-workflow-arianhobson333
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-workflow
Source: https://github.com/ArianHobson333/claude-bug-bounty-stack/tree/main/vendor/communitytools/projects/pentest/.claude/skills/github-workflow
Command: npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill github-workflow-arianhobson333

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manages the entire GitHub development lifecycle, reducing manual effort and enhancing collaboration.

Core Features & Use Cases

  • Branching: Simplifies branch creation following best practices.
  • Committing: Automates conventional commit messages.
  • Pushing: Handles pushing with proper tracking and rejections.
  • Pull Requests: Automates PR creation, review, and merging processes.
  • Issues: Creates and manages well-formatted GitHub issues.
  • Code Review: Assists in viewing diffs and managing code reviews.

Quick Start

Create a new branch for a feature and commit your changes.

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 pull request creation and code reviews?

To automate GitHub pull request creation and code reviews, use a workflow automation Skill that leverages git and gh CLI to manage diffs, reviews, and merging. This reduces manual effort and streamlines team collaboration.

Can I automate conventional commit messages and branch creation with git?

Yes, you can automate conventional commit messages and branch creation with git by using workflow automation scripts. These scripts simplify branch creation following best practices and handle committing with standardized formats.

Do I need the gh CLI installed to manage GitHub issues and workflows?

Yes, you need the gh CLI installed to manage GitHub issues and workflows. The automation requires both git and gh as dependencies to integrate properly with GitHub for issue creation and pull request management.

What's the best way to handle git push rejections and tracking branches?

The best way to handle git push rejections and tracking branches is using workflow automation that manages pushing with proper tracking. It automatically handles rejections to ensure your local repository syncs correctly.

What is GitHub workflow automation for software engineering teams?

GitHub workflow automation for software engineering teams is the process of managing the entire development lifecycle, including branching, committing, pushing, pull requests, and issues. It reduces manual effort and enhances collaboration.