code-qa
Code Quality112 downloads · by community
Analyze code for functional programming standards and best practices
Install
npx @claudeskill/cli install code-qaWhat this skill does
Analyzes your codebase against functional programming standards and modern best practices. Checks for common anti-patterns, suggests pure function alternatives, identifies side effects, and recommends immutable data patterns. Provides a comprehensive quality report with actionable improvements.
Use cases
- Auditing code quality before releases
- Transitioning to functional programming patterns
- Training team members on best practices
- Identifying technical debt and refactoring opportunities