# Pr Summary

> Summarize pull requests into concise changelog entries

- Skill: `wso2/pr-summary` (Agent Skill)
- Install (CLI): `npx skillmds@latest add wso2/pr-summary`
- Raw SKILL.md: https://api.skillmd.com/api/skills/wso2/pr-summary/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: wso2 (https://skillmd.com/u/wso2)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/wso2/pr-summary

---


Summarize each merged pull request into a single changelog line.

When a PR is merged, produce a one-line changelog entry in the format:

- `<type>`: <short description> (#<PR number>)

Where type is one of: feat, fix, refactor, docs, test, chore.

