github-pr — for Claude Code github-pr, full-stack-web-and-mobile-template, community, for Claude Code, ide skills, full-stack development, monorepo template, Next.js, React Native, PostgreSQL, Claude Code

v1.0.0
GitHub

About this Skill

Perfect for DevOps Agents needing streamlined GitHub PR management and automation. github-pr is a monorepo template skill for building full-stack web and mobile apps, integrating AI-powered coding assistance and streamlined deployment on Vercel.

Features

Create full-stack web and mobile apps using Next.js and React Native
Manage authentication with Better Auth and PostgreSQL
Streamline CI/CD pipelines with Drizzle and AI-powered coding assistance
Deploy on Vercel in minutes with pre-configured templates

# Core Topics

jamesjlundin jamesjlundin
[25]
[1]
Updated: 3/11/2026

Agent Capability Analysis

The github-pr skill by jamesjlundin is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for for Claude Code, full-stack development, monorepo template.

Ideal Agent Persona

Perfect for DevOps Agents needing streamlined GitHub PR management and automation.

Core Value

Empowers agents to automate GitHub PR workflows using the `gh` CLI, providing full PR lifecycle support including creation, review, and merging, while leveraging Next.js, React Native, and PostgreSQL for comprehensive project management.

Capabilities Granted for github-pr

Automating PR reviews with `gh pr diff` and `gh pr checks`
Streamlining PR creation with `gh pr create` and draft PRs
Managing PRs with `gh pr list`, `gh pr merge`, and `gh pr close`

! Prerequisites & Limits

  • Requires `gh` CLI installation and configuration
  • GitHub authentication and authorization required
  • Limited to GitHub PR management, not applicable to other version control systems
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

github-pr

Install github-pr, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

GitHub PR Management

Use the gh CLI for all GitHub PR operations. This avoids MCP overhead while providing full PR workflow support.

Common Workflows

Review a PR

bash
1# View PR details 2gh pr view <number> 3 4# View PR diff 5gh pr diff <number> 6 7# View PR checks/CI status 8gh pr checks <number> 9 10# View PR review comments 11gh pr view <number> --comments 12 13# Checkout PR locally for testing 14gh pr checkout <number>

Create a PR

bash
1# Create with title and body 2gh pr create --title "Title" --body "$(cat <<'EOF' 3## Summary 4- Change description 5 6## Test plan 7- [ ] Test steps 8 9🤖 Generated with [Claude Code](https://claude.com/claude-code) 10EOF 11)" 12 13# Create as draft 14gh pr create --draft --title "WIP: Title" --body "Description"

Manage PRs

bash
1# List open PRs 2gh pr list 3 4# Merge a PR 5gh pr merge <number> --squash 6 7# Close a PR 8gh pr close <number> 9 10# Add reviewers 11gh pr edit <number> --add-reviewer username 12 13# View PR as JSON for programmatic access 14gh pr view <number> --json title,body,state,reviews,checks

Check CI Status

bash
1# View all checks for current branch 2gh pr checks 3 4# View specific run details 5gh run view <run-id> 6 7# View run logs 8gh run view <run-id> --log-failed

Best Practices

  • Always use --json flag when you need structured data for analysis
  • Use gh pr diff to review changes before approving
  • Check gh pr checks before merging to ensure CI passes
  • When creating PRs, always include a test plan section

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is github-pr?

Perfect for DevOps Agents needing streamlined GitHub PR management and automation. github-pr is a monorepo template skill for building full-stack web and mobile apps, integrating AI-powered coding assistance and streamlined deployment on Vercel.

How do I install github-pr?

Run the command: npx killer-skills add jamesjlundin/full-stack-web-and-mobile-template. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for github-pr?

Key use cases include: Automating PR reviews with `gh pr diff` and `gh pr checks`, Streamlining PR creation with `gh pr create` and draft PRs, Managing PRs with `gh pr list`, `gh pr merge`, and `gh pr close`.

Which IDEs are compatible with github-pr?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for github-pr?

Requires `gh` CLI installation and configuration. GitHub authentication and authorization required. Limited to GitHub PR management, not applicable to other version control systems.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add jamesjlundin/full-stack-web-and-mobile-template. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use github-pr immediately in the current project.

Related Skills

Looking for an alternative to github-pr or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI