changelog
Installation
SKILL.md
Create changelog files for the important commits in this PR. The PR number is provided as an argument.
Instructions
-
Skip changelog for: documentation-only, internal refactoring, test-only, CI changes.
-
First, check what commits are on the current branch compared to main:
git log main..HEAD --oneline
Related skills
More from pipecat-ai/pipecat
docstring
Document a Python module and its classes using Google style
62pr-description
Update a GitHub PR description with a summary of changes
54update-docs
Update documentation pages to match source code changes on the current branch
32pr-submit
Create and submit a GitHub PR from the current branch
29code-review
Automated code review for pull requests using multiple specialized agents
28