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.
pr-description - Skill - OpenSmartRoute
Skillv1.0.0
pr-description
Writes pull request descriptions. Use when creating a PR, writing a PR, or when the user asks to summarize changes for a pull request.
Imported from YomZsamora/claude-course (skills/pr-description/SKILL.md). Install upstream with npx skills add YomZsamora/claude-course --skill pr-description. Copyright stays with the author.
When writing a PR description:
Run git diff main...HEAD to see all changes on this branch
Write a description following this format:
What
One sentence explaining what this PR does.
Why
Brief context on why this change is needed
Changes
Bullet points of specific changes made
Group related changes together
Mention any files deleted or renamed
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": "yomzsamora-claude-course-pr-description",
"kind": "skill",
"name": "pr-description",
"description": "Writes pull request descriptions. Use when creating a PR, writing a PR, or when the user asks to summarize changes for a pull request.",
"publisher": "YomZsamora",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Writes pull request descriptions. Use when creating a PR, writing a PR, or when the user asks to summarize changes for a pull request."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/YomZsamora/claude-course",
"path": "skills/pr-description/SKILL.md",
"ref": "882839c34153ac0e938bfd4096173ad31bd2e97e",
"url": "https://github.com/YomZsamora/claude-course/blob/882839c34153ac0e938bfd4096173ad31bd2e97e/skills/pr-description/SKILL.md",
"key": "YomZsamora/claude-course/skills/pr-description/SKILL.md"
}
},
"instructions": "When writing a PR description:\n\n1. Run `git diff main...HEAD` to see all changes on this branch\n2. Write a description following this format:\n\n## What\nOne sentence explaining what this PR does.\n\n## Why\nBrief context on why this change is needed\n\n## Changes\n- Bullet points of specific changes made\n- Group related changes together\n- Mention any files deleted or renamed",
"cost": {
"context_tokens": 92
}
}
Fetch it by URL: GET /api/v1/registry/yomzsamora-claude-course-pr-description/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.