benchflow-ai / log-summary-date-ranges
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/log-summary-date-ranges && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/3698" && unzip -o skill.zip -d .claude/skills/log-summary-date-ranges && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/log-summary-date-ranges/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Guidance for analyzing log files and generating summary reports with counts aggregated across multiple date ranges and severity levels. This skill applies when tasks involve parsing log files by date, counting occurrences by severity (ERROR, WARNING, INFO), and outputting structured CSV summaries across time periods like "today", "last 7 days", or "last 30 days".