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.
run-changelog - Prompt - OpenSmartRoute
Promptv1.0.0
run-changelog
Generate a changelog entry for folder `${input:folderPath:Folder path or repo root (e.g. microservices/time-series-analytics)}`, comparing `${input:baseRef:Base branch or tag (e.g. release-2026.0.0)}`
Prompt file imported from open-edge-platform/edge-ai-libraries (.github/prompts/run-changelog.prompt.md). Fill in {{folderPath}}, {{baseRef}}, {{targetRef}}, {{versionLabel}}, {{releaseDate}} before use. Copyright stays with the author.
mode: agent
description: Generate or update CHANGELOG.md by comparing two branches, tags, or commits.
Generate a changelog entry for folder {{folderPath}}, comparing {{baseRef}} → {{targetRef}}, version label {{versionLabel}}, release date {{releaseDate}}.
Copy one of these into your project. Installing also returns the manifest and these snippets.
---
mode: agent
description: Generate or update CHANGELOG.md by comparing two branches, tags, or commits.
---
Generate a changelog entry for folder `{{folderPath}}`, comparing `{{baseRef}}` → `{{targetRef}}`, version label `{{versionLabel}}`, release date `{{releaseDate}}`.
Follow the instructions in [generate-changelog skill](../skills/generate-changelog/SKILL.md).
Manifest
The prompt text and its fill-in variables. Copy it or fetch it by URL from your own code.
{
"prompt": "---\nmode: agent\ndescription: Generate or update CHANGELOG.md by comparing two branches, tags, or commits.\n---\n\nGenerate a changelog entry for folder `{{folderPath}}`, comparing `{{baseRef}}` → `{{targetRef}}`, version label `{{versionLabel}}`, release date `{{releaseDate}}`.\n\nFollow the instructions in [generate-changelog skill](../skills/generate-changelog/SKILL.md).",
"variables": [
"folderPath",
"baseRef",
"targetRef",
"versionLabel",
"releaseDate"
],
"notes": "Generate a changelog entry for folder `${input:folderPath:Folder path or repo root (e.g. microservices/time-series-analytics)}`, comparing `${input:baseRef:Base branch or tag (e.g. release-2026.0.0)}` → `${input:targetRef:Target branch or tag (e.g. release-2026.1.0)}`, version label `${input:versionLabel:Version label (e.g. 2026.1.0) — leave blank to infer from branch name}`, release date `${input:releaseDate:Release month and year (e.g. June 2026) — leave blank to use commit date}`.",
"metadata": {
"source": {
"provider": "github-prompts",
"repository": "https://github.com/open-edge-platform/edge-ai-libraries",
"path": ".github/prompts/run-changelog.prompt.md",
"ref": "52ea454a8c94f790190c6c624a73d3d8a2a02e12",
"url": "https://github.com/open-edge-platform/edge-ai-libraries/blob/52ea454a8c94f790190c6c624a73d3d8a2a02e12/.github/prompts/run-changelog.prompt.md",
"key": "open-edge-platform/edge-ai-libraries/.github/prompts/run-changelog.prompt.md"
}
}
}
Fetch it by URL: GET /api/v1/registry/open-edge-platform-edge-ai-libraries-run-changelog-prompt/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.