🧪
Quality

Executing Distributed System Tests

by shenli

Executing Distributed System Tests is a Quality skill for Claude Code, published by shenli in distributed-system-testing.

230 stars12 forkson shenli/distributed-system-testingAdded 2026/09/03Repository updated 2026/07/21
agent-skillsai-agentschaos-engineeringdistributed-systemstesting
Install in seconds
Install Executing Distributed System Tests
Copy Executing Distributed System Tests into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/shenli/distributed-system-testing/tree/main/skills/executing-distributed-system-tests ~/.claude/skills/executing-distributed-system-tests

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/shenli/distributed-system-testing.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/executing-distributed-system-tests/SKILL.md in shenli/distributed-system-testing
Installs to
~/.claude/skills/executing-distributed-system-tests
Collection
One of 2 skills cataloged from this repository
Category
Quality1478 skills

What Executing Distributed System Tests does

Executing Distributed System Tests runs a previously designed distributed-systems test plan against a real or simulated cluster. It is used to drive fault injection, workload, consistency, durability, partition, crash-recovery, upgrade, performance, tenant isolation, fairness, and release validation runs.

Executing Distributed System Tests is cataloged under Quality on DirSkills. Executing Distributed System Tests comes from a repository tagged agent-skills, ai-agents, chaos-engineering, distributed-systems and testing.

Documentation

README

Executing Distributed-System Tests

Pairs with designing-distributed-system-tests. That skill produces a plan; this skill runs it. The two communicate only through filesystem artifacts: the plan file in and a session directory plus findings report out.

The most common failure mode this skill is built to avoid: a run that produces a green checkmark without anyone having checked that the workload, the fault, and the oracle each did their job. The "green-but-broken" checks are not optional.

Process

1. Load the plan

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Executing Distributed System Tests

  • What else does shenli publish alongside Executing Distributed System Tests?

    Executing Distributed System Tests is one of 2 skills that DirSkills catalogs from shenli/distributed-system-testing, the repository it ships in. Its siblings there include Designing Distributed System Tests. Each one is a separate skill with its own page in this directory, installs the same way Executing Distributed System Tests does, and is maintained by shenli in that same repository. The rest of the collection is listed on the shenli/distributed-system-testing page.

  • How does Executing Distributed System Tests compare to other Quality skills?

    Executing Distributed System Tests ranks #1364 by stars among the 1478 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Executing Distributed System Tests against them. Open each page to compare what they document and how they install.