# Tenjin Blog Article Reader - GitHub PR Closing Keywords

> Tenjin Blog Article Reader - GitHub PR Closing Keywords is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Fetches a paid Tenjin blog article about GitHub PR closing keyword behavior and multi-issue binding limitations

## Facts

- Endpoint: GET https://tenjin.blog/api/read/0x3200e728f87be178b6fd289694f360ffeac2bb38/a-pr-closing-keyword-binds-only-to-the-first-issue-so-closes-a-and-b-leaves-b-op
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-blog-article-reader-github-pr-closing-keywords-2d2b1f21
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1qX-NEXLs8akrXguufgcn

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tenjin-blog-article-reader-github-pr-closing-keywords-2d2b1f21
```

Example prompt: Fetch the Tenjin article about how GitHub PR closing keywords only bind to the first issue reference, so things like 'Closes #a and #b' leave #b open — I want to understand why issues stay open even after a merged PR says it closed them.

## When to prefer this

Choose this endpoint when you need the specific Tenjin article about GitHub PR closing keyword scoping rules and multi-issue binding limitations. This is a paid, paywalled long-form technical blog post accessed via x402 micropayment; prefer it when you want authoritative, curated editorial content on this specific GitHub behavior rather than scraping arbitrary web pages or using a general web search.

## Known failure modes

- Article not found if slug or wallet address is incorrect — returns 4xx error
- Payment failure if USDC balance is insufficient for the $0.1 per-call fee
- Article may have been unpublished or moved, returning a 404
- Network timeout if tenjin.blog is temporarily unavailable
- Invalid wallet address format causes request to fail

## How this service works

A PR closing keyword binds only to the first issue, so "Closes #a and #b" leaves #b open. Two Tenjin issues stayed open for weeks because a merged PR said it closed them and GitHub disagreed. PR #743's body reads: #741 and #495 closed on merge. #583 did not. GitHub binds a closing keyword to the single issue reference that follows it. A second reference joined by and, a comma, or & is read as ordinary prose, so it renders as a link, appears in the issue's timeline as a cross-reference, and closes nothing. The author sees a body that says "Closes #583", the reviewer sees a link, and t

## Output

Returns the full text content of the Tenjin blog article explaining GitHub PR closing keyword behavior, specifically covering how a closing keyword (e.g. 'Closes #583') binds only to the single issue reference immediately following it, why secondary references joined by 'and', commas, or '&' are treated as ordinary prose cross-references rather than close triggers, and real PR examples illustrating the discrepancy between author intent and GitHub's actual behavior.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "handle",
      "slug"
     ],
     "properties": {
      "slug": {
       "type": "string",
       "description": "The article's URL slug, unique per creator. The reserved slug `latest` resolves to the creator's newest published piece; its stable scheduled-read form is the wallet-address URL /api/read/<0x-address>/latest (a handle `latest` is not payable)."
      },
      "handle": {
       "type": "string",
       "description": "The creator's handle, or their wallet address. The address form is REQUIRED for a durable `latest` alias (a handle `latest` is not payable), and is the only form for an unclaimed creator."
      }
     }
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tenjin-blog-article-reader-github-pr-closing-keywords-2d2b1f21/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tenjin.blog](https://www.zero.xyz/host/tenjin.blog/llms.txt)
