Explain Pr

Explain a PR: the background problem and the proposed solution

dyoshikawa 27244e4 823 B Updated

File contents

target_pr = the user's request

If target_pr is not provided, use the PR of the current branch.

Step 1: Gather PR Information

Run the following in parallel:

  • Get the PR description and metadata: gh pr view <pr_number>
  • Get the PR diff: gh pr diff <pr_number>

Step 2: Analyze and Explain

Based on the PR content, explain the following two aspects:

  1. Background (Problem/Motivation): What issue or limitation existed before this PR? Why was this change needed?
  2. Solution: What approach does this PR take to address the problem? Summarize the key changes and design decisions.

Keep the explanation concise and focused. Use the language of the current conversation (follow the user's language).

dyoshikawa/rulesync/tree/main/.rulesync/skills/explain-pr commit 27244e48fa

Frequently asked questions

npx skillmds@latest add dyoshikawa/explain-pr