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
0

git-commit-convention

Enforces the Bedriftsgrafen project's strict git commit message format and policies.

Bedriftsgrafen
Bedriftsgrafen
testing-security
open
code-quality
0

self-reviewing-code

Self-review checklist before marking PR ready - catch clarity, correctness, and maintainability issues with fresh eyes

bryonjacob
bryonjacob
testing-security
open
code-quality
0

pr-review

Guidelines for conducting thorough pull request code reviews

tvdavies
tvdavies
testing-security
open
code-quality
0

code-documentation-standards

Comprehensive code documentation standards and guidelines for maintaining up-to-date documentation across Python, HTML, CSS, and JavaScript codebases. Use when creating or modifying code to ensure proper documentation practices and maintainable code.

findinfinitelabs
findinfinitelabs
testing-security
open
code-quality
0

global-commenting

Write minimal, evergreen code comments that explain complex logic without documenting obvious behavior or temporary changes. Use this skill when adding comments to PHP files, TypeScript/JavaScript files, or any code files, when documenting complex algorithms or business logic, when adding PHPDoc blocks or JSDoc comments, when writing self-documenting code with clear naming, or when reviewing existing comments for relevance and necessity. Focus on keeping code self-explanatory through clear structure and naming rather than relying heavily on comments.

DevanB
DevanB
testing-security
open
code-quality
0

validate-docs-implementation

Load when user says "validate docs", "check documentation consistency", "docs vs implementation", or "find documentation mismatches". Systematically compares implementation code against documentation to identify and fix inconsistencies.

abdullahbeam
abdullahbeam
testing-security
open
code-quality
0

auto-linter

Run linters/formatters on changed files and apply safe, mechanical fixes. Use in Flow 3 and Flow 4.

EffortlessMetrics
EffortlessMetrics
testing-security
open
code-quality
0

code-review

Review code changes following RT Stack conventions and best practices. 按照 RT Stack 规范和最佳实践审查代码变更。 Use when: - Reviewing pull requests - Checking code quality before commit - User mentions "review", "check code", "审查代码", "代码检查"

coderguai
coderguai
testing-security
open
code-quality
0

test-and-quality-gates

Run and interpret eo-processor quality gates (Rust+Python) and add the right tests for changes. Use when verifying work, fixing CI failures, or before committing PR-ready changes (fmt/clippy, ruff/mypy, pytest/tox, coverage, and minimal regression tests).

BnJam
BnJam
testing-security
open
code-quality
0

eld-ground-evaluate

PCE (Process-Context Engine) の出力評価スキル。生成物の品質とLaw(法則)との整合性を検証する。 LDE(Law-Driven Engineering)との統合により、Law遵守チェックも実行。 トリガー条件: - コード生成後(「このコードをレビューして」) - 設計完了後(「設計をチェックして」) - PRマージ前(「マージ前の確認をして」) - 「品質チェックして」 - 「整合性を確認して」 - 「Law遵守をチェックして」

CAPHTECH
CAPHTECH
testing-security
open
code-quality
0

code-review

Review production code for bugs, security vulnerabilities, performance issues, and maintainability. Use when reviewing pull requests, code changes, or assessing code quality.

pathvanasoftware
pathvanasoftware
testing-security
open
code-quality
0

defense-in-depth

This skill should be used when the user asks for "defensive coding", "input validation", "prevent bugs", "multiple validation layers", or when fixing bugs caused by invalid data reaching deep execution. Validates at every layer.

pproenca
pproenca
testing-security
open
code-quality
0

external-docs

Verify external libraries, APIs, and frameworks against current documentation before writing code. Use when about to implement features using external dependencies, when writing import statements for third-party libraries, when unsure if a pattern or method is current, or when the user mentions grounding or verification.

eaasxt
eaasxt
testing-security
open
code-quality
0

coding-convention

Kotlin 코드 작성, 코드 리뷰, 리팩토링 시 사용. 네이밍 규칙, 함수/클래스 설계, 레이어별 책임 분리 등 코딩 컨벤션을 따름.

mkroo
mkroo
testing-security
open
code-quality
0

code-quality-management

Implements and enforces code quality gates for TypeScript/React projects. Use when setting up Biome/ESLint/TypeScript, configuring pre-commit hooks (Husky), fixing lint errors, or running quality checks. Examples - "setup code quality", "fix lint errors", "configure Biome", "run quality checks".

d-oit
d-oit
testing-security
open
code-quality
0

code-quality-standards

Use when writing any code - enforces clean architecture with descriptive names, real implementations, no backward compatibility concerns, and no lint suppressions

yuann3
yuann3
testing-security
open
code-quality
0

flow-error-eslint-compliance

Fix ESLint issues in migrated Output SDK code. Use when seeing lint errors after migration, or when writing new Output SDK code that needs to follow project conventions.

growthxai
growthxai
testing-security
open
code-quality
0

frontend-code-review

Review frontend code for quality, performance, UX, and consistency. Use for .tsx/.ts UI changes or before merges.

HuynhSang2005
HuynhSang2005
testing-security
open
code-quality
0

terraform-coding-style

Terraformコードのフォーマット、命名規則、およびスタイルの一貫性をチェックします。ユーザーがコードのフォーマット、スタイルのチェック、またはコードの一貫性の確認を求めた場合に使用してください。

t-taketake
t-taketake
testing-security
open
code-quality
0

preview

See what breaks BEFORE you edit. Type errors, affected callers, required tests.

Technikhighknee
Technikhighknee
testing-security
open
code-quality
0

cpp14-code-review

AUTOSAR C++14およびCERT C++コーディング規約に準拠したC++14コードレビュー。安全性重視のC++システムのコードレビュー、セキュリティ監査、品質評価、静的解析ツール設定を行う際に使用。

SuperPyonchiX
SuperPyonchiX
testing-security
open
code-quality
0

code-reviewer

Review code for correctness, maintainability, performance, and security. Produce actionable, prioritized feedback and concrete fixes aligned with repo standards.

Masked-Kunsiquat
Masked-Kunsiquat
testing-security
open
code-quality
0

structured-review

Automatically invoked when conducting reviews (code, specs, architecture, UX). Ensures systematic analysis and actionable findings with consistent format.

aandersland
aandersland
testing-security
open
code-quality
0

type-check

Rustプロジェクトの型チェック・コンパイルチェック実行スキル。cargo checkによるコンパイルエラー、型エラー検出とレポート。型チェック実行時は必ずエージェント(Task tool)を使用し、直接Bashで型チェックコマンドを実行しない。

DIO0550
DIO0550
testing-security
open
Previous
Page 84 / 112
Next