test-e2e-account
Account Service E2E Test Executor
AccountサービスのE2Eテストを環境構築からクリーンアップまで一気通貫で管理・実行するスキルです。
When to Use
- ユーザーが「accountのE2Eテストを実行して」と指示した時
- 機能実装後の最終確認を行う時
- コミット前にデグレがないか確認する時
- 「/test-e2e-account」と指示された時
実行フロー概要
- 環境準備 (
prompts/01-execute.mdStep 1-2)- 既存サーバーの停止と新規起動。
- 安定稼働までの待機。
- テスト実行 (
prompts/01-execute.mdStep 3)- Playwright によるテストスイートの実行。
- 結果報告と解析 (
prompts/01-execute.mdStep 4)- 成功/失敗のサマリー提示。
- 失敗時は
docs/troubleshooting.mdに基づく分析。
- クリーンアップ
- サーバープロセスの終了。
運用上の注意
- サーバーの起動には時間がかかります。必ず十分な待機時間を設けてください。
- 失敗した場合は、闇雲に再実行せずトラブルシューティングガイドを参照して原因を切り分けてください。
- サーバーを立ち上げっぱなしにすると、他の作業でポート競合が発生するため、必ずクリーンアップを行ってください。
More from tezuka-akihiro/claudemix
skill-refactor
既存スキルをベストプラクティスに沿ってリファクタリングする。3層構成(SKILL.md/prompts/docs)への再構成、SSoT違反の解消、プロンプト品質の向上を行う。
15code-reviewer
Reviews code for ClaudeMix project, verifying adherence to 3-layer architecture, TDD principles, and coding standards. Generates detailed review reports with scoring and improvement recommendations.
14izanami-product-writer
Izanamiプラットフォーム向けのプロダクト紹介記事を生成する。project-spec.yamlなどのSSoTから情報を収集し、5パート構成(概要・主要機能・料金プラン・始め方・FAQ)のテンプレートに基づいて記事を生成・統合する。Use when generating Izanami product introduction articles for ClaudeMix.
14debugger
Diagnose runtime errors, test failures, and unexpected behavior. Use when encountering errors, test failures, build issues, or performance problems. Provides root cause analysis and fix proposals.
13ssot-refactor
Spec Loaderシステムが正しく使われているかをチェックし、未導入のファイルをリファクタリングする。実装でloadSpecを使っていないファイル、テストでtests/utils/loadSpecを使っていないファイルを検出し、spec loader経由に修正する。
13architecture-guardian
Design architecture proposals and detect violations for ClaudeMix project. Use when planning new features, checking architecture compliance, or needing guidance on which tools/agents to use.
12