What problem does it solve?
This Skill helps you answer questions about how a project currently works without making changes or creating documentation artifacts. It is designed for moments when you need a reliable explanation of existing logic, a confirmation of implementation details, or a quick verification grounded in the actual codebase.
Core Features & Use Cases
- Codebase Q&A: Explains project behavior, flows, and logic using existing project knowledge and source code when needed.
- Implementation Verification: Confirms concrete facts such as whether a function retries, whether a config value is still used, or whether a behavior still exists.
- Safe Read-Only Consultation: Stays strictly conversational, avoids editing code, avoids writing artifacts, and flags discrepancies when project knowledge is outdated compared with source.
- Use Case: When a teammate asks whether a handler still performs a fallback path after an API failure, this Skill can inspect the relevant files and answer with a grounded citation instead of guessing.
Quick Start
Ask mvt-consult to explain how a specific feature works or to verify whether a named function, file, or behavior currently exists in the codebase.