ワンクリックで
changelog-tracker
Monitors version changes with semantic versioning analysis and breaking change detection
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Monitors version changes with semantic versioning analysis and breaking change detection
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Connect the user's Akashi second brain (local, private, verifiable) over MCP and answer from cited vault passages with signed provenance. Query it BEFORE answering anything about the user's knowledge, projects, decisions, or conventions. Triggers - akashi, vault, my notes, second brain, remember this, what did I decide.
Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Monitor API health and assert endpoint status with ZK proofs
Semantic code review with provable assertions about code quality
Audit project dependencies with verifiable security assertions
| name | changelog-tracker |
| description | Monitors version changes with semantic versioning analysis and breaking change detection |
| type | semantic |
| user-invocable | true |
| semantic | {"skillVersion":1,"permissions":{"graph":["read","write"],"proofs":["request"],"memory":["recall","remember"]},"assertions":[{"predicate":"changelog:breaking-change","requireProof":true},{"predicate":"changelog:version-update","requireProof":false}],"queries":[{"predicate":"changelog:history","scope":"agent"}]} |
Monitor version changes with semantic versioning analysis and breaking change detection across changelogs, release notes, and dependency updates.
Use when tracking version updates across dependencies, reviewing changelogs for breaking changes, or auditing release notes before upgrading. The skill parses semver strings, classifies bump types, and scans for 7 breaking change indicators.
| Bump Type | Meaning |
|---|---|
| Major (X.0.0) | Breaking change |
| Minor (0.X.0) | New feature (backward compatible) |
| Patch (0.0.X) | Bug fix |
| # | Pattern | Description |
|---|---|---|
| 1 | "breaking change" / "BREAKING" | Explicit breaking change declaration |
| 2 | "removed" + API term | Removal of API surface (endpoint, method, function, field) |
| 3 | "deprecated" + "removed" | Previously deprecated item now removed |
| 4 | "incompatible" / "not backward compatible" | Explicit incompatibility statement |
| 5 | "migration required" / "migrate" | Migration needed for upgrade |
| 6 | "renamed" + API term | API surface renamed |
| 7 | "changed signature" / "new parameter required" | Function signature changes |
skill_memory_context using predicate changelog:historyskill_assert using predicate changelog:breaking-change with proof requiredchangelog:version-update without proof