Imported from AgentEra/Agently (examples/skills_executor/skills/release-checklist/SKILL.md). Install upstream with npx skills add AgentEra/Agently --skill release-checklist. Copyright stays with the author.
Release Checklist
Given a release request, confirm readiness: changelog present, migrations
reviewed, rollback plan defined, on-call notified. Then write a concise release
note summarizing what ships.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/agentera-agently-release-checklist/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
agentera-agently-release-checklist.ocm.jsonjson
{
"ocm": "1",
"id": "agentera-agently-release-checklist",
"kind": "skill",
"name": "Release Checklist",
"description": "Check release readiness and record a release note. Use for release and rollback requests.",
"publisher": "AgentEra",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"release",
"rollback",
"checklist",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Check release readiness and record a release note. Use for release and rollback requests."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/AgentEra/Agently",
"path": "examples/skills_executor/skills/release-checklist/SKILL.md",
"ref": "e493d1aa52bb9a35d376fc8f8ebde6c87136066c",
"url": "https://github.com/AgentEra/Agently/blob/e493d1aa52bb9a35d376fc8f8ebde6c87136066c/examples/skills_executor/skills/release-checklist/SKILL.md",
"key": "AgentEra/Agently/examples/skills_executor/skills/release-checklist/SKILL.md"
}
},
"instructions": "# Release Checklist\n\nGiven a release request, confirm readiness: changelog present, migrations\nreviewed, rollback plan defined, on-call notified. Then write a concise release\nnote summarizing what ships.",
"cost": {
"context_tokens": 50
}
}
Fetch it by URL: GET /api/v1/registry/agentera-agently-release-checklist/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.