Skip to content
Skillv1.0.0

tests

Instruksi ini melengkapi [root AGENTS.md](../AGENTS.md); detail command ada di [context/testing.md](../context/testing.md).

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

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

See reviews

About

Imported from Alfian57/hashbox-pui (tests/AGENTS.md). Install upstream with npx skills add Alfian57/hashbox-pui --skill tests. Copyright stays with the author.

Test local instructions

Instruksi ini melengkapi root AGENTS.md; detail command ada di context/testing.md.

  • Bedakan unit test, blackbox UI, dan security integration test; tulis prasyaratnya di test atau README.
  • Test yang memerlukan stack hidup harus memakai user/file demo dan tidak menyentuh data production.
  • Security Lab boleh melakukan upload dan permanent delete hanya pada file throwaway yang dibuat oleh skenario.
  • Assert outcome dan invariant yang dapat diverifikasi, termasuk error path, UDS authorization, dan event monitoring bila relevan.
  • Jangan menyimpan token, secret, atau artifact sensitif di fixture dan output test.

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/alfian57-hashbox-pui-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.

alfian57-hashbox-pui-tests.ocm.jsonjson
{
  "ocm": "1",
  "id": "alfian57-hashbox-pui-tests",
  "kind": "skill",
  "name": "tests",
  "description": "Instruksi ini melengkapi [root AGENTS.md](../AGENTS.md); detail command ada di [context/testing.md](../context/testing.md).",
  "publisher": "Alfian57",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Instruksi ini melengkapi [root AGENTS.md](../AGENTS.md); detail command ada di [context/testing.md](../context/testing.md)."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Alfian57/hashbox-pui",
      "path": "tests/AGENTS.md",
      "ref": "90777578d252c53a24838323d23af5410226c442",
      "url": "https://github.com/Alfian57/hashbox-pui/blob/90777578d252c53a24838323d23af5410226c442/tests/AGENTS.md",
      "key": "Alfian57/hashbox-pui/tests/AGENTS.md"
    }
  },
  "instructions": "# Test local instructions\n\nInstruksi ini melengkapi [root AGENTS.md](../AGENTS.md); detail command ada di [context/testing.md](../context/testing.md).\n\n- Bedakan unit test, blackbox UI, dan security integration test; tulis prasyaratnya di test atau README.\n- Test yang memerlukan stack hidup harus memakai user/file demo dan tidak menyentuh data production.\n- Security Lab boleh melakukan upload dan permanent delete hanya pada file throwaway yang dibuat oleh skenario.\n- Assert outcome dan invariant yang dapat diverifikasi, termasuk error path, UDS authorization, dan event monitoring bila relevan.",
  "cost": {
    "context_tokens": 171
  }
}

Fetch it by URL: GET /api/v1/registry/alfian57-hashbox-pui-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.