daily
Skill for the Daily area of tone. 183 symbols across 26 files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Skill for the Daily area of tone. 183 symbols across 26 files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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 | daily |
| description | Skill for the Daily area of tone. 183 symbols across 26 files. |
183 symbols | 26 files | Cohesion: 71%
pipecat/| File | Symbols |
|---|---|
pipecat/src/pipecat/transports/daily/transport.py | _on_active_speaker_changed, _on_left, _on_call_state_updated, _on_client_connected, _on_client_disconnected (+97) |
pipecat/src/pipecat/transports/daily/utils.py | DailyRoomSipParams, DailyRoomProperties, DailyRoomParams, DailyMeetingTokenProperties, DailyMeetingTokenParams (+9) |
pipecat/src/pipecat/transports/livekit/transport.py | _on_track_subscribed_wrapper, _on_connected, _on_disconnected, _on_before_disconnect, _on_participant_connected (+7) |
pipecat/scripts/daily/test_tavus_transport.py | completion_callback, update_subscriptions, capture_participant_audio, send_audio, on_participant_joined (+5) |
pipecat/src/pipecat/transports/websocket/server.py | set_client_connection, _on_client_connected, _on_client_disconnected, _on_session_timeout, _on_websocket_ready |
pipecat/src/pipecat/turns/user_turn_controller.py | _on_push_frame, _on_broadcast_frame, _on_user_turn_started, _trigger_user_turn_start |
pipecat/src/pipecat/transports/websocket/fastapi.py | _on_client_connected, _on_client_disconnected, _on_session_timeout |
pipecat/src/pipecat/audio/vad/vad_controller.py | _handle_audio, _handle_vad, _maybe_speech_activity |
pipecat/src/pipecat/utils/base_object.py | _call_event_handler, _run_handler |
pipecat/src/pipecat/turns/user_turn_processor.py | _on_user_turn_stop_timeout, _on_user_turn_idle |
Start here when exploring this area:
push_error_frame (Function) — pipecat/src/pipecat/processors/frame_processor.py:707push_frame (Function) — pipecat/src/pipecat/turns/user_start/base_user_turn_start_strategy.py:113broadcast_frame (Function) — pipecat/src/pipecat/turns/user_start/base_user_turn_start_strategy.py:122set_client_connection (Function) — pipecat/src/pipecat/transports/websocket/server.py:279on_track (Function) — pipecat/src/pipecat/transports/smallwebrtc/connection.py:339| Symbol | Type | File | Line |
|---|---|---|---|
DailyAudioTrack | Class | pipecat/src/pipecat/transports/daily/transport.py | 408 |
DailyRoomConfig | Class | pipecat/src/pipecat/runner/daily.py | 55 |
DailyRoomSipParams | Class | pipecat/src/pipecat/transports/daily/utils.py | 19 |
DailyRoomProperties | Class | pipecat/src/pipecat/transports/daily/utils.py | 79 |
DailyRoomParams | Class | pipecat/src/pipecat/transports/daily/utils.py | 133 |
DailyMeetingTokenProperties | Class | pipecat/src/pipecat/transports/daily/utils.py | 169 |
DailyMeetingTokenParams | Class | pipecat/src/pipecat/transports/daily/utils.py | 210 |
DailyRESTHelper | Class | pipecat/src/pipecat/transports/daily/utils.py | 223 |
DailyRoomObject | Class | pipecat/src/pipecat/transports/daily/utils.py | 147 |
DailyOutputTransportMessageFrame | Class | pipecat/src/pipecat/transports/daily/transport.py | 75 |
DailyOutputTransportMessageUrgentFrame | Class | pipecat/src/pipecat/transports/daily/transport.py | 86 |
DailyTransportMessageFrame | Class | pipecat/src/pipecat/transports/daily/transport.py | 97 |
DailyTransportMessageUrgentFrame | Class | pipecat/src/pipecat/transports/daily/transport.py | 123 |
push_error_frame | Function | pipecat/src/pipecat/processors/frame_processor.py | 707 |
push_frame | Function | pipecat/src/pipecat/turns/user_start/base_user_turn_start_strategy.py | 113 |
broadcast_frame | Function | pipecat/src/pipecat/turns/user_start/base_user_turn_start_strategy.py | 122 |
set_client_connection | Function | pipecat/src/pipecat/transports/websocket/server.py | 279 |
on_track | Function | pipecat/src/pipecat/transports/smallwebrtc/connection.py | 339 |
on_ended | Function | pipecat/src/pipecat/transports/smallwebrtc/connection.py | 344 |
analyze_audio | Function | pipecat/src/pipecat/audio/vad/vad_analyzer.py | 173 |
| Flow | Type | Steps |
|---|---|---|
Process_frame → _run_handler | cross_community | 10 |
Process_frame → Create_task | cross_community | 10 |
Start → _run_handler | cross_community | 9 |
Start → Create_task | cross_community | 9 |
Start → _run_handler | cross_community | 9 |
Start → Create_task | cross_community | 9 |
Process_frame → _run_handler | cross_community | 8 |
Process_frame → Create_task | cross_community | 8 |
Run_tts → _run_handler | cross_community | 8 |
Run_tts → Create_task | cross_community | 8 |
| Area | Connections |
|---|---|
| Cartesia | 5 calls |
| Pipeline | 3 calls |
| Runner | 3 calls |
| Foundational | 2 calls |
| Test-cases | 2 calls |
| Tests | 2 calls |
| Evals | 1 calls |
| Frames | 1 calls |
gitnexus_context({name: "push_error_frame"}) — see callers and calleesgitnexus_query({query: "daily"}) — find related execution flows