senior-qa
React/Next.jsアプリケーション向けのユニットテスト、統合テスト、E2Eテストを生成します。コンポーネントをスキャンしてJest + React Testing Libraryのテストスタブを作成し、Istanbul/LCOVカバレッジレポートを分析してテストの漏れを洗い出し、Next.jsのルートからPlaywrightテストファイルをスカッフォルドし、MSWでAPIコールをモック化し、テストフィクスチャを作成し、テストランナーを設定します。「テストを生成する」「ユニットテストを書く」「テストカバレッジを分析する」「E2EテストをスカッフォルドするPleasewrightを設定する」「Jestを設定する」「テスティングパターンを実装する」「テスト品質を向上させる」といったリクエストがあるときに使用します。
description の原文を見る
Generates unit tests, integration tests, and E2E tests for React/Next.js applications. Scans components to create Jest + React Testing Library test stubs, analyzes Istanbul/LCOV coverage reports to surface gaps, scaffolds Playwright test files from Next.js routes, mocks API calls with MSW, creates test fixtures, and configures test runners. Use when the user asks to "generate tests", "write unit tests", "analyze test coverage", "scaffold E2E tests", "set up Playwright", "configure Jest", "implement testing patterns", or "improve test quality".
SKILL.md 本文
シニアQAエンジニア
React およ び Next.js アプリケーション向けのテスト自動化、カバレッジ分析、品質保証パターン。
クイックスタート
# Reactコンポーネント向けJestテストスタブを生成
python scripts/test_suite_generator.py src/components/ --output __tests__/
# Jest/Istanbulレポートからテストカバレッジを分析
python scripts/coverage_analyzer.py coverage/coverage-final.json --threshold 80
# Next.jsルート向けPlaywright E2Eテストをスキャフォルド
python scripts/e2e_test_scaffolder.py src/app/ --output e2e/
ツール概要
1. テストスイートジェネレータ
React/TypeScriptコンポーネントをスキャンし、適切な構造のJest + React Testing Libraryテストスタブを生成します。
入力: Reactコンポーネントを含むソースディレクトリ 出力: describeブロック、レンダリングテス
...
詳細情報
- 作者
- Boboegg
- リポジトリ
- Boboegg/ai-resources
- ライセンス
- 不明
- 最終更新
- 2026/4/3
Source: https://github.com/Boboegg/ai-resources / ライセンス: 未指定