log-auditor

Audit unmanaged logs and generate remediation specifications for fractary-logs integration.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fractary/claude-plugins --skill log-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: log-auditor
Source: https://github.com/fractary/claude-plugins/tree/main/plugins/logs/skills/log-auditor
Command: npx skills add https://github.com/fractary/claude-plugins --skill log-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, read, write, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Audits logs against fractary-logs standards and generates remediation specs when gaps are found.

Core Features & Use Cases

  • Read-only audit of logs
  • Optional spec generation via fractary-spec
  • Actionable remediation plan

Quick Start

Audit logs for a project and return a remediation plan.

Frequently Asked Questions about log-auditor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit logs against standards and generate a remediation plan?

Log auditing scans your project's logs—including build, deployment, session, and debug logs—against fractary-logs standards, then outputs a JSON or markdown remediation specification with precise gaps and actionable steps to close them.

Can I audit logs without modifying them?

Yes, log-auditor performs read-only analysis. It discovers and evaluates logs across your project and version control without writing to or changing any log files.

What does log-auditor discover in a project audit?

Log-auditor identifies unmanaged logs and log-like files across your entire project, tracks them in version control, and analyzes storage impact to inform initial adoption and VCS cleanup decisions.

Does log-auditor integrate with fractary-spec?

Yes, log-auditor prefers fractary-spec plugin usage when available to generate standardized remediation specifications with consistent formatting and categorization.

What output formats does log-auditor produce?

Log-auditor outputs actionable guidance in JSON and markdown formats, including precise status classifications, log categories, and step-by-step remediation instructions.

Is log-auditor suitable for health checks on existing log setups?

Yes, log-auditor supports health checks on established logging systems by auditing current logs against fractary standards and identifying deviations or areas for improvement.