Summarize GitHub check annotations
Normalize GitHub Checks or compatible annotation objects into severity counts, affected files, top rules, prioritized evidence, and a concise failure summary. Secret-like content is redacted before it is returned.
$0.003 USDC POST /v1/check-annotations
developer-tools · github · annotations · code-review
Use it for
- summarize GitHub check annotations
- prioritize check run findings
- group code review annotations
Example input
{
"annotations": [
{
"path": "src/app.ts",
"start_line": 12,
"annotation_level": "failure",
"message": "Type error",
"title": "TS2322"
}
]
}Example output
{
"success": true,
"count": 1,
"severity": {
"failure": 1
},
"affected_files": [
"src/app.ts"
]
}Call it
Use an x402 v2 payment-aware client from the quickstart. An unpaid request safely returns the exact payment challenge before any work runs.