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.
Address GitHub PR review comments at line, file, and PR level by fetching, evaluating, fixing, committing, and resolving feedback. Use when invoked as `$pr-resolve-review-feedback` or when the user as
Imported from phatblat/dotfiles (.agents/harness/adapters/antigravity/skills/pr-resolve-review-feedback/SKILL.md). Install upstream with npx skills add phatblat/dotfiles --skill pr-resolve-review-feedback. Copyright stays with the author.
Load and follow the shared skill at ~/.agents/skills/pr-resolve-review-feedback/SKILL.md.
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 - a plan picks it for its slot
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}'
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": "phatblat-dotfiles-pr-resolve-review-feedback",
"kind": "skill",
"name": "pr-resolve-review-feedback",
"description": "Address GitHub PR review comments at line, file, and PR level by fetching, evaluating, fixing, committing, and resolving feedback. Use when invoked as `$pr-resolve-review-feedback` or when the user asks to resolve PR feedback.",
"publisher": "phatblat",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Address GitHub PR review comments at line, file, and PR level by fetching, evaluating, fixing, committing, and resolving feedback. Use when invoked as `$pr-resolve-review-feedback` or when the user asks to resolve PR feedback."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/phatblat/dotfiles",
"path": ".agents/harness/adapters/antigravity/skills/pr-resolve-review-feedback/SKILL.md",
"ref": "364a2ad86fb6ac80e00bd296aaeaea6463e461a1",
"url": "https://github.com/phatblat/dotfiles/blob/364a2ad86fb6ac80e00bd296aaeaea6463e461a1/.agents/harness/adapters/antigravity/skills/pr-resolve-review-feedback/SKILL.md",
"key": "phatblat/dotfiles/.agents/harness/adapters/antigravity/skills/pr-resolve-review-feedback/SKILL.md"
}
},
"instructions": "<!-- Generated by scripts/agent-harnesses.py; do not edit directly. -->\n\nLoad and follow the shared skill at `~/.agents/skills/pr-resolve-review-feedback/SKILL.md`.",
"cost": {
"context_tokens": 41
}
}
Fetch it by URL: GET /api/v1/registry/phatblat-dotfiles-pr-resolve-review-feedback/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.