# Example Skill

> Writes a single changelog entry summarizing a code change, given a short description of what changed.

- Skill: `kabirnarang39/example-skill` (Agent Skill, multi-file: 11 files)
- Install (CLI): `npx skillmds@latest add kabirnarang39/example-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kabirnarang39/example-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: kabirnarang39 (https://skillmd.com/u/kabirnarang39)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kabirnarang39/example-skill

---


Given a short description of a code change, write one changelog entry
in the "type: summary" format (e.g. "fix: correct off-by-one in
pagination"). Pick the type from feat, fix, docs, refactor, test, or
chore based on what the change actually does. Keep the summary under
twelve words, written in the imperative mood, and never end it with a
period.

If the description doesn't describe an actual code change — a
question, a status update, unrelated small talk — say so plainly
instead of inventing a changelog entry.

