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.
get-pr-comments - Skill - OpenSmartRoute
Skillv1.0.0
get-pr-comments
Fetch and summarize review comments from the active pull request
Imported from v1truv1us/ai-eng-system (.cursor/plugins/ai-eng-system/skills/get-pr-comments/SKILL.md). Install upstream with npx skills add v1truv1us/ai-eng-system --skill get-pr-comments. Copyright stays with the author.
Get PR comments
Trigger
Need a concise, actionable summary of feedback on the active pull request.
Workflow
Resolve the active PR for the current branch.
Fetch review comments and discussion comments.
Group feedback by severity and actionability.
Return a concise action list.
Output
Grouped feedback summary
Action list ordered by priority
Open questions that still need clarification
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": "v1truv1us-ai-eng-system-get-pr-comments",
"kind": "skill",
"name": "get-pr-comments",
"description": "Fetch and summarize review comments from the active pull request",
"publisher": "v1truv1us",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"cursor-import",
"cursor-team-kit",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Fetch and summarize review comments from the active pull request"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/v1truv1us/ai-eng-system",
"path": ".cursor/plugins/ai-eng-system/skills/get-pr-comments/SKILL.md",
"ref": "eaff192b6e8bcb204a1f1b132b98f748a9b4572e",
"url": "https://github.com/v1truv1us/ai-eng-system/blob/eaff192b6e8bcb204a1f1b132b98f748a9b4572e/.cursor/plugins/ai-eng-system/skills/get-pr-comments/SKILL.md",
"key": "v1truv1us/ai-eng-system/.cursor/plugins/ai-eng-system/skills/get-pr-comments/SKILL.md"
}
},
"instructions": "# Get PR comments\n\n## Trigger\n\nNeed a concise, actionable summary of feedback on the active pull request.\n\n## Workflow\n\n1. Resolve the active PR for the current branch.\n2. Fetch review comments and discussion comments.\n3. Group feedback by severity and actionability.\n4. Return a concise action list.\n\n## Output\n\n- Grouped feedback summary\n- Action list ordered by priority\n- Open questions that still need clarification",
"cost": {
"context_tokens": 105
}
}
Fetch it by URL: GET /api/v1/registry/v1truv1us-ai-eng-system-get-pr-comments/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.