pm

Scan GitHub issues and pull requests to prioritize next coding tasks.

3|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/auerbachb/claude-code-config --skill pm-auerbachb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pm
Source: https://github.com/auerbachb/claude-code-config/tree/main/.claude/skills/pm
Command: npx skills add https://github.com/auerbachb/claude-code-config --skill pm-auerbachb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a repeatable, safe way to scan a GitHub repository's backlog and in-flight work, prioritize the most valuable next tasks, and generate self-contained coding prompts so engineers can start work with full context.

Core Features & Use Cases

  • Cold-start scanning: Analyze open issues, recent merges, and open PRs to recommend the top 3–5 issues to pick up.
  • Resume from handoff: Load saved session and per-PR handoff state, reconcile with live GitHub data, and continue orchestration.
  • Prompt generation & orchestration: Produce complete, paste-ready coding thread prompts, track assignments in a state table, and offer non-auto polling options to monitor progress.
  • Policy-first safety: Explicitly refuses to spawn agents or modify repos unless the user explicitly authorizes execution.

Quick Start

Ask the PM agent to "pm" the repo and suggest the top three issues I should work on next.

Frequently Asked Questions about pm

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

FAQPage Schema
How do I prioritize GitHub issues to decide what to work on next?

To prioritize GitHub issues, you can run a cold-start scan that analyzes open issues, recent merges, and open pull requests to score backlog items and recommend the top issues to pick up next.

How do I generate self-contained coding prompts from GitHub issues?

You can generate self-contained coding prompts from GitHub issues by using orchestration workflows that analyze issue context and produce complete, paste-ready coding thread prompts for engineers to start work immediately.

Can I resume a GitHub project management session from a previous handoff?

Yes, you can resume orchestration by loading saved session and per-PR handoff state files, reconciling them with live GitHub data, and continuing project management workflows from where you left off.

Does this issue triage tool automatically spawn agents or modify repositories?

No, this issue triage tool operates with policy-first safety, explicitly refusing to spawn agents or modify repositories unless you explicitly authorize execution, ensuring read-only orchestration by default.

What is GitHub issue orchestration and how does it manage pull requests?

GitHub issue orchestration is a project management workflow that manages and prioritizes a repository's issues and pull requests, applying polling options and state tracking to monitor in-flight coding threads and suggest next work.