find-non-lambda-logs
CommunityDetect inefficient Android logging patterns
Authorfsales
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill identifies inefficient Kotlin Android Log calls that create unnecessary string allocations when debug and info logs are filtered out, helping improve logging performance.
Core Features & Use Cases
- Log Pattern Auditing: Finds Log.d, Log.i, Log.w, and Log.e calls that use string interpolation without lambda overloads or required throwable handling.
- Logging Hygiene Checks: Detects direct android.util.Log usage that bypasses shared logging wrappers and release filtering strategies.
- Use Case: Review an Android codebase after adding new logs or migrating logging infrastructure to locate allocation-heavy logging statements that should be optimized.
Quick Start
Use the find-non-lambda-logs skill to audit my Kotlin Android project for inefficient Log calls and suggest the required lambda conversions.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: find-non-lambda-logs Download link: https://github.com/fsales/curso-android-capgemini-proway/archive/main.zip#find-non-lambda-logs Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 545,000+ vetted skills library on demand.