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.223 Home All releases olderv2.1.222 v2.1.224newer

PR-review artifact skill: method-routed GitHub tools accepted

You'll notice
Useful3 Signal0
Skills

PR review now works with GitHub connectors that bundle everything into one tool with a method argument.

What

The artifact-pr-review skill works with consolidated GitHub connectors that expose one tool taking a method argument rather than separate read and write tools.

Details
  • The skill and its baked page script accept a key named exactly method, matched case-insensitively.
  • The freshness read requires the value to be exactly "get"; the approve write requires exactly "create".
  • method entries are excluded from the anchor-identifier evidence.
  • A name-pinned exemption lets pull_request_read count as a declared read on a GitHub-presenting connector even when the readOnlyHint annotation is absent.
Evidence

var METHOD_KEY = /^method$/i;

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.223 →