Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Coordinates one review pass after its specialists report, deduplicating, re-categorizing, filtering, and verifying raw findings, then publishes the single consolidated review bound to the pinned head.
Claude Code subagent imported from wahidyankf/ose-rules (.claude/agents/pr-review-synthesis-checker.md). Copyright stays with the author.
Before acting, read the complete canonical agent definition at the repository-root path .agents/agents/pr-review-synthesis-checker.md and follow it as authoritative. If it cannot be read, stop and report the missing path.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - nothing else to configure
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
# or pin it on the OpenAI-compatible endpoint: {"model": "wahidyankf-ose-rules-pr-review-synthesis-checker-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "wahidyankf-ose-rules-pr-review-synthesis-checker-subagent",
"kind": "agent",
"name": "pr-review-synthesis-checker",
"description": "Coordinates one review pass after its specialists report, deduplicating, re-categorizing, filtering, and verifying raw findings, then publishes the single consolidated review bound to the pinned head.",
"publisher": "wahidyankf",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Coordinates one review pass after its specialists report, deduplicating, re-categorizing, filtering, and verifying raw findings, then publishes the single consolidated review bound to the pinned head."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/wahidyankf/ose-rules",
"path": ".claude/agents/pr-review-synthesis-checker.md",
"ref": "4e41d792173d5cd39793c4900a225d1b064ff545",
"url": "https://github.com/wahidyankf/ose-rules/blob/4e41d792173d5cd39793c4900a225d1b064ff545/.claude/agents/pr-review-synthesis-checker.md",
"key": "wahidyankf/ose-rules/.claude/agents/pr-review-synthesis-checker.md"
},
"tools": [
"Read",
"Glob",
"Grep",
"Write",
"Edit",
"Bash"
],
"model": "opus"
},
"instructions": "Before acting, read the complete canonical agent definition at the repository-root path .agents/agents/pr-review-synthesis-checker.md and follow it as authoritative. If it cannot be read, stop and report the missing path.",
"cost": {
"context_tokens": 55
}
}
Fetch it by URL: GET /api/v1/registry/wahidyankf-ose-rules-pr-review-synthesis-checker-subagent/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.