Prompt file imported from novasamatech/nova-spektr (
.claude/commands/pr.md). Copyright stays with the author.
Generate a pull request description for the current branch.
Instructions:
- Run
git diff dev...HEAD --statto see which files changed - Run
git diff dev...HEADto see the full diff - Analyze the changes and produce a PR description in this format:
.github/PULL_REQUEST_TEMPLATE.md
Rules:
- Keep it concise — a reviewer should understand the PR in 30 seconds
- Focus on the "why" not the "what" — the diff shows the what
- Group related changes together
- Include specific test steps, not generic ones
- Do NOT include a title — that will be set separately
- Output ONLY the markdown body, ready to paste