Gc Log Analyzer
Analyzes garbage collection logs to identify memory leaks and performance bottlenecks, improving application stability and efficiency.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gc-log-analyzer npx -- -y @trustedskills/gc-log-analyzer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gc-log-analyzer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gc-log-analyzer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The gc-log-analyzer skill analyzes Google Cloud Platform (GCP) logs to identify potential issues and extract relevant information. It can parse log entries, filter based on severity or keywords, and summarize findings in a human-readable format. This helps users quickly understand the state of their GCP environment without manually sifting through raw log data.
When to use it
- Troubleshooting application errors: Quickly identify error patterns and potential root causes from recent GCP logs.
- Security incident investigation: Analyze logs for suspicious activity or security breaches by filtering on specific keywords or IP addresses.
- Performance monitoring: Identify performance bottlenecks by examining latency metrics logged in GCP services.
- Resource optimization: Analyze resource usage patterns to identify opportunities for cost savings and efficiency improvements.
Key capabilities
- Parses Google Cloud Platform logs
- Filters log entries based on severity levels
- Keyword-based filtering of log data
- Summarization of findings in a human-readable format
Example prompts
- "Analyze the last hour of Compute Engine logs for errors."
- "Show me all warnings from Kubernetes logs related to image pulls."
- "Summarize Cloud SQL logs for the past 24 hours, highlighting any slow query patterns."
Tips & gotchas
The skill requires access to your Google Cloud Platform project and appropriate permissions to read logs. Ensure that the AI agent has been granted these permissions before using the gc-log-analyzer skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.