ما هي update-changelog؟
اقرأ هذه المهارة قبل تحديث سجلات التغيير المصدر: mitsuhiko/agent-commands.
اقرأ هذه المهارة قبل تحديث سجلات التغيير
ثبّت مهارة الذكاء الاصطناعي update-changelog بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: mitsuhiko/agent-commands.
Update the repository changelog with changes between the last release and the current version (main) that are not yet incorporated. If CHANGELOG.md does not exist, use CHANGELOG instead.
Determine baseline version If no baseline version is provided, use the most recent git tag. You can find it with git describe --tags --abbrev=0.
Update the changelog Read the existing changelog file (CHANGELOG.md, or CHANGELOG if missing) and check if there are changes not yet incorporated, then add them. Always add them to the "Unreleased" section only. If there is none yet, add it at the top in the same style as the existing changelog (for example, ## Unreleased vs ## [Unreleased]).
اقرأ هذه المهارة قبل تحديث سجلات التغيير المصدر: mitsuhiko/agent-commands.
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/mitsuhiko/agent-commands --skill update-changelogاقرأ هذه المهارة قبل تحديث سجلات التغيير المصدر: mitsuhiko/agent-commands.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/mitsuhiko/agent-commands --skill update-changelog بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/mitsuhiko/agent-commands