Read Pr banner
code-yeongyu code-yeongyu

Read Pr

Git community

Description

--- description: Executes 'pr-context-retriever' skill and accomplishes the user request using that skill. argument-hint: [pr-number. default: current PR] model: sonnet --- # Read PR Command ## What this command does Executes 'pr-context-retriever' skill and accomplishes the user request using that skill. Execute skill now, and accomplish the user request. NOW.

Installation

Installs to ~/.claude/skills/code-yeongyu-my-claude-code-harness-read-pr/SKILL.md

Terminal
mkdir -p ~/.claude/skills/code-yeongyu-my-claude-code-harness-read-pr && curl -fsSL https://raw.githubusercontent.com/code-yeongyu/my-claude-code-harness/HEAD/commands/read-pr.md -o ~/.claude/skills/code-yeongyu-my-claude-code-harness-read-pr/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository