feat: add Performance Analyst agent#4
Open
unmalnickname wants to merge 3 commits intosandeco:mainfrom
Open
Conversation
added 3 commits
April 30, 2026 22:01
- New 'reversa mcp' command: stdio MCP server with 3 tools (reversa_status, reversa_analyze, reversa_confidence), 2 resources (state, inventory), and 1 prompt (new-analysis) - Non-interactive install: --yes flag with --project, --engines, --user, --chat-language, --doc-language, --output, --reinstall - Auto-healing SKILL.md: when state.json is missing but skills exist, the orchestrator creates state programmatically - Updated agent SKILL.md files with MCP context - Updated CLI docs and help text in EN/PT/ES - Dep: @modelcontextprotocol/sdk@1.29.0
New agent persona for static performance analysis of legacy codebases. Identifies hot paths, algorithmic complexity issues, N+1 query patterns, resource leaks, caching gaps, concurrency risks, and scalability bottlenecks. - Added agents/reversa-performance-analyst/SKILL.md (147 lines) - Added agents/reversa-performance-analyst/references/ directory - Registered in lib/installer/prompts.js as optional agent - Registered in lib/commands/add-agent.js for post-install addition - Added to templates/plan.md as an Independent Agent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new Performance Analyst agent persona to the Reversa framework. An independent agent (like Visor, Data Master, Design System, Security Auditor) that performs static performance analysis of legacy codebases.
What it covers
Files changed
Same confidence scale (green/yellow/red), static analysis only, no code modification.