
changelog
by pipecat-ai
Open Source framework for voice and multimodal conversational AI
Use Cases
AI Model Integration
Integrate LLM and ML models into your application.
Prompt Optimization
Improve prompts for better results.
Automated Data Analysis
AI-powered data analysis and insight extraction.
SKILL.md
name: changelog description: 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.
Instructions
-
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:{PR_NUMBER}.added.md- for new features{PR_NUMBER}.added.2.md,{PR_NUMBER}.added.3.md- for additional new features{PR_NUMBER}.changed.md- for changes to existing functionality{PR_NUMBER}.fixed.md- for bug fixes{PR_NUMBER}.deprecated.md- for deprecations
-
Each changelog file should at least contain a main single line starting with
-followed by a clear description of the change. -
If the change is complicated, changelog files can have indented lines after the main line with additional details or code samples.
-
Use ⚠️ emoji prefix for breaking changes.
Example
For PR #3519 with a new feature and a bug fix:
changelog/3519.added.md:
- Added `SomeNewFeature` for doing something useful.
changelog/3519.fixed.md:
- Fixed an issue where something was not working correctly.
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 1000以上
1ヶ月以内に更新
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon


