ingest_pr_reviews
Pulls GitHub PR review comments and converts them into learned constraints within a knowledge graph to capture decision traces and enforce code integrity.
Instructions
Pull GitHub PR review comments and convert them into learned constraints in the knowledge graph
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | GitHub repo (owner/repo). Auto-detected from git remote if omitted. | |
| count | No | Number of recent PRs to scan (default 10, max 50) |