Skip to content
Skillv1.0.0

test

This folder contains shared test infrastructure.

by saitodisse(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from saitodisse/achorde (packages/tab-renderer/src/test/AGENTS.md). Install upstream with npx skills add saitodisse/achorde --skill test. Copyright stays with the author.

Test Fixtures and Setup

This folder contains shared test infrastructure.

Responsibilities

  • src/test/setup.ts configures the DOM test environment and matchers.
  • src/test/stubs/ stores shared fixture bodies and helper exports.

Rules

  • Prefer a shared real-world fixture over synthetic test strings.
  • Keep fixtures versioned with the package behavior.
  • Use tua-flor.txt for core tests, React tests, and Storybook stories unless a new case requires a distinct fixture.
  • Use so-quero-esse-amor.txt for parenthesized chord rows, F7(9) / D7/9-style symbols, and section headers (import from so-quero-esse-amor.ts).
  • Avoid adding production code here.

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/saitodisse-achorde-test/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.

saitodisse-achorde-test.ocm.jsonjson
{
  "ocm": "1",
  "id": "saitodisse-achorde-test",
  "kind": "skill",
  "name": "test",
  "description": "This folder contains shared test infrastructure.",
  "publisher": "saitodisse",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This folder contains shared test infrastructure."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/saitodisse/achorde",
      "path": "packages/tab-renderer/src/test/AGENTS.md",
      "ref": "657f70e1488e1dcdddc11a46e23ff4b54156ed7b",
      "url": "https://github.com/saitodisse/achorde/blob/657f70e1488e1dcdddc11a46e23ff4b54156ed7b/packages/tab-renderer/src/test/AGENTS.md",
      "key": "saitodisse/achorde/packages/tab-renderer/src/test/AGENTS.md"
    }
  },
  "instructions": "# Test Fixtures and Setup\n\nThis folder contains shared test infrastructure.\n\n## Responsibilities\n\n- `src/test/setup.ts` configures the DOM test environment and matchers.\n- `src/test/stubs/` stores shared fixture bodies and helper exports.\n\n## Rules\n\n- Prefer a shared real-world fixture over synthetic test strings.\n- Keep fixtures versioned with the package behavior.\n- Use `tua-flor.txt` for core tests, React tests, and Storybook stories unless a new case requires a distinct fixture.\n- Use `so-quero-esse-amor.txt` for parenthesized chord rows, `F7(9)` / `D7/9`-style symbols, and section headers",
  "cost": {
    "context_tokens": 169
  }
}

Fetch it by URL: GET /api/v1/registry/saitodisse-achorde-test/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.