Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Create changelog files for important commits in a PR
Create changelog files for the important commits in this PR. The PR number is provided as an argument.
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
For each significant change, create a changelog file in the changelog/ folder using the format:
Allowed types: added, changed, deprecated, removed, fixed, security, performance, other
{PR_NUMBER}.added.md - for new features{PR_NUMBER}.added.2.md, {PR_NUMBER}.added.3.md - for additional entries of the same type{PR_NUMBER}.changed.md - for changes to existing functionality{PR_NUMBER}.fixed.md - for bug fixes{PR_NUMBER}.deprecated.md - for deprecations{PR_NUMBER}.removed.md - for removed features{PR_NUMBER}.security.md - for security fixes{PR_NUMBER}.performance.md - for performance improvements{PR_NUMBER}.other.md - for other changesnpx skills add pipecat-ai/pipecat --skill changelogHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.