Timeout Fix banner
classmethod classmethod

Timeout Fix

Development community

Description

--- description: テスト実行のタイムアウト問題を分析し、テストの高速化または適切な分離を行います。auto-debugから委譲される他、ユーザが直接呼び出すことも可能です。 allowed-tools: Read, Glob, Grep, Task, Edit, Write argument-hint: "[テストファイルパス]" --- テストのタイムアウト問題を解消して。 # context ``` test_command: {{test_command}} (テスト実行コマンド。未指定の場合は npm test) test_file: {{test_file}} (タイムアウトしたテストファイル。未指定の場合は全テスト) timeout_seconds: {{timeout_seconds}} (タイムアウトした秒数) max_retry: 2 (修正の最大リトライ回数) execution_timeout: 120 (テスト再実行時のタイムアウト秒数) ``` # step ## step0: プロジェクトコンテキストの確認 以下のファイルが存在する

Installation

Installs to ~/.claude/skills/classmethod-tsumiki-timeout-fix/SKILL.md

Terminal
mkdir -p ~/.claude/skills/classmethod-tsumiki-timeout-fix && curl -fsSL https://raw.githubusercontent.com/classmethod/tsumiki/HEAD/commands/timeout-fix.md -o ~/.claude/skills/classmethod-tsumiki-timeout-fix/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository