Use when the user asks "trace the call flow for X", "what does method Y call", "show me the call chain from controller to DB for endpoint Z", "who calls method X", or wants to understand how a request flows through the codebase. Uses Orihime MCP tools only — no source file reads.
Use when the user asks "what breaks if I change X", "blast radius of modifying method Y", "what tests do I need to run if I change class Z", "impact analysis for refactoring X", or wants to understand the downstream consequences of a code change before making it. Uses Orihime MCP tools only — no source file reads…
Use when the user asks to add a new method, class, or feature to an indexed codebase, wants to know "where should I add this?", "does a method for X already exist?", "what interface should I implement?", "what does this class extend?", "how is Y done elsewhere in the codebase?", or needs the existing class structure…
Use when the user asks for a code review focused on class structure, design patterns, OOP principles, or architecture quality. Reviews whether GoF/SOLID design patterns are properly applied, flags misapplications and missing patterns, suggests splitting bloated classes/methods, and recommends fortifying weak…
Use when the user asks "find performance hotspots", "which endpoints are at risk of saturation", "analyze capacity for repo X", "find N+1 queries", "what's the cascade risk if service X is slow", "find I/O fanout", "here's my Gatling report", "I ran a performance test", "analyze this JMeter result", "here's a…
Use when the user asks "run a security audit on X", "find SQL injection risks", "check taint paths", "any OWASP issues in repo X", "find injection vulnerabilities", "check license compliance", or wants to understand what untrusted input can reach dangerous sinks in a codebase. Uses Orihime MCP tools only — no source…
Use when the user asks to "set up Orihime", "install Orihime", "configure Orihime", "index a new repository", "add a repo to Orihime", or "what can Orihime do". Runs the full installation flow: dependencies, MCP registration, skill installation, repository indexing, and presents starting prompts. Also handles adding…
★not rated 1 4mo agoA90 tokens
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: