83,201 skills sorted by stars.
디버깅, 리팩토링, 성능 분석 통합 가이드.
Provides general code quality and best practices guidance applicable across languages and frameworks. Focuses on linting...
Code quality validation with linters, SOLID principles, DRY detection, error detection, and architecture compliance acro...
Maintain Python code quality using Black formatting, Ruff linting, and mypy type checking. Use when formatting code, run...
Use when writing, reviewing, or refactoring code. Covers quality principles, smell detection, anti-patterns, style conve...
Provides code quality principles including SOLID, DRY, testing strategies, and best practices for implementation review....
Node.js code quality standards for the serverless function runtime. Use when writing, reviewing, or refactoring JavaScri...
Multi-language code quality standards and review for TypeScript, Python, Go, and Rust. Enforces type safety, security, p...
Project-specific code quality standards and review checklist. Activates when reviewing code, discussing quality, refacto...
Code quality analysis including linting, style, type safety, and refactoring suggestions. Use when checking code style,...
Coding style standards, security guidelines, and accessibility requirements. Use when (1) Writing new code, (2) Reviewin...
Use when reviewing Compact code for readability issues, naming conventions, code organization, documentation quality, or...
Code quality inspection and linting commands for web audio apps. Includes detection of dead code, magic numbers, type sa...
Analyzes code changes for quality issues, code smells, SOLID violations, LLM-generated code problems, and refactoring op...
Use when checking code quality, running security audits, testing coverage, finding SOLID/DRY violations, or setting up q...
Proactively audits developer work to ensure completeness and production-readiness. This skill should be used when review...
Apply the code-quality checklist to audit files or directories and produce a Markdown report with findings and suggested...
Use when writing or modifying code. Enforces production-quality standards, prohibits common shortcuts, and ensures pre-e...
Fix code quality issues identified in a code quality review stored in agent_artefacts/code_quality/<topic>/. Systematica...
コード品質基準の完全遵守を保証します。コミット前の品質チェックを自動実行し、エラーがある状態でのコミットを防止します。
Enforces automated quality checks before every deploy. Prevents production failures through a 5-stage Quality Gate Syste...
Use automatically before and after code changes. Ensures documentation, formatting, type safety, and audit standards.
Expert code reviewer that enforces best practices, clean code principles, strong typing (TypeScript), architecture guide...
KISS, YAGNI, and SOLID code quality principles for clean code, reducing complexity and preventing over-engineering.
Triggers: KISS, YAGNI, SOLID, clean code, code quality, refactor, design principles Provides guidance on fundamental sof...
Conducts comprehensive code quality reviews including code smells detection, maintainability assessment, complexity anal...
Perform structured code reviews enforcing quality standards, naming conventions, architecture patterns, and team agreeme...
Review all evaluations in the repository against a single code quality standard. Checks ALL evals against ONE standard f...
実装時に遵守すべきコード品質ルール(500行ルール、固定アーキテクチャ、SOLID原則、命名規則、テストカバレッジ要件)を定義
- SRP: Single Responsibility Principle
提供代码审查、性能分析、重构建议、错误诊断和调试能力。当需要代码质量评估、性能优化、或问题排查时使用。