Flaky Fix
Description
--- description: 不安定なテスト(flaky test)の原因を分析し、テストの安定化を試みます。auto-debugから委譲される他、ユーザが直接呼び出すことも可能です。 allowed-tools: Read, Glob, Grep, Task, Edit, Write argument-hint: "[テストファイルパス]" --- flaky testを安定化して。 # context ``` test_command: {{test_command}} (テスト実行コマンド。未指定の場合は npm test) test_file: {{test_file}} (対象テストファイル) error_output: {{error_output}} (失敗時のエラー出力) max_retry: 2 (修正の最大リトライ回数) stability_runs: 3 (安定性確認の実行回数) ``` # step ## step0: プロジェクトコンテキストの確認 以下のファイルが存在する場合は読み取り、テスト実行方法や開発ルールを把握する: - `CLAUDE
Installation
Installs to ~/.claude/skills/classmethod-tsumiki-flaky-fix/SKILL.md
mkdir -p ~/.claude/skills/classmethod-tsumiki-flaky-fix && curl -fsSL https://raw.githubusercontent.com/classmethod/tsumiki/HEAD/commands/flaky-fix.md -o ~/.claude/skills/classmethod-tsumiki-flaky-fix/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing