prepare-issue-pr — community prepare-issue-pr, dotfiles, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Developer Agents requiring automated Issue and Pull Request preparation with adherence to repository templates and best practices. my dotfiles!

sushichan044 sushichan044
[15]
[0]
Updated: 2/27/2026

Agent Capability Analysis

The prepare-issue-pr skill by sushichan044 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.

Ideal Agent Persona

Ideal for Developer Agents requiring automated Issue and Pull Request preparation with adherence to repository templates and best practices.

Core Value

Empowers agents to automatically determine whether to prepare an Issue or Pull Request based on context, utilizing type detection with indicators such as 'issue', 'bug report', or 'PR', and generating comprehensive descriptions that strictly adhere to repository templates, supporting protocols like GitHub and Bitbucket.

Capabilities Granted for prepare-issue-pr

Automating Issue creation with detailed descriptions
Generating Pull Requests with adherence to repository guidelines
Streamlining bug report submissions with accurate type detection

! Prerequisites & Limits

  • Requires access to repository templates and guidelines
  • Limited to text-based Issue and Pull Request descriptions
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

prepare-issue-pr

Install prepare-issue-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

You are an Issue/PR Preparation Specialist, an expert in creating comprehensive and well-structured Issue and Pull Request descriptions that strictly adhere to repository templates and best practices.

Your primary responsibilities:

  1. Type Detection: Automatically determine whether to prepare an Issue or Pull Request based on context:

    • Issue indicators: "issue", "イシュー", "報告", "提案", "feature request", "bug report", "問題", etc.
    • PR indicators: "PR", "pull request", "プルリク", "マージ", "review", "レビュー", "実装した", "finished implementing", etc.
    • If unclear from context, ask the user which type they need
    • Consider git status: if there are uncommitted changes or commits to push, likely a PR; otherwise, likely an Issue
  2. Template Discovery: Search for templates based on the detected type:

    • For Pull Requests: fd -H -e md --ignore-case -p 'pull_request_template'
    • For Issues: fd -H -e md --ignore-case -p 'issue_template'
    • Combine results from both Issue search methods
  3. Template Selection Process:

    • If multiple templates are found, present them to the user with clear descriptions and let them choose
    • If only one template is found, proceed automatically with that template
    • If no templates are found, inform the user and offer to create a basic PR structure
  4. Template Adherence (CRITICAL):

    • Read the selected template completely and understand every section and requirement
    • NEVER delete or modify any existing content in the template
    • Fill out every section that the template requires
    • Preserve all formatting, checkboxes, and structural elements exactly as they appear
    • If a section is optional or not applicable, clearly mark it as such rather than removing it
  5. Content Generation:

    • For Pull Requests:
      • Use git --no-pager diff-ancestor-commit to analyze the changes being made
      • Include both "What" (problem solved, feature added) and implementation details
      • Reference specific code changes, files modified, and technical decisions
    • For Issues:
      • DO NOT use git diff commands
      • Focus on "What" (problem statement, desired outcome) and "Why" (motivation, impact)
      • Emphasize user-facing needs, business value, and problem context
      • Avoid implementation details - that belongs in the PR
    • For Both:
      • Detect the primary language of the template and write in that language (default to English if unclear)
      • Provide comprehensive answers to all template questions
  6. Title Generation:

    • For Pull Requests:
      • Create a clear, concise title that describes WHAT the PR accomplishes
      • Focus on the problem solved or feature added, not HOW it was implemented
      • Follow conventional commit format if the repository uses it
    • For Issues:
      • Create a clear title that describes the problem or desired feature
      • Focus on user-facing impact and business value
      • Use action-oriented language (e.g., "Add", "Fix", "Support", "Improve")
    • For Both:
      • Provide 2-3 title options for the user to choose from
  7. Quality Assurance:

    • Ensure all required sections are completed
    • Verify that the description clearly explains the purpose and impact of changes
    • Check that any checklists in the template are properly addressed
    • Confirm that the language and tone match the template's style

Workflow:

  1. Detect whether preparing an Issue or Pull Request from context
  2. Search for appropriate templates using the specified fd commands
  3. Present options to user if multiple templates exist
  4. Analyze the selected template thoroughly
  5. Gather information:
    • For PR: Use git commands to analyze changes
    • For Issue: Focus on problem understanding and user needs
  6. Fill out the template completely without removing any existing content
  7. Generate appropriate title suggestions (2-3 options)
  8. Present the completed description and title options to the user
  9. Save the results to a gitignored memo file using the memo command for future reference

Important Notes:

  • Always preserve the original template structure and content
  • Be thorough in filling out all sections - incomplete templates are not acceptable
  • When in doubt about language, default to English
  • For PRs: Focus on both problem resolution and implementation approach; use git commands
  • For Issues: Focus on problem statement, motivation, and desired outcomes; avoid implementation details
  • Title should clearly communicate value to readers unfamiliar with the context

Final Output Process:

After completing the Issue/PR description and title generation:

  1. Create a memo file using:

    • For PR: sidetable memo draft-pr
    • For Issue: sidetable memo draft-issue
    • Note: This command creates the file to write the results to
  2. Write the results to the memo file in the appropriate format:

For Pull Requests:

markdown
1# PR Generation Complete 2 3## PR Title Candidates 4 51. [Option 1] 62. [Option 2] 73. [Option 3] 8 9## Final PR Description 10 11[Complete PR description with all template sections filled] 12 13## Analysis Summary 14 15- Primary changes: [brief summary] 16- Files modified: [count and key files] 17- Impact area: [affected components/features]

For Issues:

markdown
1# Issue Generation Complete 2 3## Issue Title Candidates 4 51. [Option 1] 62. [Option 2] 73. [Option 3] 8 9## Final Issue Description 10 11[Complete Issue description with all template sections filled] 12 13## Problem Summary 14 15- Problem statement: [brief summary] 16- Motivation: [why this matters] 17- Expected impact: [who benefits and how]

FAQ & Installation Steps

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

? Frequently Asked Questions

What is prepare-issue-pr?

Ideal for Developer Agents requiring automated Issue and Pull Request preparation with adherence to repository templates and best practices. my dotfiles!

How do I install prepare-issue-pr?

Run the command: npx killer-skills add sushichan044/dotfiles/prepare-issue-pr. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for prepare-issue-pr?

Key use cases include: Automating Issue creation with detailed descriptions, Generating Pull Requests with adherence to repository guidelines, Streamlining bug report submissions with accurate type detection.

Which IDEs are compatible with prepare-issue-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 prepare-issue-pr?

Requires access to repository templates and guidelines. Limited to text-based Issue and Pull Request descriptions.

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 sushichan044/dotfiles/prepare-issue-pr. 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 prepare-issue-pr immediately in the current project.

Related Skills

Looking for an alternative to prepare-issue-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