| Principle | Description | |-----------|-------------| | SRP | One responsibility per function/class | | DRY | Don't Repeat Yourself | | KISS | Keep It Simple | | YAGNI | You Aren't Gonna Need It | | naming | Clear, descriptive names | - [ ] Code compiles without errors - [ ] Tests pass - [ ] No console.log/debug code - [ ] Types are correct - [ ] No hardcoded secrets - [ ] Logic is correct - [ ] Error handling is proper - [ ] Performance is acceptable - [ ] Security
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill code-quality --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Code Quality?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-code-quality)More formats (shields.io, HTML) on the badges page.
# Code Quality & Reviews
## Clean Code Principles
| Principle | Description |
|-----------|-------------|
| SRP | One responsibility per function/class |
| DRY | Don't Repeat Yourself |
| KISS | Keep It Simple |
| YAGNI | You Aren't Gonna Need It |
| naming | Clear, descriptive names |
## Code Review Checklist
### Before Submitting
- [ ] Code compiles without errors
- [ ] Tests pass
- [ ] No console.log/debug code
- [ ] Types are correct
- [ ] No hardcoded secrets
### Review Points
- [ ] Logic is correct
- [ ] Error handling is proper
- [ ] Performance is acceptable
- [ ] Security considerations
- [ ] Code is readable
## PR Standards
```markdown
## Description
Brief description of changes
## Type
- [ ] Bug fix
- [ ] Feature
- [ ] Refactor
## Testing
- [ ] Unit tests added
- [ ] Integration tests pass
## Screenshots (if UI)
```
## Checklist
- [ ] Follow naming conventions
- [ ] Write self-documenting code
- [ ] Keep functions small
- [ ] Handle errors properly
- [ ] Add comments for complex logic
- [ ] Review your own PR first
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit. Auto-triggers when staging changes.