ワンクリックで
get-schedule-comment-context
Read target remind schedules and recent action_logs (last 3 days) as JSON for agent comment generation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Read target remind schedules and recent action_logs (last 3 days) as JSON for agent comment generation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Update schedule comment fields (comment/yes_comment/no_comment) in bulk from JSON input.
Post a question to Slack and wait for a reply, or post a reply into a thread using scripts/slack.py.
Insert schedule rows into the local database (schedules) from a JSON array. Use when bulk-loading schedule entries with prompt_name, input_value, and scheduled_date via scripts/add_schedules.py.
Insert or read behavior log rows in the local database (behavior_logs). Use when recording a good/bad behavior entry, attaching a Pavlok API response JSON, adding a coach comment, or fetching recent logs via scripts/behavior_log.py.
Send a Pavlok stimulus via the Pavlok API using scripts/pavlok.py. Use when you need to trigger vibe/beep/zap with a numeric value in this repo and print the API response.
Insert a Slack ignore event and update daily punishments using scripts/add_slack_ignore_events.py. Use when a Slack message was ignored and you need to record it.
| name | get-schedule-comment-context |
| description | Read target remind schedules and recent action_logs (last 3 days) as JSON for agent comment generation. |
Use scripts/get_schedule_comment_context.py to fetch schedule rows and recent behavior logs.
uv run scripts/get_schedule_comment_context.py '["schedule-id-1","schedule-id-2"]'
echo '["schedule-id-1","schedule-id-2"]' | uv run scripts/get_schedule_comment_context.py -
-), or env SCHEDULE_IDS_JSONSingle-line JSON:
{"schedule_ids":["..."],"schedules":[...],"recent_action_logs":[...]}