Skip to content
OpenSmartRoute
Skillv1.0.0

wrk-ci

CI with wrk. CI integration.

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

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

See reviews

About

Imported from ssrjkk/claude-skills (.claude/skills/qa/wrk-ci/SKILL.md). Install upstream with npx skills add ssrjkk/claude-skills --skill wrk-ci. Copyright stays with the author.

wrk CI

CI with wrk. CI integration.

Quick Start

# wrk CI
# See wrk docs

When to Use

  • Using wrk in your workflow
  • CI integration
  • automation

Step-by-Step

  1. Install wrk: # Install wrk
  2. Set up wrk
  3. Configure CI
  4. Implement features

Dependencies

  • wrk >= latest stable
  • Runtime environment

Examples

# wrk CI
# See wrk documentation

Resources

  • Official documentation
  • Community guides and tutorials

Validation

  • Verify: wrk --version
  • Check expected output

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/ssrjkk-claude-skills-wrk-ci/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.

ssrjkk-claude-skills-wrk-ci.ocm.jsonjson
{
  "ocm": "1",
  "id": "ssrjkk-claude-skills-wrk-ci",
  "kind": "skill",
  "name": "wrk-ci",
  "description": "CI with wrk. CI integration.",
  "publisher": "ssrjkk",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "wrk",
      "ci",
      "qa",
      "performance-testing",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "CI with wrk. CI integration."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/ssrjkk/claude-skills",
      "path": ".claude/skills/qa/wrk-ci/SKILL.md",
      "ref": "e1fe9f4b8b62cbb6be06d22940974a7ca87a70b9",
      "url": "https://github.com/ssrjkk/claude-skills/blob/e1fe9f4b8b62cbb6be06d22940974a7ca87a70b9/.claude/skills/qa/wrk-ci/SKILL.md",
      "key": "ssrjkk/claude-skills/.claude/skills/qa/wrk-ci/SKILL.md"
    }
  },
  "instructions": "# wrk CI\n\n> CI with wrk. CI integration.\n\n## Quick Start\n```bash\n# wrk CI\n# See wrk docs\n```\n\n## When to Use\n- Using wrk in your workflow\n- CI integration\n- automation\n\n## Step-by-Step\n1. Install wrk: `# Install wrk`\n2. Set up wrk\n3. Configure CI\n4. Implement features\n\n## Dependencies\n- wrk >= latest stable\n- Runtime environment\n\n## Examples\n```bash\n# wrk CI\n# See wrk documentation\n```\n\n## Resources\n- Official documentation\n- Community guides and tutorials\n\n## Validation\n- Verify: `wrk --version`\n- Check expected output",
  "cost": {
    "context_tokens": 131
  }
}

Fetch it by URL: GET /api/v1/registry/ssrjkk-claude-skills-wrk-ci/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.