test-idea-rewriting とは?
受動的な「Verify X」テストの説明を、能動的で観察可能なテスト アクションに変換します。テストのアイデアに具体性が欠けている場合、曖昧な表現を使用している場合、または品質検証に失敗した場合に使用します。アクションと動詞の形式に変換して、より明確でテストしやすい説明を実現します。 ソース: proffesor-for-testing/agentic-qe。
受動的な「Verify X」テストの説明を、能動的で観察可能なテスト アクションに変換します。テストのアイデアに具体性が欠けている場合、曖昧な表現を使用している場合、または品質検証に失敗した場合に使用します。アクションと動詞の形式に変換して、より明確でテストしやすい説明を実現します。
コマンドラインで test-idea-rewriting AI スキルを開発環境にすばやくインストール
ソース: proffesor-for-testing/agentic-qe。
| Interaction | Click, Type, Submit, Navigate, Scroll | UI actions | | Trigger | Send, Inject, Force, Simulate, Load | API/system actions | | Measurement | Measure, Time, Count, Profile | Performance checks | | State | Set, Configure, Enable, Disable, Toggle | Setup actions | | Observation | Confirm, Assert, Check, Observe | Outcome verification |
| Verify login works | Submit valid credentials; confirm session created | | Verify API returns 200 | Send GET request; assert 200 response within 500ms | | Verify error displays | Trigger validation error; observe error message | | Verify data saves | Insert record; query database; confirm fields match |
| Verify performance | Execute 100 requests; measure p99 < 200ms |
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill test-idea-rewriting受動的な「Verify X」テストの説明を、能動的で観察可能なテスト アクションに変換します。テストのアイデアに具体性が欠けている場合、曖昧な表現を使用している場合、または品質検証に失敗した場合に使用します。アクションと動詞の形式に変換して、より明確でテストしやすい説明を実現します。 ソース: proffesor-for-testing/agentic-qe。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill test-idea-rewriting インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/proffesor-for-testing/agentic-qe