SECURITY REVIEW
Not yet assessed
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
Periodic background system health check, task integrity audit, artifact review, and security scan workflow. Generates daily digest summaries and returns HEARTBEAT_OK when state is unchanged.
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.
No quality assessment is available for this catalog entry yet.
Original instructions from the publisher’s SKILL.md
<!-- Generated from workflows/heartbeat-monitoring.md by tools/generate_integrations.py. Edit the source file, not this one. This is an execution WORKFLOW packaged as an Agent Skill so it is discoverable and directly invocable ("/heartbeat-monitoring") in every compatible tool. -->
# Workflow: Heartbeat Monitoring & System Health
## When to Use
| Criteria | Match |
|----------|-------|
| Intention | continuous monitoring, periodic health check, digest generation |
| Complexity | system-wide, background execution |
| Power Mode | Eco (if no state changes) or Balanced |
## Required Skills
- codebase-understanding
- file-operations
- code-quality-testing
- safety-profiles
## 5-Step Heartbeat Execution Flow
### Step 1: Health Check
- Verify gateway, database, and background processes are active.
- Detect recent execution failures or command loops.
### Step 2: Task Integrity Check
- Identify tasks stuck in `RUNNING` or `BLOCKED` states.
- Detect repeated retry loops and stop automated retries if failing repeatedly.
### Step 3: Artifact & Directory Review
- Check that required system digests and logs exist.
- Verify workspace file permissions and state file integrity.
### Step 4: Security & Risk Scan
- Detect unauthenticated public bindings or secret exposure.
- Review pending skill audit approvals.
### Step 5: Digest Generation
- Produce daily system health digest at `_audit/digests/YYYY-MM-DD_digest.md`.
- Skip digest generation if state is unchanged since last run (respond `HEARTBEAT_OK`).
## Token Efficiency Rules
- Skip reprocessing if no state changes occurred (`HEARTBEAT_OK`).
- Batch checks (email, calendar, health, alerts) into a single heartbeat turn.
- Escalate to developer when security risks or persistent failures (>48h) occur.