| name | pr-summary |
| description | Generate a concise pull request title and markdown description from the current Git branch, commits, and diff. Use when the user asks to draft, update, or summarize a pull request. |
Pull Request Summary
Read AGENTS.md, the current branch, merge base, commit list, diff statistics, and relevant tests. Do not rely on commit subjects alone; inspect the actual diff.
Produce:
- a short imperative title
- problem and outcome summary
- implementation highlights
- Joomla 6 and security impact where relevant
- tests and verification actually run
- migration, compatibility, rollout, and rollback notes when applicable
- a reviewer checklist for high-risk areas
Distinguish verified facts from recommendations. Never claim tests passed when they were not run. Do not create or update a remote PR unless explicitly asked.