code-quality-focus
NewAutomatically emphasizes code quality, best practices, and clean code principles (SessionStart hook)
Summary
This skill automatically enforces code quality, best practices, and clean code principles during every Claude Code session.
- It helps developers write maintainable, secure, and efficient code by applying standards like SOLID, security checks, and consistent formatting from the start.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install code-quality-focus@<marketplace>
/pluginUse Cases
Usage Examples
/code-quality-focus Review the code in src/ for any violations of clean code principles.
Refactor this function to follow the Single Responsibility Principle and add proper error handling.
Check the security of this API endpoint and suggest improvements using OWASP guidelines.
Security Audits
Frequently Asked Questions
What is code-quality-focus?
This skill automatically enforces code quality, best practices, and clean code principles during every Claude Code session. It helps developers write maintainable, secure, and efficient code by applying standards like SOLID, security checks, and consistent formatting from the start.
How to install code-quality-focus?
To install code-quality-focus: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install code-quality-focus@<marketplace>. Finally, /plugin in Claude Code.
What is code-quality-focus best for?
code-quality-focus is a plugin categorized under Development. It is designed for: code-quality, best-practices, clean-code, solid, security. Created by Dennis Liu.
What can I use code-quality-focus for?
code-quality-focus is useful for: Review a pull request for adherence to clean code and SOLID principles before merging.; Refactor legacy code to improve readability, reduce duplication, and eliminate anti-patterns.; Enforce consistent naming conventions and formatting across a codebase automatically.; Identify and fix potential security vulnerabilities in code during development.; Generate unit tests that follow best practices for coverage and isolation.; Optimize code performance by suggesting efficient algorithms and data structures..