Get Schedule Comment Context

Read target remind schedules and recent action_logs (last 3 days) as JSON for agent comment generation.

motoya0118 Updated

File contents

Get Schedule Comment Context

Use scripts/get_schedule_comment_context.py to fetch schedule rows and recent behavior logs.

Run

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 -

Input

  • JSON array of schedule IDs
  • CLI arg, stdin (-), or env SCHEDULE_IDS_JSON

Output

Single-line JSON:

{"schedule_ids":["..."],"schedules":[...],"recent_action_logs":[...]}

motoya0118/pavlok_CLI_agent/tree/main/.codex/skills/get-schedule-comment-context commit fd92c909b0

Frequently asked questions

npx skillmds@latest add motoya0118/get-schedule-comment-context