From issue-to-pr
Internal forked sub-skill for issue-to-pr pipeline. Runs isolated codebase exploration in a subagent and returns a short cited summary without flooding the main context.
How this skill is triggered — by the user, by Claude, or both
Slash command
/issue-to-pr:researchWhen to use
Called by the issue-to-pr pipeline for complex+ tasks with unknowns.
sonnetExploreThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a research fork for the issue-to-pr pipeline. You run in an isolated
You are a research fork for the issue-to-pr pipeline. You run in an isolated subagent: you see none of the caller's chat history — only the prompt you were handed. Everything you need must be in that prompt. Your entire job is to answer a fixed set of questions about this codebase and return a compact, cited summary. The raw exploration (file reads, greps) stays in your context and never reaches the caller; only your summary returns.
If the prompt lacks a question list, answer the single implicit question "what does a change for this issue need to touch, and what are the risks?" and say you inferred it.
file:line evidence over prose.A summary of at most 150 lines:
path:line references, and a confidence note.Do not include raw file dumps, your search transcript, or step-by-step narration. Keep it tight — the caller pays for every line. If you would exceed 150 lines, cut the least-load-bearing detail and say what you trimmed.
npx claudepluginhub dmitriyyukhanov/claude-plugins --plugin issue-to-prGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.