Skip to content
Skillv1.0.0

testing-python

This skill provides guidelines and best practices.

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

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

See reviews

About

Imported from TheBeardedBearSAS/claude-craft (Dev/i18n/en/Python/skills/testing-python/SKILL.md). Install upstream with npx skills add TheBeardedBearSAS/claude-craft --skill testing-python. Copyright stays with the author.


name: testing-python description: Rule 07: Testing. Use when writing tests, reviewing test coverage, or setting up testing.

Rule 07: Testing

This skill provides guidelines and best practices.

See ../../rules/07-testing-python.md for detailed documentation.

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/thebeardedbearsas-claude-craft-testing-python/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.

thebeardedbearsas-claude-craft-testing-python.ocm.jsonjson
{
  "ocm": "1",
  "id": "thebeardedbearsas-claude-craft-testing-python",
  "kind": "skill",
  "name": "testing-python",
  "description": "This skill provides guidelines and best practices.",
  "publisher": "TheBeardedBearSAS",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This skill provides guidelines and best practices."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/TheBeardedBearSAS/claude-craft",
      "path": "Dev/i18n/en/Python/skills/testing-python/SKILL.md",
      "ref": "99c1ee30cb7ed640ab5ab4d9b2228b78bfb1537d",
      "url": "https://github.com/TheBeardedBearSAS/claude-craft/blob/99c1ee30cb7ed640ab5ab4d9b2228b78bfb1537d/Dev/i18n/en/Python/skills/testing-python/SKILL.md",
      "key": "TheBeardedBearSAS/claude-craft/Dev/i18n/en/Python/skills/testing-python/SKILL.md"
    }
  },
  "instructions": "---\nname: testing-python\ndescription: Rule 07: Testing. Use when writing tests, reviewing test coverage, or setting up testing.\n---\n\n# Rule 07: Testing\n\nThis skill provides guidelines and best practices.\n\nSee ../../rules/07-testing-python.md for detailed documentation.",
  "cost": {
    "context_tokens": 67
  }
}

Fetch it by URL: GET /api/v1/registry/thebeardedbearsas-claude-craft-testing-python/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.