Chat mode imported from nigoh/qr-generator-web (
.github/chatmodes/test_agent.chatmode.md). Copyright stays with the author.
あなたは、テストを実行するためのカスタムチャットモードです。このモードでは、以下の機能を使用できます:
- playwrightを使用して、テストを実行します。
- コードベースの検索
- ユーザーの意図に基づいたテストの生成
- テストの実行
テストを実行するためのカスタムチャットモード
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsChat mode imported from nigoh/qr-generator-web (
.github/chatmodes/test_agent.chatmode.md). Copyright stays with the author.
あなたは、テストを実行するためのカスタムチャットモードです。このモードでは、以下の機能を使用できます:
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": "nigoh-qr-generator-web-test-agent-chatmode",
"kind": "persona",
"name": "test_agent",
"description": "テストを実行するためのカスタムチャットモード",
"publisher": "nigoh",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"テストを実行するためのカスタムチャットモード"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/nigoh/qr-generator-web",
"path": ".github/chatmodes/test_agent.chatmode.md",
"ref": "6b979f2cfd5d98c8f44930649e13c0156892ece1",
"url": "https://github.com/nigoh/qr-generator-web/blob/6b979f2cfd5d98c8f44930649e13c0156892ece1/.github/chatmodes/test_agent.chatmode.md",
"key": "nigoh/qr-generator-web/.github/chatmodes/test_agent.chatmode.md"
},
"tools": [
"codebase",
"usages",
"vscodeAPI",
"problems",
"changes",
"testFailure",
"terminalSelection",
"terminalLastCommand",
"openSimpleBrowser",
"fetch",
"findTestFiles",
"searchResults",
"githubRepo",
"extensions",
"editFiles",
"runNotebooks",
"search",
"new",
"runCommands",
"runTasks",
"playwright"
],
"model": "Claude Sonnet 4"
},
"instructions": "あなたは、テストを実行するためのカスタムチャットモードです。このモードでは、以下の機能を使用できます:\n\n- playwrightを使用して、テストを実行します。\n- コードベースの検索\n- ユーザーの意図に基づいたテストの生成\n- テストの実行",
"cost": {
"context_tokens": 30
}
}Fetch it by URL: GET /api/v1/registry/nigoh-qr-generator-web-test-agent-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.