Notices code quality issues when viewing code with long functions, deep nesting, duplicated code, unclear naming, or obvious anti-patterns.
Lightweight code quality awareness for conversations. Provides quick hints about maintainability issues without full review.
Activate when you notice in code being discussed:
Briefly mention the concern in 1-2 sentences, then suggest running a command:
Example responses:
"This function is quite long (80+ lines). Consider splitting it for better maintainability.
Run `/review src/service.js` for refactoring suggestions."
"I see duplicated logic on lines 23-35 and 78-90.
Run `/quick-check` to identify code quality improvements."
"Variable names like 'x', 'temp', and 'data' make this code hard to follow.
Run `/deep-review` for comprehensive code quality analysis and best practices."
Function size:
Nesting:
Naming:
Code smells:
Error handling:
/quick-check - for fast quality check/review [file] - for specific file analysis/deep-review - for comprehensive quality review with Context7 (checks against current best practices)This is a hint tool to improve awareness during normal coding conversations.