twistedmelonman

Personify Consolidate — Git skill for Claude Code

Git community

Read accumulated personify evidence and propose rule changes as a PR.

How to install Personify Consolidate

Installs to ~/.claude/skills/twistedmelonman-personify-personify-consolidate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/twistedmelonman-personify-personify-consolidate && curl -fsSL https://raw.githubusercontent.com/twistedmelonman/personify/HEAD/commands/personify-consolidate.md -o ~/.claude/skills/twistedmelonman-personify-personify-consolidate/SKILL.md

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

What Personify Consolidate does


description: Read accumulated personify evidence and propose rule changes as a PR. disable-model-invocation: true

Consolidate personify evidence

Read every record in `~/.claude/personify-evidence/`, then propose rule changes. Every record, not only the ones newer than `.consolidated`: that marker counts what is waiting, and a dead rule is one that has never fired in any run. Propose only. Never edit a rules file directly, and never commit to main.

Refuse to run on thin evidence

Alternatives in Git

  • Claude Code Action — A general-purpose Claude Code action for GitHub PRs and issues that can answer questions and implement code ch 6.6k ★
  • Gen Commit Msg — Generate intelligent commit messages based on staged changes 5.7k ★
  • Git Status — Read the Files and run the Commands and summarize the current state of the git repository 3.4k ★

Full documentation available on GitHub

View Source Repository