Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.225 Home All releases olderv2.1.224 v2.1.226newer

PR-prep skill reminder before git commit

Not switched on
Useful3 Signal4
Skills Notable not in their notes

Before committing, Claude can be made to state which verify, simplify and code-review skills it ran.

A pre-commit skill-accountability prompt sits behind the tengu_opal_circuit gate, defaulting off, and a remote or cached value can flip it on.

tengu_opal_circuit
What

A prompt block tells Claude, immediately before running git commit, to state by literal name whether each of the check skills RAN or NOT RUN this session, with carve-outs for trivial commits and test-only diffs. It renders only when the circuit check passes, and each firing is recorded with telemetry carrying has_verify, has_code_review and a hashed path.

Details
  • Gated on tengu_opal_circuit, a gate lookup with fallback !1, so it is off by default in this build.
  • A cached decision or a remote value can override the fallback and turn it on.
  • The check skills named are verify, simplify and code-review.
Evidence

tengu_pr_prep_suggestion_rendered

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.225 →