home/categories/testing-security
domain cluster

Testing & Security

QA, penetration testing, and code quality.

9326 اسکلزall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
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
testing
0

pytest

Comprehensive pytest testing skill for Python projects with specialized FastAPI support. Use when: (1) User wants to generate test files for existing code, (2) User asks about pytest patterns, best practices, fixtures, or test organization, (3) User is working with FastAPI testing (TestClient, async tests, dependency overrides, authentication), (4) User needs help writing tests, configuring pytest, or organizing test suites. Includes test generation script, FastAPI-specific patterns, fixture templates, and comprehensive pytest reference documentation.

mmbilal2725
mmbilal2725
testing-security
open
testing
0

api-documentation-verify

Verifies API documentation against source code to eliminate fabricated claims, ensure accuracy, and validate examples. Zero tolerance for unverified claims, marketing language, or non-runnable code examples. Use before committing API docs or during documentation reviews.

meriley
meriley
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
code-quality
0

verification-before-completion

Enforce evidence-based completion claims with actual command output. Use before (1) claiming tests pass, (2) claiming a bug is fixed, (3) claiming a task completed successfully, (4) claiming performance improved, (5) saying "ready for review". Prevents phrases like "should pass" or "that should fix it" - requires fresh verification evidence.

nandkapadia
nandkapadia
testing-security
open
code-quality
0

fix-application

Apply fixes to entities/components with best practice validation. Searches library docs for simpler patterns, checks for built-in features, validates fixes maintain performance and architectural integrity. Integrates with breath-synchronization skill for breathing-related fixes. Works with parameter tuning, library pattern replacement, and performance optimization.

jamespacileo
jamespacileo
testing-security
open
Previous
Page 299 / 389
Next