Co Change banner
andyzengmath andyzengmath

Co Change

Design community

Description

--- description: List files that historically co-change with a target (git log heuristic; CO_CHANGE-style) --- # /co-change List the files that have historically been changed in the same commits as a target file. Uses `git log` as a degraded-mode CO_CHANGE proxy — a standalone heuristic inspired by CO_CHANGE graph semantics (note: the `historical-context` agent uses git history for bug-fix frequency / churn / blame patterns, NOT for co-occurrence; this command introduces the per-file co-change

Installation

Installs to ~/.claude/skills/andyzengmath-soliton-co-change/SKILL.md

Terminal
mkdir -p ~/.claude/skills/andyzengmath-soliton-co-change && curl -fsSL https://raw.githubusercontent.com/andyzengmath/soliton/HEAD/commands/co-change.md -o ~/.claude/skills/andyzengmath-soliton-co-change/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository