MITupdated 20d ago
Search through application log files to find entries matching a pattern.
What can you do with Log:search?
name: "log:search" description: "Search application logs for patterns and errors"
Log Search
Search through application log files to find entries matching a pattern.
Steps
- Determine which log directory to search (
/var/log/app/or the path provided) - Use grep or ripgrep to find matching lines
- Format results with timestamps and context lines
- Display the matches
Install
Add Log:search to your client. Pick the one you use.
npx skills add rhuss/cc-skillInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add rhuss/cc-skillAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/rhuss/cc-skill
cp -r eval/runs/cc-skill-enhancer-eval/2026-06-01-opus/cases/case-001-many-absent-patterns/_modified/target-skill ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
Score
39 / 100
Incomplete