change-tracker

change-tracker is a cursor rule for Cursor from GktuOktay/ai-skills. It costs 0 tokens per session (626 once invoked), scanned A, original, MIT.

A change-recording rule that keeps a Markdown changelog and version history up to date during development. Semantic Versioning uses major, minor, and patch numbers to describe change size.

In plain words
What is it for?
It is for recording features, fixes, and refactors in CHANGELOG.md, managing unreleased work, and following Keep a Changelog and SemVer conventions.
Why use it?
It prevents meaningful changes from being forgotten and keeps release notes grouped in a consistent format.

Cursor rule for Cursor

Written for Cursor: a Cursor rule (.mdc).

Good fit It is for recording features, fixes, and refactors in CHANGELOG.md, managing unreleased work, and following Keep a Changelog and SemVer conventions.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/gktuoktay/ai-skills/change-tracker
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/GktuOktay/ai-skills

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for change-tracker

README.md
[![agentmods](https://agentmods.dev/badge/rules/gktuoktay/ai-skills/change-tracker/github.svg)](https://agentmods.dev/rules/gktuoktay/ai-skills/change-tracker)
Your own site
<a href="https://agentmods.dev/rules/gktuoktay/ai-skills/change-tracker"><img src="https://agentmods.dev/badge/rules/gktuoktay/ai-skills/change-tracker/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for change-tracker

Your own site · 80×15
<a href="https://agentmods.dev/rules/gktuoktay/ai-skills/change-tracker"><img src="https://agentmods.dev/badge/rules/gktuoktay/ai-skills/change-tracker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 626 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00626
Opus 5 $0.00000 $0.00313
Sonnet 5 $0.00000 $0.00125
Haiku 4.5 $0.00000 $0.00063

Measured 6d ago against content hash 29749f4373e0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

change-tracker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/cursor/rules/change-tracker.mdc · 56 lines

How it starts

The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Change Tracker & Versioning Standard

This skill mandates that every meaningful code change (feature, bugfix, refactor) in the project is immediately documented and that the version history (changelog) is kept in a standard format.

📌 Core Rules

  1. Continuous Tracking: When a task or module is completed in the code, immediately add the changes to CHANGELOG.md (or the relevant Markdown document in the project structure) rather than keeping them in mind.
  2. Standard Format: Log changes in accordance with the "Keep a Changelog" (keepachangelog.com) standard.
  3. Versioning: Adhere to Semantic Versioning (SemVer) rules (MAJOR.MINOR.PATCH).
  4. Unreleased Management: Always group in-development changes under the [Unreleased] (or current sprint/target version) heading.

📝 Format Template

Use the following structure in the CHANGELOG.md file (or similar version tracking file):

# Changelog

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- New UI components for the user login screen.
- New indexing structure for database optimization.

### Changed
- Authentication service updated to use OAuth2.

### Fixed
- Fixed the horizontal scrolling issue on mobile view.

## [1.0.2] - 2026-08-10
### Fixed
- Fixed the 500 error returned when the API rate limit is exceeded (changed to 429).

🔄 Workflow

  1. Code Development: Write or modify the code as requested.
  2. Log Update: Add a clean bullet point summarizing the work done under the [Unreleased] heading (or appropriate version) in the relevant category (Added, Changed, Fixed, Removed, etc.) in the CHANGELOG.md file.
  3. Pre-Commit Check: Right before committing changes with git-conventional-commits, ensure that the CHANGELOG.md file is saved.

🛠 Categories to Use

  • Added: for new features.
  • Changed: for changes in existing functionality.
  • Deprecated: for soon-to-be removed features.
  • Removed: for now removed features.
  • Fixed: for any bug fixes.
  • Security: in case of vulnerabilities.

Read the full file on GitHub · 56 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 56 lines · 626 tokens per session scan A 29749f4373e0

Subscribe to this mod's changes

change-tracker is a cursor rule published in the GitHub repository GktuOktay/ai-skills (2 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 626 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.