From project-management
This skill should be used when the user asks to "list request monitoring", "show monitoring jobs", "what monitoring is running", "show active schedules", "list cron jobs", or "what's scheduled". Lists all active request monitoring cron jobs in the current session.
How this skill is triggered — by the user, by Claude, or both
Slash command
/project-management:list-request-monitoringThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show all active request monitoring jobs in the current session.
Show all active request monitoring jobs in the current session.
Use CronList to retrieve all scheduled cron jobs.
If no jobs are active:
No active monitoring jobs.
To start monitoring, run /project-management:start-request-monitoring
If jobs are found:
Active request monitoring jobs:
# Job ID Schedule
1 {job-id} Every hour at :07
To stop a job: /project-management:stop-request-monitoring {job-id}
CronList — do not filternpx claudepluginhub hirogakatageri/hirokata --plugin project-managementPresents a real-time snapshot of harness state by reading campaigns, fleet sessions, telemetry, and pending queues. Invoked by /dashboard or phrases like "what's happening".
Manages Better Stack uptime monitors: lists, creates, updates, pauses, deletes monitors, heartbeats, groups, and check types via API calls.