๐ŸŽฌ
AutomationRust

PR Demo

by mikeyobrien

PR Demo is an Automation skill for Claude Code, published by mikeyobrien in ralph-orchestrator.

3.1K stars285 forkson mikeyobrien/ralph-orchestratorAdded 2026/08/17Repository updated 2026/08/16
aiai-agentsai-agents-frameworkai-developer-toolsclaude-codeclaude-code-clicodex-clidevelopment-toolsdevelopment-workflowgemini-clikirokiro-cliopencoderalph-loopralph-wiggum
Install in seconds
Install PR Demo
Copy PR Demo into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/mikeyobrien/ralph-orchestrator/tree/main/.claude/skills/pr-demo ~/.claude/skills/pr-demo

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/mikeyobrien/ralph-orchestrator.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/pr-demo/SKILL.md in mikeyobrien/ralph-orchestrator
Installs to
~/.claude/skills/pr-demo
Collection
One of 20 skills cataloged from this repository
Category
Automation โ€” 1523 skills

What PR Demo does

PR Demo creates polished terminal demos for pull requests and documentation by recording with asciinema and converting to GIF or SVG for GitHub embedding.

PR Demo is cataloged under Automation on DirSkills. PR Demo comes from a repository tagged ai, ai-agents, ai-agents-framework, ai-developer-tools and claude-code.

Documentation

README

PR Demo Creation

Overview

Create polished terminal demos for PRs using asciinema recordings converted to GIF. The workflow: script โ†’ record โ†’ convert โ†’ embed.

Tool Selection

Goal Tool Chain Output
CLI demo for GitHub PR asciinema โ†’ agg GIF (< 5MB)
Smaller file needed asciinema โ†’ svg-term-cli SVG (< 500KB)
TUI screenshot tmux โ†’ freeze SVG/PNG

Default choice: asciinema + agg (best compatibility, GitHub renders GIFs natively)

Prerequisites

# Install tools (macOS)
brew install asciinema
cargo install --git https://github.com/asciinema/agg
npm install -g svg-term-cli  # Optional: for SVG output

Workflow

1. Script Your Demo (REQUIRED)

Before recording, write a brief script:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about PR Demo

  • What else does mikeyobrien publish alongside PR Demo?

    PR Demo is one of 20 skills that DirSkills catalogs from mikeyobrien/ralph-orchestrator, the repository it ships in. Its siblings there include Code Assist, Code Task Generator and Complex Test. Each one is a separate skill with its own page in this directory, installs the same way PR Demo does, and is maintained by mikeyobrien in that same repository. The rest of the collection is listed on the mikeyobrien/ralph-orchestrator page.

  • How does PR Demo compare to other Automation skills?

    PR Demo ranks #397 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of PR Demo against them. Open each page to compare what they document and how they install.

More from mikeyobrien/ralph-orchestrator

PR Demo is one of 20 skills cataloged on DirSkills from mikeyobrien/ralph-orchestrator.

See all 20 skills โ†’