changelogs — for Claude Code changelogs, nimbus-patterns, community, for Claude Code, ide skills, directory, → Update, CHANGELOG.md, 🛠 Breaking changes, 🎉 New features

v1.0.0

Об этом навыке

Подходящий сценарий: Ideal for AI agents that need update changelog.md files to reflect changes made in the current git branch. Локализованное описание: # Changelogs Skill Update CHANGELOG.md files to reflect changes made in the current git branch. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Возможности

Update CHANGELOG.md files to reflect changes made in the current git branch.
When asked to update or write changelogs
When preparing a PR for merge
When documenting recent changes before release
Step 1: Analyze Branch Changes

# Core Topics

TiendaNube TiendaNube
[4]
[1]
Updated: 4/22/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
70
Canonical Locale
en
Detected Body Locale
en

Подходящий сценарий: Ideal for AI agents that need update changelog.md files to reflect changes made in the current git branch. Локализованное описание: # Changelogs Skill Update CHANGELOG.md files to reflect changes made in the current git branch. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Зачем использовать этот навык

Рекомендация: changelogs helps agents update changelog.md files to reflect changes made in the current git branch. Changelogs Skill Update CHANGELOG.md files to reflect changes made in the current git branch. This AI

Подходит лучше всего

Подходящий сценарий: Ideal for AI agents that need update changelog.md files to reflect changes made in the current git branch.

Реализуемые кейсы использования for changelogs

Сценарий использования: Applying Update CHANGELOG.md files to reflect changes made in the current git branch
Сценарий использования: Applying When asked to update or write changelogs
Сценарий использования: Applying When preparing a PR for merge

! Безопасность и ограничения

  • Ограничение: git diff origin/master --name-only
  • Ограничение: Avoid code details : No mention of specific functions, variables, or files
  • Ограничение: Updated Button to support icon-only variant.

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is changelogs?

Подходящий сценарий: Ideal for AI agents that need update changelog.md files to reflect changes made in the current git branch. Локализованное описание: # Changelogs Skill Update CHANGELOG.md files to reflect changes made in the current git branch. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install changelogs?

Run the command: npx killer-skills add TiendaNube/nimbus-patterns. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for changelogs?

Key use cases include: Сценарий использования: Applying Update CHANGELOG.md files to reflect changes made in the current git branch, Сценарий использования: Applying When asked to update or write changelogs, Сценарий использования: Applying When preparing a PR for merge.

Which IDEs are compatible with changelogs?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for changelogs?

Ограничение: git diff origin/master --name-only. Ограничение: Avoid code details : No mention of specific functions, variables, or files. Ограничение: Updated Button to support icon-only variant..

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add TiendaNube/nimbus-patterns. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use changelogs immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

changelogs

# Changelogs Skill Update CHANGELOG.md files to reflect changes made in the current git branch. This AI agent skill supports Claude Code, Cursor, and Windsurf

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Changelogs Skill

Update CHANGELOG.md files to reflect changes made in the current git branch.

When to Use

  • When asked to update or write changelogs
  • When preparing a PR for merge
  • When documenting recent changes before release

Instructions

Step 1: Analyze Branch Changes

Run these git commands to understand what changed:

bash
1# Get the base branch (usually master or main) 2git log --oneline -1 origin/master 3 4# List all commits in current branch not in master 5git log origin/master..HEAD --oneline 6 7# Show changed files with their packages 8git diff origin/master --name-only

Step 2: Identify Affected Packages

Determine which packages were modified by checking changed file paths:

  • packages/react/**/<Component>/* → Update packages/react/src/atomic/<Component>/CHANGELOG.md and react directory CHANGELOG.md
  • packages/core/webpack/* → Update packages/core/webpack/CHANGELOG.md
  • Any root monorepo configuration change → Also update the root CHANGELOG.md

Step 3: Classify the Change

Determine the change type based on commit messages and diff:

TypeCategoryVersion Bump
Breaking API changes🛠 Breaking changesMajor (x.0.0)
New props, components, features🎉 New featuresMinor (0.x.0)
Bug fixes, corrections🐛 Bug fixesPatch (0.0.x)
Dependency updates📚 3rd party library updatesPatch
Refactors, docs, tooling💡 OthersPatch

Step 4: Write the Entry

Format:

markdown
1## YYYY-MM-DD `version` 2 3#### <emoji> <category> 4 5- <Summary of the change>. ([#PR](https://github.com/TiendaNube/nimbus-patterns/pull/PR) by [@contributor](https://github.com/contributor))

Writing Guidelines:

  1. Be concise: One sentence summarizing the user-facing impact
  2. Focus on "what": Describe the outcome, not implementation details
  3. Use past tense: "Added", "Fixed", "Updated", not "Add", "Fix", "Update"
  4. Avoid code details: No mention of specific functions, variables, or files

Good examples:

  • Added disabled state styling to Input component.
  • Fixed focus ring not appearing on keyboard navigation.
  • Updated Button to support icon-only variant.

Bad examples:

  • Update Input.tsx to add handleFocus callback and modify CSS classes.
  • Fixes bug in line 45 of nimbus-input.css.ts where outline was missing.

Step 5: Ask for Missing Information

If any of the following is unknown, ask the user:

  1. PR number: Required for the entry link
  2. GitHub username: Required for contributor attribution
  3. Version number: If not clear from existing changelog

Step 6: Update the Files

  1. Read the existing CHANGELOG.md for the affected package(s)
  2. Determine the next version based on current version + change type
  3. Insert the new entry at the TOP, below the # Changelog header
  4. Use today's date in YYYY-MM-DD format
  5. Update package-specific CHANGELOG.md file, and only update the root CHANGELOG.md file if the change is related to the root monorepo.

Reference

Full formatting rules are defined in .cursor/rules/changelogs.mdc.

Связанные навыки

Looking for an alternative to changelogs or another community skill for your workflow? Explore these related open-source skills.

Показать все

openclaw-release-maintainer

Logo of openclaw
openclaw

Локализованное описание: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Локализованное описание: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor

flags

Logo of vercel
vercel

Локализованное описание: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Браузер

pr-review

Logo of pytorch
pytorch

Локализованное описание: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Разработчик