octocat

Manage Git operations and GitHub interactions via the gh CLI.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/Akallabet/akallabeth-cc-marketplace --skill octocat-akallabet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: octocat
Source: https://github.com/Akallabet/akallabeth-cc-marketplace/tree/main/plugins/ak-coding/skills/octocat
Command: npx skills add https://github.com/Akallabet/akallabeth-cc-marketplace --skill octocat-akallabet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines complex Git operations and automates GitHub interactions, helping users manage code repositories efficiently and resolve version control challenges.

Core Features & Use Cases

  • Advanced Git Operations: Handles intricate tasks like interactive rebasing, cherry-picking, bisecting, and merge conflict resolution.
  • GitHub CLI Integration: Manages pull requests, issues, releases, and CI checks directly via the gh command-line interface.
  • Use Case: Resolve a merge conflict in your main branch, create a pull request for your feature branch, and monitor its CI checks automatically.

Quick Start

Use the octocat skill to create a pull request for the current branch with the title "feat: Implement user authentication".

Frequently Asked Questions about octocat

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

FAQPage Schema
How do I resolve a merge conflict in my main branch?

To resolve a merge conflict, use automated Git operations to identify conflicting files and apply targeted resolutions. This skill handles conflict detection and branch synchronization cleanly.

Can I create a pull request for my feature branch using the gh CLI?

Yes, you can create a pull request for your feature branch using gh CLI integration. This skill automates PR creation, title formatting, and CI check monitoring directly from the command line.

Do I need gh CLI installation and authentication to manage GitHub Actions workflows?

Yes, gh CLI installation and authentication are required to manage GitHub Actions workflows. This skill relies on the authenticated gh CLI to monitor CI checks and interact with GitHub repositories.

What is the best way to handle interactive rebasing and branch cleanup?

The best way to handle interactive rebasing and branch cleanup is through advanced Git operations automation. This skill manages commit squashing, history rewriting, and stale branch deletion efficiently.

Does this approach support complex Git operations like cherry-picking and bisecting?

Yes, this approach supports complex Git operations including cherry-picking and bisecting. The skill applies advanced version control techniques to isolate bugs and transfer specific commits between branches.