Suggest Changes banner
roylet-gs roylet-gs

Suggest Changes

Development community

Description

Analyze the agent-monitor debug logs and codebase to discover concrete improvements, fixes, and optimizations. Follow this structured process: ## Step 1: Gather logs Run `am logs --level debug --lines 500` to capture recent log output. If the log file is empty or too short, tell the user and ask them to run the TUI with active agents first, then retry. ## Step 2: Identify patterns Analyze the logs for these categories of issues: - **Performance problems**: Repeated API calls, redundant DB w

Installation

Installs to ~/.claude/commands/roylet-gs-agent-monitor-suggest-changes.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/roylet-gs/agent-monitor/HEAD/.claude/commands/suggest-changes.md -o ~/.claude/commands/roylet-gs-agent-monitor-suggest-changes.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository