adynato-github

Automate GitHub PR workflows with gh CLI commands and templates.

1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/adynato/skills --skill adynato-github
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adynato-github
Source: https://github.com/adynato/skills/tree/main/skills/adynato-github
Command: npx skills add https://github.com/adynato/skills --skill adynato-github

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standardizes GitHub PR workflows by mandating gh CLI usage, thorough PR descriptions, and a scalable approach to large features via stacked PRs.

Core Features & Use Cases

  • Always Use gh CLI: Use gh pr create, gh pr view, gh pr checks, and gh pr merge for all PR operations.
  • PR Descriptions: Enforce a thorough PR template with Summary, Changes, Testing, Screenshots, and Related issues.
  • Stacked PRs: Break large deliverables into a sequence of PRs with clear base and dependencies.
  • Commit Messages & Branches: Follow conventional commits and consistent branch naming for traceability.
  • gh Commands Reference: Quick access to common commands for PR lifecycle management.
  • Review Process: Step-by-step guidelines to ensure review quality and timely merges.

Quick Start

Create a new feature branch and open a PR using gh pr create.

Frequently Asked Questions about adynato-github

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

FAQPage Schema
How do I standardize GitHub PR workflows with gh CLI?

Standardize GitHub PR workflows by using gh CLI commands for creation, viewing, checks, and merges, enforcing thorough PR descriptions and consistent branch naming for reliable traceability.

What is the best way to break large features into stacked PRs?

Stacked PRs break large deliverables into a sequence of smaller pull requests with clear base branches and dependencies, ensuring structured review processes and timely merges.

How do I enforce a structured GitHub PR template for descriptions and reviews?

Enforce structured GitHub PR templates by mandating thorough descriptions that include Summary, Changes, Testing, Screenshots, and Related issues, alongside step-by-step review guidelines.

Can I use gh CLI commands for the entire pull request lifecycle?

Yes, you can use gh CLI commands like gh pr create, gh pr view, gh pr checks, and gh pr merge to manage the entire pull request lifecycle from creation to merge.

Do I need conventional commit messages and specific branch naming for GitHub workflows?

Yes, following conventional commit messages and consistent branch naming is required for traceability and standardizing GitHub workflows when managing pull requests and stacked PRs.