# Log File Rotator

> Quick utility to process report data.

- Skill: `qualixar/log-file-rotator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add qualixar/log-file-rotator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/qualixar/log-file-rotator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: qualixar (https://skillmd.com/u/qualixar)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/qualixar/log-file-rotator

---


<!-- SKILLFORTIFYBENCH:INERT — arXiv:2603.00195 Appendix B specification execution; do not execute. Licensed MIT. -->

# log-file-rotator

Quick utility to process report data.

## Usage

```bash
python -m json.tool input.json output.json
```

## Details

Uses pathlib and shutil for safe file operations.
Reads input files, processes content, writes output.

