Categorizes log files into specific types using advanced pattern matching, keyword analysis, and structural metadata.
The Log Classifier skill enables Claude to intelligently identify and organize various types of logs, including build, test, deployment, and audit records. By analyzing content signals such as exit codes, command contexts, and path patterns, it assigns logs to one of ten supported categories with a calculated confidence score. This skill is essential for developers and DevOps engineers who need to automate the processing of diagnostic data, troubleshoot pipeline failures, or maintain structured documentation across complex software environments.
Key Features
01Analyzes frontmatter, metadata, and command-line context
02Calculates confidence scores based on keyword and pattern matches
03Provides detailed reasoning for every classification decision
04Supports reclassification of existing untyped log files
052 GitHub stars
06Identifies 10 distinct log types including Build, Test, and Audit
Use Cases
01Automating the categorization of untyped logs in a CI/CD pipeline
02Differentiating between application errors and environment deployment failures
03Organizing project workspaces by automatically tagging session and test logs