スキル一覧に戻る
pipecat-ai

changelog

by pipecat-ai

changelogは、機械学習とAI開発のためのスキルです。モデル構築から運用まで、包括的で効率的なAI開発ワークフローをサポートします。

9,930🍴 1,656📅 2026年1月23日
GitHubで見るManusで実行

ユースケース

🧠

AIモデル統合

LLMや機械学習モデルをアプリに統合。

プロンプト最適化

より良い結果を得るためのプロンプト改善。

📊

データ分析自動化

AIを活用したデータ分析と洞察の抽出。

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

  1. First, check what commits are on the current branch compared to main:

    git log main..HEAD --oneline
    
  2. 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
  3. Each changelog file should at least contain a main single line starting with - followed by a clear description of the change.

  4. If the change is complicated, changelog files can have indented lines after the main line with additional details or code samples.

  5. 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.

スコア

総合スコア

80/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 1000以上

+15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

0/5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です