tests
Skill for the Tests area of tone. 654 symbols across 147 files.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Skill for the Tests area of tone. 654 symbols across 147 files.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use this skill when the user asks to "review my changes", "code review", "review before commit", "/code-review", or wants SOLID, security, performance, accessibility, or error handling analysis on current git changes. Accepts an optional base branch argument (defaults to main).
Generates feature documentation for a Next.js page by analyzing component source, service imports, Jotai atoms, and navigation paths. Output placed in e2e/ux_flow_docs/<page-name>.md and consumed by /generate-tests for comprehensive test coverage.
Generates a new Playwright e2e spec file by reading a page component's source code, then runs it. Use when a page has NO existing spec file and you need to create one from scratch.
Skill for the Test-cases area of tone. 250 symbols across 60 files.
Generate and maintain pytest test cases for FastAPI endpoints by reading the APIs.md documentation and tracing actual controller/service code. Creates one test file per controller with comprehensive coverage (success, failure, validation, auth, edge cases). Use this skill when the user asks to generate tests, create test cases, write API tests, add pytest coverage, or mentions "test my APIs". Also triggers on "generate tests", "write test cases", "add test coverage", or "pytest for my endpoints".
Creates a new shared UI component using shadcn/ui with the project's theme. Handles shadcn setup verification, theme token mapping, and generates production-ready components following project conventions.
| name | tests |
| description | Skill for the Tests area of tone. 654 symbols across 147 files. |
654 symbols | 147 files | Cohesion: 69%
pipecat/| File | Symbols |
|---|---|
pipecat/tests/test_krisp_viva_filter.py | tearDown, test_initialization_with_model_path, test_initialization_with_env_variable, test_initialization_without_model_path, test_initialization_with_invalid_extension (+40) |
pipecat/tests/test_context_aggregators.py | check_message_content, test_se, test_ste, test_site, test_st1iest2e (+39) |
pipecat/tests/test_aic_filter.py | MockProcessor, get_vad_context, process_async, MockModel, setUp (+37) |
pipecat/src/pipecat/frames/frames.py | SystemFrame, UninterruptibleFrame, TTSTextFrame, FunctionCallResultProperties, FunctionCallResultFrame (+33) |
pipecat/tests/test_aic_vad.py | test_initialization_without_factory, test_initialization_with_vad_params, test_voice_confidence_no_context, test_voice_confidence_speech_detected, test_voice_confidence_no_speech (+16) |
pipecat/tests/test_transcript_processor.py | test_text_aggregation, test_empty_text_handling, test_interruption_handling, test_end_frame_handling, test_cancel_frame_handling (+11) |
pipecat/tests/test_user_turn_stop_strategy.py | test_ste, test_site, test_st1iest2e, test_siet, test_sieit (+9) |
pipecat/tests/test_frame_processor.py | test_interruption_and_wait, test_interruptible_frames, DelayTestFrameProcessor, test_uninterruptible_frames, TestUninterruptibleFrame (+7) |
pipecat/tests/test_service_switcher.py | MockFrameProcessor, reset_counters, DummySystemFrame, setUp, test_init_with_manual_strategy (+7) |
pipecat/tests/test_context_aggregators_universal.py | test_user_mute_strategies, test_default_user_turn_strategies, test_user_turn_stop_timeout_no_transcription, test_user_turn_stop_timeout_transcription, test_pending_transcription_emitted_on_end_frame (+6) |
Start here when exploring this area:
test_user_mute_strategy (Function) — pipecat/tests/test_user_mute_strategy.py:26test_basic_idle_detection (Function) — pipecat/tests/test_user_idle_processor.py:21test_active_listening_resets_idle (Function) — pipecat/tests/test_user_idle_processor.py:52test_idle_retry_callback (Function) — pipecat/tests/test_user_idle_processor.py:96test_idle_monitoring_stops_on_false_return (Function) — pipecat/tests/test_user_idle_processor.py:136| Symbol | Type | File | Line |
|---|---|---|---|
DelayTestFrameProcessor | Class | pipecat/tests/test_frame_processor.py | 132 |
TestUninterruptibleFrame | Class | pipecat/tests/test_frame_processor.py | 163 |
ContextProcessor | Class | pipecat/tests/test_context_aggregators.py | 498 |
SleepFrame | Class | pipecat/src/pipecat/tests/utils.py | 27 |
UserIdleProcessor | Class | pipecat/src/pipecat/processors/user_idle_processor.py | 26 |
TranscriptProcessor | Class | pipecat/src/pipecat/processors/transcript_processor.py | 243 |
ProducerProcessor | Class | pipecat/src/pipecat/processors/producer_processor.py | 27 |
ConsumerProcessor | Class | pipecat/src/pipecat/processors/consumer_processor.py | 16 |
TurnTrackingObserver | Class | pipecat/src/pipecat/observers/turn_tracking_observer.py | 28 |
SystemFrame | Class | pipecat/src/pipecat/frames/frames.py | 147 |
UninterruptibleFrame | Class | pipecat/src/pipecat/frames/frames.py | 189 |
TTSTextFrame | Class | pipecat/src/pipecat/frames/frames.py | 410 |
FunctionCallResultProperties | Class | pipecat/src/pipecat/frames/frames.py | 877 |
FunctionCallResultFrame | Class | pipecat/src/pipecat/frames/frames.py | 890 |
CancelFrame | Class | pipecat/src/pipecat/frames/frames.py | 1033 |
FrameProcessorPauseUrgentFrame | Class | pipecat/src/pipecat/frames/frames.py | 1088 |
FrameProcessorResumeUrgentFrame | Class | pipecat/src/pipecat/frames/frames.py | 1104 |
InterruptionFrame | Class | pipecat/src/pipecat/frames/frames.py | 1119 |
StartInterruptionFrame | Class | pipecat/src/pipecat/frames/frames.py | 1132 |
UserStartedSpeakingFrame | Class | pipecat/src/pipecat/frames/frames.py | 1160 |
| Flow | Type | Steps |
|---|---|---|
Telephony_websocket → _WebSocketMessageIterator | cross_community | 6 |
Telephony_websocket → Get | cross_community | 5 |
Process_frame → Get_time | cross_community | 5 |
Process_frame → FrameProcessed | cross_community | 5 |
Process_frame → On_process_frame | cross_community | 5 |
Process_frame → Start | cross_community | 5 |
Process_frame → Stop | cross_community | 5 |
Process_frame → Cancel | cross_community | 5 |
Run_tts → To_dict | cross_community | 5 |
Process_frame → Get_time | cross_community | 5 |
| Area | Connections |
|---|---|
| Foundational | 140 calls |
| Whisper | 25 calls |
| Aggregators | 17 calls |
| Cartesia | 17 calls |
| Frames | 14 calls |
| Turns | 7 calls |
| Daily | 7 calls |
| Services | 7 calls |
gitnexus_context({name: "test_user_mute_strategy"}) — see callers and calleesgitnexus_query({query: "tests"}) — find related execution flows