スキル一覧に戻る
amirrudd

test-stress-tester

by amirrudd

0🍴 0📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: test-stress-tester description: Skill for hunting flaky tests and race conditions by running specific tests multiple times.

Test Stress Tester

This skill provides a programmatic way to run tests repeatedly to catch flakiness, race conditions, or intermittent failures that only surface in CI.

When to use

  • When a test passes locally but fails in CI.
  • When you suspect a race condition in asynchronous code.
  • When you want to verify the stability of a new feature before merging.

Scripts

run-repeatedly

Runs a vitest test file a specified number of times and reports the failure rate.

Command:

./.agent/skills/test-stress-tester/scripts/run-repeatedly.sh <test-file> <iterations>

Parameters:

  • <test-file>: Path to the vitest test file.
  • <iterations>: Number of times to run the test (default: 5).

Examples

Stress testing a component

./.agent/skills/test-stress-tester/scripts/run-repeatedly.sh src/components/AdDetail.test.tsx 10

Tips

  • Keep iterations reasonable (5-10) for UI tests.
  • For backend/logic tests, you can go higher (50+).
  • Check the stress-test.log in the skill folder for detailed failure logs if any.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です