stop-request-monitoring

Cancels hourly request monitoring cron jobs by ID or via interactive listing.

5|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/HirogaKatageri/hirokata --skill stop-request-monitoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stop-request-monitoring
Source: https://github.com/HirogaKatageri/hirokata/tree/main/plugins/project-management/skills/stop-request-monitoring
Command: npx skills add https://github.com/HirogaKatageri/hirokata --skill stop-request-monitoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cancels the hourly request monitoring cron job that was started by start-request-monitoring, enabling precise control over automated checks.

Core Features & Use Cases

  • Cancel a running hourly monitoring job by providing a specific job-id, or list active jobs to select and cancel one.
  • Safeguards ensure invalid job IDs are handled gracefully and that no pending requests are affected.
  • Ideal for interruptible workflows where monitoring should be stopped after completion or upon cancellation of the related task.

Quick Start

Provide the job-id to stop the monitoring job, or omit it to list active jobs and cancel one.

Frequently Asked Questions about stop-request-monitoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stop an hourly cron job for request monitoring?

To stop hourly request monitoring, provide the specific job-id to cancel the cron job via CronDelete, or omit the job-id to list active jobs and select one to cancel. The cancellation is confirmed once the job is successfully removed.

What happens to pending requests when I cancel a monitoring cron job?

Canceling a monitoring cron job preserves any pending requests. The stop action targets only the hourly scheduling mechanism, ensuring that existing queued requests remain unaffected and intact during the cancellation process.

How do I find the correct job-id to cancel an active monitoring workflow?

If you do not have the job-id, you can list active jobs to select and cancel one. This allows you to identify the correct hourly monitoring cron job from the active workflow list before executing the cancellation.

How does the system handle invalid job IDs when canceling monitoring?

The system handles invalid job IDs gracefully when canceling monitoring. If an incorrect job-id is provided, the workflow safeguards ensure the process fails safely without disrupting other active cron jobs or pending requests.

When should I cancel an automated hourly monitoring schedule?

You should cancel an automated hourly monitoring schedule when the related task is completed or upon cancellation of the related workflow. This restores manual control and stops unnecessary automated checks in interruptible workflows.