
from bkit-gemini56
Run prompts or shell commands on a recurring interval (seconds/minutes/hours) with safety limits and optional stop conditions — useful for monitoring and period
An interval-based runner that executes a prompt or shell command repeatedly according to a user-provided cadence (e.g., 5m, 1h, 30s). It captures per-iteration output, supports stop conditions, enforces safety limits (max iterations, min interval), and provides a summary when the loop finishes.
Use this skill for lightweight monitoring, polling external systems, periodic status checks, automated PDCA tasks, or scheduled data collection where a simple built-in loop is sufficient. Not intended for high-frequency production jobs.
Works with agents that can run shell commands and manage long-running operations (Gemini CLI integrations, local runners, Claude Code).
This skill has not been reviewed by our automated audit pipeline yet.
Batch
Run PDCA workflow commands across multiple features in parallel or bulk, with progress tracking, fail-forward behavior, and retry options.
BTW (By-The-Way) Suggestion Collector
Capture lightweight improvement suggestions while you work and store them locally in .bkit/btw.json for later review, analysis, or promotion into PDCA planning.