PR review now works with GitHub connectors that bundle everything into one tool with a method argument.
What's wrong with this entry?
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.
- 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".
methodentries are excluded from the anchor-identifier evidence.- A name-pinned exemption lets
pull_request_readcount as a declared read on a GitHub-presenting connector even when the readOnlyHint annotation is absent.
var METHOD_KEY = /^method$/i;
Strings lifted out of the shipped bundle, so the claim above can be checked against them.