{
  "entry": {
    "kind": "skill",
    "slug": "check-review",
    "name": "Check",
    "vendor": "tw93",
    "description": "Reviews code diffs, pull requests, and overall release readiness — pulling the change under review and reporting what looks risky before it ships.\n\nIt reads the repository and runs git and build commands, so it declares filesystem read and shell execution. Review skills are among the highest-value low-risk uses of an agent, because the output is advisory: a wrong finding costs a minute of human attention, where a wrong edit costs a debugging session. Keep it advisory — resist the version that fixes what it finds.",
    "website": "https://github.com/tw93",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "community",
    "capabilities": [
      "filesystem:read",
      "shell:execute"
    ],
    "packaging": null,
    "configFiles": null,
    "category": "code-review",
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 50,
      "band": "medium",
      "signals": [
        {
          "id": "trust-community",
          "kind": "trust",
          "label": "Established community project",
          "contribution": -10
        },
        {
          "id": "high-risk-capabilities",
          "kind": "capability",
          "label": "1 high-risk capability: shell:execute",
          "contribution": 10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}