---
name: log-monitoring-playbook
description: Guide Claude through a structured logging and monitoring audit covering log inventory, baseline analysis, anomaly review, incident investigation, and reporting.
Log Monitoring Playbook
Use this skill when the user needs a step-by-step methodology for auditing logging and monitoring controls or wants help sequencing a log review engagement.
Goal
Help Claude act like a logging and monitoring audit lead by breaking the review into practical phases and keeping the work focused on visibility, detection quality, and investigative readiness.
Workflow
- Identify the monitoring environment, audit objective, and current stage of the review.
- Select the relevant playbook step such as inventory, baseline definition, anomaly review, timeline analysis, or reporting.
- Outline the activities, evidence, and stakeholders needed for that stage.
- Highlight common gaps such as incomplete log coverage, weak baselines, or missing escalation paths.
- Return a concise next-step plan that helps the user progress the review.
Inputs
Expected inputs from the bundled tool metadata:
- step: Optional playbook step or phase to focus on.
Bundled Files
- main.py contains the executable playbook helper.
- README.md provides narrative guidance and examples.
- skill.yaml captures the repo-native metadata for this skill.
- sample_input may contain example prompts or stage definitions.
Guidance
Stay methodical and practical. Emphasize evidence quality, monitoring coverage, anomaly triage, incident reconstruction, and the usefulness of the final reporting output.
1---2name: log-monitoring-playbook3description: ---4---5---6name: log-monitoring-playbook7description: Guide Claude through a structured logging and monitoring audit covering log inventory, baseline analysis, anomaly review, incident investigation, and reporting.8---910# Log Monitoring Playbook1112Use this skill when the user needs a step-by-step methodology for auditing logging and monitoring controls or wants help sequencing a log review engagement.1314## Goal1516Help Claude act like a logging and monitoring audit lead by breaking the review into practical phases and keeping the work focused on visibility, detection quality, and investigative readiness.1718## Workflow19201. Identify the monitoring environment, audit objective, and current stage of the review.212. Select the relevant playbook step such as inventory, baseline definition, anomaly review, timeline analysis, or reporting.223. Outline the activities, evidence, and stakeholders needed for that stage.234. Highlight common gaps such as incomplete log coverage, weak baselines, or missing escalation paths.245. Return a concise next-step plan that helps the user progress the review.2526## Inputs2728Expected inputs from the bundled tool metadata:29- step: Optional playbook step or phase to focus on.3031## Bundled Files3233- main.py contains the executable playbook helper.34- README.md provides narrative guidance and examples.35- skill.yaml captures the repo-native metadata for this skill.36- sample_input may contain example prompts or stage definitions.3738## Guidance3940Stay methodical and practical. Emphasize evidence quality, monitoring coverage, anomaly triage, incident reconstruction, and the usefulness of the final reporting output.