github

Automate GitHub pull request workflows from branch creation to PR opening.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/pinoshe/real-estate-app --skill github-pinoshe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/pinoshe/real-estate-app/tree/main/.claude/skills/github
Command: npx skills add https://github.com/pinoshe/real-estate-app --skill github-pinoshe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the full GitHub PR workflow from branch creation to opening a pull request, reducing manual steps and human error.

Core Features & Use Cases

  • Automate branch creation from descriptive feature branches derived from change descriptions.
  • Lint, test, and validate changes across services before merging.
  • Auto-commit, push, and open a PR with a consistent title/body based on the provided description.
  • Supports multi-service repositories with a centralized PR workflow orchestration.

Quick Start

Describe your change with $ARGUMENTS and run the skill to automatically create a branch, run lint and tests, commit, push, and open a PR.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate creating a GitHub branch, running lint and tests, and opening a PR?

Automate the full GitHub PR workflow by providing a change description, which derives a branch name, runs lint and test suites, commits, pushes, and opens a PR automatically.

What is the best way to manage PR workflows across multiple service repositories?

Manage PR workflows across multiple service repositories using centralized orchestration that validates state and automates branching, testing, committing, and PR creation.

How do I ensure linting and tests pass before pushing a branch to GitHub?

Ensure linting and tests pass by running an automated workflow that executes lint and test suites, stages changes, and only pushes to remote when validations succeed.

Can I automatically generate a PR title and body from my change description?

Generate a consistent PR title and body automatically by passing your change description as arguments to the automated PR workflow, which handles formatting and submission.

Does automated PR creation work with existing CI pipelines and local state validation?

Automated PR creation works with CI pipelines by implementing deterministic flow steps that validate local state, run tests, and apply guardrails before pushing changes.