release-notes

tarafından cloudflare

Değişiklik listesinden kısa sürüm notları taslağı oluşturur. Kullanıcı değişiklik günlükleri, sürüm notları veya kısa bir ürün güncellemesi istediğinde kullanın.

npx skills add https://github.com/cloudflare/agents --skill release-notes

Release Notes

Turn implementation details into user-facing release notes.

Process

  1. Identify the user-facing outcome.
  2. Group related implementation details into one bullet.
  3. Avoid internal file names unless the user asks for engineering notes.
  4. Keep the tone factual and concise.

When the user provides a rough list of changes, run scripts/format-release-notes.ts with { "changes": [...] } to create a first draft, then polish the wording for the user's audience. The TypeScript script is function-style (export default run(input, ctx)) and demonstrates reading references/style-guide.md from ctx.files.

Output format

Use this structure:

## Summary

- One to three bullets describing what changed.

## Notes

- Optional caveats, migration details, or follow-up work.

If the input is too vague, ask for the target audience and the release scope.

cloudflare tarafından daha fazla skill

workerd-api-review
cloudflare
Performans optimizasyonu, API tasarımı ve uyumluluğu, güvenlik açıkları ve workerd kod incelemesi için standart spesifikasyon uyumluluğu. tcmalloc farkındalığını kapsar…
module-registry
cloudflare
workerd'de modül kaydı ile çalışırken yükleyin — modül çözümleme, derleme, değerlendirme veya kaydetme işlemlerini okuma, değiştirme, hata ayıklama veya inceleme…
reproduce
cloudflare
Bir cloudflare/agents GitHub sorununu, minimal bir Agents/Worker projesi oluşturup geçici bir Cloudflare hesabına dağıtarak yeniden üretin, ardından raporlayın…
local-explorer
cloudflare
Yerel gezgine veya yerel API'ye nasıl ürün/kaynak eklenir. Yeni yerel API'ler veya altındaki UI rotaları uygulanırken kullanılır.
open-pr
cloudflare
Bir cloudflare/agents GitHub sorununu ve herhangi bir yeniden üretim bulgusunu alıp tek seferde düzelten bir PR oluşturun — dal, değişiklik, test, gönderme ve soruna bağlı PR'ı açma.
debug-plan
cloudflare
Bir hata raporu için sistematik bir hata ayıklama planı oluşturun. Kullanıcı bir arıza, gerileme veya beklenmeyen davranışın nasıl araştırılacağını sorduğunda kullanın.
write-endpoints
cloudflare
chanfana ile OpenAPI uç noktaları oluşturmak için kapsamlı rehber - şema tanımı, istek doğrulama, CRUD işlemleri, D1 veritabanı entegrasyonu ve…
agents-sdk
cloudflare
Cloudflare Workers üzerinde Agents SDK kullanarak AI ajanları oluşturun. Durum bilgisi olan ajanlar, dayanıklı iş akışları, gerçek zamanlı WebSocket uygulamaları, zamanlanmış görevler oluştururken yükleyin,…