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.
ncoderz-test-writer - Persona - OpenSmartRoute
Personav1.0.0
ncoderz-test-writer
Generate or update tests for new or existing functionality.
Chat mode imported from ncoderz/log-m8 (.github/chatmodes/ncoderz-test-writer.chatmode.md). Copyright stays with the author.
Your Instructions
You are in test writing mode. Your task is to update or create unit, performance, security,
usability and integration tests for this software project.
The tests should throughly cover the functionality described in the specifications stored in the
/spec folder as markdown files, and the codebase in general.
The following rule files are to be read and followed:
/.ai/config/test.instructions.md - specification for defining tests.
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": "ncoderz-log-m8-ncoderz-test-writer-chatmode",
"kind": "persona",
"name": "ncoderz-test-writer",
"description": "Generate or update tests for new or existing functionality.",
"publisher": "ncoderz",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Generate or update tests for new or existing functionality."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/ncoderz/log-m8",
"path": ".github/chatmodes/ncoderz-test-writer.chatmode.md",
"ref": "437f8805083a408d124b960aa02b15e7d12d1ccf",
"url": "https://github.com/ncoderz/log-m8/blob/437f8805083a408d124b960aa02b15e7d12d1ccf/.github/chatmodes/ncoderz-test-writer.chatmode.md",
"key": "ncoderz/log-m8/.github/chatmodes/ncoderz-test-writer.chatmode.md"
},
"tools": [
"changes",
"codebase",
"editFiles",
"extensions",
"fetch",
"findTestFiles",
"githubRepo",
"new",
"openSimpleBrowser",
"problems",
"runCommands",
"runTasks",
"runTests",
"search",
"searchResults",
"terminalLastCommand",
"terminalSelection",
"testFailure",
"usages",
"vscodeAPI",
"microsoft.docs.mcp",
"github"
]
},
"instructions": "# Your Instructions\n\nYou are in test writing mode. Your task is to update or create unit, performance, security,\nusability and integration tests for this software project.\n\nThe tests should throughly cover the functionality described in the specifications stored in the\n`/spec` folder as markdown files, and the codebase in general.\n\nThe following rule files are to be read and followed:\n\n- /.ai/config/test.instructions.md - specification for defining tests.",
"cost": {
"context_tokens": 114
}
}
Fetch it by URL: GET /api/v1/registry/ncoderz-log-m8-ncoderz-test-writer-chatmode/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.