Skip to content
Skillv1.0.0

test

<!-- Parent: ../AGENTS.md --> <!-- Generated: 2026-04-02 | Updated: 2026-04-02 -->

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

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

See reviews

About

Imported from KakashiSan69/Leakosint (test/AGENTS.md). Install upstream with npx skills add KakashiSan69/Leakosint --skill test. Copyright stays with the author.

test

Purpose

Test suites including unit tests and integration tests.

Subdirectories

Directory Purpose
unit/ Unit tests (see unit/AGENTS.md)
integration/ Integration tests with testdata (see integration/AGENTS.md)

For AI Agents

Working In This Directory

  • Run all tests: go test ./...
  • Unit tests use standard Go testing package
  • Integration tests may require docker-compose services

Test Patterns

  • *_test.go files for test implementations
  • Use testify for assertions
  • Testdata in subdirectories for fixtures

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/kakashisan69-leakosint-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.

kakashisan69-leakosint-test.ocm.jsonjson
{
  "ocm": "1",
  "id": "kakashisan69-leakosint-test",
  "kind": "skill",
  "name": "test",
  "description": "<!-- Parent: ../AGENTS.md --> <!-- Generated: 2026-04-02 | Updated: 2026-04-02 -->",
  "publisher": "KakashiSan69",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "math"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "<!-- Parent: ../AGENTS.md --> <!-- Generated: 2026-04-02 | Updated: 2026-04-02 -->"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/KakashiSan69/Leakosint",
      "path": "test/AGENTS.md",
      "ref": "b1da381be7ad6b853b18e64db23950969761556d",
      "url": "https://github.com/KakashiSan69/Leakosint/blob/b1da381be7ad6b853b18e64db23950969761556d/test/AGENTS.md",
      "key": "KakashiSan69/Leakosint/test/AGENTS.md"
    }
  },
  "instructions": "<!-- Parent: ../AGENTS.md -->\n<!-- Generated: 2026-04-02 | Updated: 2026-04-02 -->\n\n# test\n\n## Purpose\nTest suites including unit tests and integration tests.\n\n## Subdirectories\n| Directory | Purpose |\n|-----------|---------|\n| `unit/` | Unit tests (see `unit/AGENTS.md`) |\n| `integration/` | Integration tests with testdata (see `integration/AGENTS.md`) |\n\n## For AI Agents\n\n### Working In This Directory\n- Run all tests: `go test ./...`\n- Unit tests use standard Go testing package\n- Integration tests may require docker-compose services\n\n### Test Patterns\n- `*_test.go` files for test implementati",
  "cost": {
    "context_tokens": 173
  }
}

Fetch it by URL: GET /api/v1/registry/kakashisan69-leakosint-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.