# Get Schedule Comment Context

> Read target remind schedules and recent action_logs (last 3 days) as JSON for agent comment generation. Use when this capability is needed.

- Skill: `tomevault-io/get-schedule-comment-context` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/get-schedule-comment-context`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/get-schedule-comment-context/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/get-schedule-comment-context

---


# Get Schedule Comment Context

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

## Run

```bash
uv run scripts/get_schedule_comment_context.py '["schedule-id-1","schedule-id-2"]'
```

```bash
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:

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

---
> Source: [motoya0118/pavlok_CLI_agent](https://github.com/motoya0118/pavlok_CLI_agent) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-21 -->

