Cursor rule "clean-code" from Tiartyos/mcp-window-screenshooter, covering clean code guidelines, constants over magic numbers, meaningful names, smart comments and single responsibility.
Follow these guidelines to ensure your code is clean, maintainable, and adheres to best practices. Remember, less code is better. Lines of code = Debt.
A set of repository rules for reviewing changes made by Claude Code. The reviewer examines recent Git commits and the changed files, along with their directly related tests and registrations.
IMPORTANT: This project has a knowledge graph. ALWAYS use the code-review-graph MCP tools BEFORE using Grep/Glob/Read to explore the codebase. The graph is faster, cheaper (fewer tokens), and gives you structural context (callers, dependents, test coverage) that file scanning cannot.
Cursor rule "codequality" from Priyansiuu/mcp-python-server, covering code quality guidelines, verify information, file-by-file changes, no apologies and no understanding feedback.