Move Code Quality
This skill automatically refactors your backend code to improve its quality and maintainability, saving you time and effort.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add move-code-quality npx -- -y @trustedskills/move-code-quality
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"move-code-quality": {
"command": "npx",
"args": [
"-y",
"@trustedskills/move-code-quality"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill analyzes code and suggests improvements based on established quality standards. It can identify potential bugs, suggest refactoring opportunities to enhance readability, and help ensure adherence to coding best practices. The tool aims to elevate the overall quality of codebases by providing actionable feedback.
When to use it
- Code Review Automation: Integrate into a CI/CD pipeline for automated code review before merging changes.
- Refactoring Legacy Code: Use to identify areas in older code that could benefit from modernization and improved structure.
- Onboarding New Developers: Help new team members understand and adhere to the project's coding standards.
- Improving Codebase Health: Regularly scan a codebase to proactively address potential quality issues.
Key capabilities
- Code analysis
- Bug detection
- Refactoring suggestions
- Adherence to coding best practices
Example prompts
- "Analyze this Python code for potential bugs and suggest improvements: [code snippet]"
- "Review this JavaScript function and provide feedback on readability and efficiency: [function definition]"
- "Check this Java class against common coding standards and identify any violations."
Tips & gotchas
The effectiveness of the skill depends heavily on the quality and clarity of the provided code. Ensure the code is well-formatted and complete for optimal analysis.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.