Devvit Logs
Devvit Logs analyzes code commit messages to automatically generate detailed log files, streamlining debugging and improving developer workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add devvit-logs npx -- -y @trustedskills/devvit-logs
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"devvit-logs": {
"command": "npx",
"args": [
"-y",
"@trustedskills/devvit-logs"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The devvit-logs skill allows AI agents to access and process logs from a Devvit environment. It provides functionality to retrieve specific log entries based on criteria like timestamp or severity, enabling debugging and monitoring of agent execution. This facilitates understanding the agent's behavior and identifying potential issues within its operational context.
When to use it
- Debugging Agent Behavior: When an AI agent exhibits unexpected actions, use this skill to examine logs for clues about what triggered the behavior.
- Monitoring Task Execution: Track the progress of long-running tasks by querying logs for status updates and error messages.
- Analyzing Performance Bottlenecks: Identify slow operations or resource constraints by examining log timestamps and associated events.
- Auditing Agent Actions: Review a history of agent actions and decisions to ensure compliance with policies or identify areas for improvement.
Key capabilities
- Access Devvit environment logs
- Retrieve specific log entries based on criteria
- Process log data for analysis
Example prompts
- "Show me all error messages from the last hour."
- "Find log entries related to task 'image_generation' with severity level 'warning'."
- "What was the status of agent execution at timestamp 2024-10-27T10:30:00Z?"
Tips & gotchas
Requires a Devvit environment and appropriate permissions to access logs. The skill’s effectiveness depends on the level of detail captured in the underlying Devvit logging configuration.
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.