changelog تایید شده

Use when updating CHANGELOG.md. Enforces consistent formatting with bolded item names, dash separators, and specific section ordering.

57از ۱۰۰
۱.۱k
ستاره
۵
دانلود
۱۵
بازدید

// نصب مهارت

نصب مهارت

مهارت‌ها کدهای شخص ثالث از مخازن عمومی GitHub هستند. SkillHub الگوهای مخرب شناخته‌شده را اسکن می‌کند اما نمی‌تواند امنیت را تضمین کند. قبل از نصب، کد منبع را بررسی کنید.

نصب سراسری (سطح کاربر):

npx skillhub install udecode/dotai/changelog

نصب در پروژه فعلی:

npx skillhub install udecode/dotai/changelog --project

skill.install.customTargetHelp

npx skillhub install udecode/dotai/changelog --target-dir /path/to/skills

مسیر پیشنهادی: ~/.claude/skills/changelog/

بررسی هوش مصنوعی

57
از ۱۰۰
کیفیت دستورالعمل70
دقت توضیحات35
کاربردی بودن50
صحت فنی75

Scored mid-range due to clear but narrow formatting rules. Useful for maintaining consistency, but entirely informational with no scripts, error handling, or multi-step automation. Description is specific but lacks trigger variety.

prototypesimpleopen-source-maintainersdeveloperschangelog-formattingchangelog-generationrelease-notes
بررسی‌شده توسط reviewer-service(z-ai/glm-5.2) در تاریخ ۱۴۰۵/۵/۲۵

محتوای SKILL.md

---
name: changelog
description: Use when updating CHANGELOG.md. Enforces consistent formatting with bolded item names, dash separators, and specific section ordering.
---

# Changelog Writing Style

## Format

Based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Entry Structure

```markdown
## [X.Y.Z] - YYYY-MM-DD

### Added/Changed/Fixed/Removed

- **`item-name`** - Description of change
  - Sub-bullet for additional details
  - Another detail if needed
```

## Rules

1. **Bold item names** - Always wrap in `**\`item-name\`\*\*` (backticks inside bold)
2. **Dash separator** - Use `-` between item name and description
3. **Sentence case** - Descriptions start with capital letter
4. **No periods** - End descriptions without periods
5. **Sub-bullets** - Indent with 2 spaces, use for details

## Section Order

1. Added
2. Changed
3. Fixed
4. Removed

Only include sections with content.

## Examples

Good:

```markdown
- **`debug plugin`** - Renamed skill: systematic-debugging → debug
- **`/workflows:plan` command** - Interactive Q&A refinement phase (#88)
  - After generating initial plan, now offers to refine with targeted questions
  - Asks up to 5 questions about ambiguous requirements
```

Bad:

```markdown
- debug plugin - renamed skill # missing bold/backticks
- **debug plugin**: renamed skill # colon instead of dash
- **`debug plugin`** - renamed skill. # has period
```

## Versioning

- Major (X.0.0) - Breaking changes, major removals
- Minor (X.Y.0) - New features, new plugins
- Patch (X.Y.Z) - Bug fixes, renames, documentation

مجوز

در منبع این مهارت هیچ مجوزی اعلام نشده است.

متن کامل مجوز در مخزن منبع در دسترس است.

مشاهدهٔ مجوز در مخزن منبعنسخهٔ منتشرشده در آن‌جا مرجع است.