GitHub操作スキル - クイックスタート

Automate GitHub PRs, issues, and merge-conflict resolution via gh CLI.

2|1|Updated Sep 5, 2025
One-click install
npx skills add https://github.com/chronista-club/unison --skill github-chronista-club
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: GitHub操作スキル - クイックスタート
Source: https://github.com/chronista-club/unison/tree/main/.claude/github
Command: npx skills add https://github.com/chronista-club/unison --skill github-chronista-club

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and examples (resource) components.

What problem does it solve?

This Skill automates common GitHub tasks like Pull Request (PR) management, issue tracking, and merge conflict resolution using the gh CLI, boosting developer productivity and reducing manual errors.

Core Features & Use Cases

  • PR Lifecycle Management: Create, view, edit, merge, and close pull requests directly from your terminal, streamlining your code review process.
  • Conflict Resolution Guidance: Provides a step-by-step workflow for identifying and resolving merge conflicts efficiently, minimizing downtime and frustration.
  • Issue Tracking: Manage GitHub Issues, including creation, listing, viewing, and closing, keeping your project organized and actionable.
  • Use Case: A developer needs to resolve a merge conflict in their feature branch. This skill guides them through fetching the latest main, merging, identifying conflicting files, resolving them, and pushing the changes.

Quick Start

Use the GitHub Skills to create a new pull request with the title "feat: Add new user profile page" and a detailed description, then check its mergeable status.

Frequently Asked Questions about GitHub操作スキル - クイックスタート

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

FAQPage Schema
How do I resolve merge conflicts in GitHub using the command line?

Merge conflicts occur when changes overlap between branches. This Skill provides step-by-step guidance to fetch the latest main branch, identify conflicting files, resolve them manually, and push changes—minimizing downtime and reducing manual errors in your workflow.

Can I manage pull requests entirely from the terminal without opening GitHub's web interface?

Yes. Using the gh CLI, you can create, view, edit, merge, and close pull requests directly from your terminal, streamlining code review and eliminating context switching during development.

How do I automate GitHub issue tracking and pull request workflows?

This Skill automates common GitHub tasks—PR lifecycle management, issue creation, listing, and closing—using gh CLI scripting, enabling repeatable automation across development, code review, and collaboration scenarios without manual intervention.

What's the fastest way to check if a pull request can be merged?

The gh CLI lets you check mergeable status instantly, identifying conflicts or blockers before attempting merge and saving time during code review cycles.

Do I need to install additional tools beyond gh CLI to manage GitHub workflows?

No. This Skill uses only the gh CLI—GitHub's official command-line tool—to handle PR management, issue tracking, and conflict resolution, with no additional dependencies required.