home/categories/code-quality
category focus

Code Quality

Linters, formatters, and static analysis.

2681 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
code-quality
1

code-review

cloudflare-operator 项目代码审查。检查代码质量标准、安全问题和最佳实践。适用于审查 PR、提交前检查代码或验证变更。

StringKe
StringKe
testing-security
open
code-quality
1

python-simplifier

Simplify overly complex Python code. Use when user asks to simplify, refactor, clean up, make more readable, reduce complexity, improve code quality, find code smells, detect duplicates, or analyze coupling in Python code. Triggers on requests like "simplify this code", "this is too complex", "make this more readable", "refactor this", "clean this up", "find issues", "analyze this codebase", or when reviewing code that exhibits complexity anti-patterns. For Django-specific analysis, use the django-simplifier skill instead.

charlesmsiegel
charlesmsiegel
testing-security
open
code-quality
1

forced-reading-auto-activation

Use automatically when prompts exceed 3000 characters, files exceed 500 lines, or large files are referenced - enforces complete line-by-line reading protocol with quantitative comprehension verification before processing, preventing partial comprehension and ensuring thorough understanding

krzemienski
krzemienski
testing-security
open
code-quality
1

semgrep-security

Semgrep code security scanning and SAST analysis

oimiragieo
oimiragieo
testing-security
open
code-quality
1

verify

Run all verification checks (static analysis, test, format).

Xantibody
Xantibody
testing-security
open
code-quality
1

python

Run, test, and lint Python projects

ardaglobal
ardaglobal
testing-security
open
code-quality
1

questioning-hardcoded-values

Hardcoded strings and numbers need justification - they're either conventions that need documentation, magic numbers that should be constants, or assumptions that need verification

cassamajor
cassamajor
testing-security
open
code-quality
1

pr-review-analysis

PR Code Review 评论分析知识库,包含置信度评估、优先级分类、技术栈识别和常见评论模式

penkzhou
penkzhou
testing-security
open
code-quality
1

rust-best-practices

Rust coding best practices based on Microsoft Pragmatic Rust Guidelines. ALWAYS invoke before writing or modifying Rust code. Covers error handling, API design, performance, and idiomatic patterns.

majiayu000
majiayu000
testing-security
open
code-quality
1

core-reviewer

Code review and quality assurance specialist for ensuring code quality, security, and maintainability

vamseeachanta
vamseeachanta
testing-security
open
code-quality
1

coding-standards

Flequit プロジェクトのコーディング標準への準拠をチェックします。命名規則、ファイル構造、型定義、エラーハンドリング、コメント、インポート順序などのコーディング標準チェックに使用します。

varubogu
varubogu
testing-security
open
code-quality
1

receiving-code-review

接收代码审查反馈时使用,在实施建议之前,特别是当反馈不清晰或技术上有疑问时。需要技术严谨和验证,而不是盲目实施。Use when receiving code review feedback - requires technical rigor and verification, not blind implementation.

hxk622
hxk622
testing-security
open
code-quality
1

code-reviewer

Perform systematic code reviews following best practices and team standards

sfmskywalker
sfmskywalker
testing-security
open
code-quality
1

test-model

Validate model correctness using MCP tools. Checks element references, relationships, view definitions, and syntax.

a-scolan
a-scolan
testing-security
open
code-quality
1

frontend-code-review

Trigger when the user requests a review of frontend files (e.g., `.tsx`, `.ts`, `.js`). Support both pending-change reviews and focused file reviews while applying the checklist rules.

pplmx
pplmx
testing-security
open
code-quality
1

config-validator

Validate wavecapsdr.yaml configuration files for syntax errors, schema violations, and logical inconsistencies. Use when editing config, troubleshooting startup failures, or verifying recipe/preset definitions before deployment.

TobiasWooldridge
TobiasWooldridge
testing-security
open
code-quality
1

code-review

This skill should be used when conducting focused code reviews that emphasize clarity, data flow understanding, and minimal assumptions. Trigger when reviewing pull requests, code changes, or when explicitly asked to review code. Produces structured reviews with priority-based feedback.

nirukk52
nirukk52
testing-security
open
code-quality
1

linter

Go コードの静的解析を実行する。「lint して」「静的解析」「golangci-lint」「コードチェック」「lint 実行」「警告を確認」「lint エラー確認」などで起動。

shiiman
shiiman
testing-security
open
code-quality
1

enforce-guidelines

Mandatory skill that ensures all work follows RAE guidelines. Activates automatically before any code task.

peabody124
peabody124
testing-security
open
code-quality
1

code-reviewer

Go コードをレビューする。「コードレビューして」「Go のレビュー」「レビューお願い」「コード確認」「品質チェック」「ベストプラクティス確認」「改善点を教えて」などで起動。

shiiman
shiiman
testing-security
open
code-quality
1

code-reviewer

コードベースの品質・セキュリティ・パフォーマンスを包括的に検証し、改善計画を策定するスキル。コードレビュー、セキュリティチェック、バグ検出、パフォーマンス最適化が必要な場合に自動的にトリガーされる。対象:(1) コード変更のレビュー依頼、(2) セキュリティ脆弱性の検出、(3) パフォーマンス改善の提案、(4) 潜在的なバグの発見、(5) SOW形式での改善計画策定。

sotono-046
sotono-046
testing-security
open
code-quality
1

coding-philosophy

Enforces immutable coding principles, function structure ordering, functional programming patterns, TDD, clean deletion, and YAGNI+SOLID+DRY+KISS principles for this codebase. This skill should be used when writing or reviewing TypeScript/React code in this project, particularly when creating hooks, utility functions, or components. Use this skill to ensure code follows the established patterns for immutability, proper ordering of statements, functional transformations, test-driven development, and simplicity (preferring Occam's Razor/KISS when principles conflict).

CodySwannGT
CodySwannGT
testing-security
open
code-quality
1

typescript

Provides comprehensive TypeScript development expertise and coding standards. Ensures type safety through strict type checking, implements clean code patterns, and maintains consistent architectural decisions. Specializes in advanced type system features including generics, conditional types, mapped types, and template literal types. Use when: working with TypeScript files (.ts/.tsx), defining type definitions and interfaces, implementing generic programming patterns, designing type-safe APIs, handling complex type transformations, integrating TypeScript with React/Vue/Angular frameworks, configuring strict mode settings, resolving type errors, or optimizing type performance in large codebases.

KubrickCode
KubrickCode
testing-security
open
code-quality
1

code-review

Code review guidelines for commits and file changes. Covers four categories: Quality (security, correctness, maintainability), Regression (breaking changes, API compatibility), Documentation (code docs, changelogs), and Performance (optimization, efficiency).

jiyeol-lee
jiyeol-lee
testing-security
open
Previous
Page 75 / 112
Next