Skip to content
OpenSmartRoute
Skillv1.0.0

technical-change-tracker

Track code changes with structured JSON records, state machine enforcement, and AI session handoff for bot continuity

by gabrielmoreira(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from gabrielmoreira/agent-skills-mirror (mirrors/repos/sickn33@antigravity-awesome-skills/skills/technical-change-tracker/SKILL.md). Install upstream with npx skills add gabrielmoreira/agent-skills-mirror --skill technical-change-tracker. Copyright stays with the author.

Technical Change Tracker

Overview

Track every code change with structured JSON records and accessible HTML output. Ensures AI bot sessions can resume seamlessly when previous sessions expire or are abandoned.

When to Use This Skill

  • Use when you need structured change tracking across AI coding sessions
  • Use when a bot session expires mid-task and the next session needs full context to resume
  • Use when onboarding a project with undocumented change history

How It Works

State Machine

planned -> in_progress -> implemented -> tested -> deployed
             |
             +-> blocked

Commands

/tc init | /tc create | /tc update | /tc status | /tc resume | /tc close | /tc export | /tc dashboard | /tc retro

Session Handoff

Each TC stores: progress summary, next steps, blockers, key context, and files in progress — so the next bot session picks up exactly where the last left off.

Non-Blocking

TC bookkeeping runs via background subagents. Never interrupts coding work.

Features

  • Structured JSON records with append-only revision history
  • Test cases with log snippet evidence
  • WCAG AA+ accessible HTML output (dark theme, rem-based fonts)
  • CSS-only dashboard with status filters
  • Python stdlib only — zero external dependencies
  • Retroactive bulk creation from git history via /tc retro

Full Repository

https://github.com/Elkidogz/technical-change-skill — MIT License

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/gabrielmoreira-agent-skills-mirror-technical-change-tracker/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

gabrielmoreira-agent-skills-mirror-technical-change-tracker.ocm.jsonjson
{
  "ocm": "1",
  "id": "gabrielmoreira-agent-skills-mirror-technical-change-tracker",
  "kind": "skill",
  "name": "technical-change-tracker",
  "description": "Track code changes with structured JSON records, state machine enforcement, and AI session handoff for bot continuity",
  "publisher": "gabrielmoreira",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "change-tracking",
      "session-handoff",
      "documentation",
      "accessibility",
      "state-machine",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Track code changes with structured JSON records, state machine enforcement, and AI session handoff for bot continuity"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/gabrielmoreira/agent-skills-mirror",
      "path": "mirrors/repos/sickn33@antigravity-awesome-skills/skills/technical-change-tracker/SKILL.md",
      "ref": "d5c793801e2fc9c29aa3531805809b3460b19d09",
      "url": "https://github.com/gabrielmoreira/agent-skills-mirror/blob/d5c793801e2fc9c29aa3531805809b3460b19d09/mirrors/repos/sickn33@antigravity-awesome-skills/skills/technical-change-tracker/SKILL.md",
      "key": "gabrielmoreira/agent-skills-mirror/mirrors/repos/sickn33@antigravity-awesome-skills/skills/technical-change-tracker/SKILL.md"
    }
  },
  "instructions": "# Technical Change Tracker\n\n## Overview\n\nTrack every code change with structured JSON records and accessible HTML output. Ensures AI bot sessions can resume seamlessly when previous sessions expire or are abandoned.\n\n## When to Use This Skill\n\n- Use when you need structured change tracking across AI coding sessions\n- Use when a bot session expires mid-task and the next session needs full context to resume\n- Use when onboarding a project with undocumented change history\n\n## How It Works\n\n### State Machine\n\n```\nplanned -> in_progress -> implemented -> tested -> deployed\n             |\n          ",
  "cost": {
    "context_tokens": 443
  }
}

Fetch it by URL: GET /api/v1/registry/gabrielmoreira-agent-skills-mirror-technical-change-tracker/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.