add-graphite

Install and configure the Graphite CLI in the OmniClaw container environment.

17|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/omniaura/omniclaw --skill add-graphite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-graphite
Source: https://github.com/omniaura/omniclaw/tree/main/.claude/skills/add-graphite
Command: npx skills add https://github.com/omniaura/omniclaw --skill add-graphite

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill streamlines the process of adding and configuring the Graphite CLI, enabling a more efficient stacked pull request workflow for developers.

Core Features & Use Cases

  • Automated Installation: Adds Graphite CLI to the OmniClaw container environment.
  • Authentication: Configures Graphite CLI with your GitHub token for seamless operation.
  • Use Case: Developers working on multiple related features can use Graphite to manage their pull requests as a stack, making reviews and merges significantly easier.

Quick Start

Run the /add-graphite command to begin the installation and authentication process.

Frequently Asked Questions about add-graphite

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

FAQPage Schema
How do I set up the Graphite CLI for stacked pull requests in my container environment?

To set up the Graphite CLI for stacked pull requests, run the /add-graphite command to automate the Dockerfile modification, rebuild the container image, and configure the CLI for managing complex code changes.

What are stacked pull requests and when do I need them for my GitHub workflow?

Stacked pull requests are a workflow technique that breaks large features into smaller, dependent PRs. You need them when managing complex code changes, as stacking makes reviewing and merging related updates significantly easier.

Do I need a GitHub token to authenticate the Graphite CLI?

Yes, you need an existing GITHUB_TOKEN to authenticate the Graphite CLI. The installation process automatically configures this token, enabling seamless operation and integration with your stacked pull request workflow.

Can I install Graphite CLI without manually modifying my Dockerfile?

Yes, you can install Graphite CLI without manual Dockerfile edits because this tool automates the modification and container image rebuild processes, adding the CLI directly into your environment to support stacked PR workflows.

What is the best way to manage multiple related feature branches for code review?

The best way to manage multiple related feature branches is using a stacked pull request system like Graphite. It unifies your PR stacking so you can manage complex code changes and make reviews and merges significantly easier.