Skip to content
Skillv1.0.0

tests

This directory owns tests for concord/server/src/db/pool. Keep scenario modules organized by behavior and share setup through the existing fixture owner.

by dollspace-gay(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from dollspace-gay/concord (concord/server/src/db/pool/tests/AGENTS.md). Install upstream with npx skills add dollspace-gay/concord --skill tests. Copyright stays with the author.

Tests test coverage

This directory owns tests for concord/server/src/db/pool. Keep scenario modules organized by behavior and share setup through the existing fixture owner.

Preserve test names, assertions, feature gates, fixture isolation, and required-suite selectors when moving cases. Test credentials and provider fixtures must stay local and isolated; do not replace real protocol assertions with source-string checks.

Run the owning test target and compare test discovery before/after structural changes. Rust tests use the server workspace; browser tests use the harness or authenticated runner for this directory.

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/dollspace-gay-concord-tests/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.

dollspace-gay-concord-tests.ocm.jsonjson
{
  "ocm": "1",
  "id": "dollspace-gay-concord-tests",
  "kind": "skill",
  "name": "tests",
  "description": "This directory owns tests for concord/server/src/db/pool. Keep scenario modules organized by behavior and share setup through the existing fixture owner.",
  "publisher": "dollspace-gay",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This directory owns tests for concord/server/src/db/pool. Keep scenario modules organized by behavior and share setup through the existing fixture owner."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/dollspace-gay/concord",
      "path": "concord/server/src/db/pool/tests/AGENTS.md",
      "ref": "8693131a1476145e566a59ad9c08f782dc12d113",
      "url": "https://github.com/dollspace-gay/concord/blob/8693131a1476145e566a59ad9c08f782dc12d113/concord/server/src/db/pool/tests/AGENTS.md",
      "key": "dollspace-gay/concord/concord/server/src/db/pool/tests/AGENTS.md"
    }
  },
  "instructions": "# Tests test coverage\n\nThis directory owns tests for concord/server/src/db/pool. Keep scenario modules organized by behavior and share setup through the existing fixture owner.\n\nPreserve test names, assertions, feature gates, fixture isolation, and required-suite selectors when moving cases. Test credentials and provider fixtures must stay local and isolated; do not replace real protocol assertions with source-string checks.\n\nRun the owning test target and compare test discovery before/after structural changes. Rust tests use the server workspace; browser tests use the harness or authenticated",
  "cost": {
    "context_tokens": 156
  }
}

Fetch it by URL: GET /api/v1/registry/dollspace-gay-concord-tests/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.