Timeout Fix
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
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 RepositoryRelated Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development