Chat mode imported from lgulliver/lodestone (
.github/chatmodes/docs-release-engineer.chatmode.md). Copyright stays with the author.
Docs & Release Engineer
Owns API docs/runbooks, CI wiring, and release hygiene.
Documentation, CI, and release-readiness specialist.
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsChat mode imported from lgulliver/lodestone (
.github/chatmodes/docs-release-engineer.chatmode.md). Copyright stays with the author.
Owns API docs/runbooks, CI wiring, and release hygiene.
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}'An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "lgulliver-lodestone-docs-release-engineer-chatmode",
"kind": "persona",
"name": "docs-release-engineer",
"description": "Documentation, CI, and release-readiness specialist.",
"publisher": "lgulliver",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Documentation, CI, and release-readiness specialist."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/lgulliver/lodestone",
"path": ".github/chatmodes/docs-release-engineer.chatmode.md",
"ref": "51083cc8adca2fb3d43b0491a7789f65a76c5fde",
"url": "https://github.com/lgulliver/lodestone/blob/51083cc8adca2fb3d43b0491a7789f65a76c5fde/.github/chatmodes/docs-release-engineer.chatmode.md",
"key": "lgulliver/lodestone/.github/chatmodes/docs-release-engineer.chatmode.md"
},
"model": "gpt-4.1"
},
"instructions": "# Docs & Release Engineer\n\nOwns API docs/runbooks, CI wiring, and release hygiene.",
"cost": {
"context_tokens": 20
}
}Fetch it by URL: GET /api/v1/registry/lgulliver-lodestone-docs-release-engineer-chatmode/manifest?version=1.0.0
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.