home/categories/testing-security
domain cluster

Testing & Security

QA, penetration testing, and code quality.

9326 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
testing
5.3K

test

Generate or run tests. Auto-detects test framework, generates comprehensive tests for source files, or runs existing test suites with failure analysis.

gsd-build
gsd-build
testing-security
open
code-quality
5.2K

add-eval-dataset-config

Guide for adding and validating evaluation dataset configuration in slime. Use when user wants to configure eval datasets via --eval-config or --eval-prompt-data, add per-dataset overrides, or customize evaluation rollout behavior.

THUDM
THUDM
testing-security
open
code-quality
5.2K

reviewing-restate-handlers

Reviews restate handler code in svc/ctrl/worker to find restate client calls (service calls, state access, sleep, etc.) incorrectly placed inside restate.Run, restate.RunVoid, or restate.RunAsync closures. Use when reviewing restate handlers, checking restate.Run usage, or auditing worker service code.

unkeyed
unkeyed
testing-security
open
code-quality
5.2K

self-review

Self-review your own work before committing. Fight entropy, ensure quality, leave the codebase better than you found it.

unkeyed
unkeyed
testing-security
open
code-quality
5.2K

code-review

Quick review checklist for python and scala code changes before callings it done.

microsoft
microsoft
testing-security
open
code-quality
5.2K

auto-docstring-rules

Enforces dlt docstring conventions. Use when writing or modifying docstrings, classes, or function signatures in Python files.

dlt-hub
dlt-hub
testing-security
open
code-quality
5.2K

auto-import-rules

Enforces dlt import conventions and ordering. Use when writing or modifying Python imports in dlt/ or tests/.

dlt-hub
dlt-hub
testing-security
open
code-quality
5.2K

frb-debugging

Use when generated code looks wrong, code generation fails, or you need to understand FRB internals

fzyzcjy
fzyzcjy
testing-security
open
code-quality
5.2K

frb-lint

Use when you need to run lint, format, or clippy checks in flutter_rust_bridge

fzyzcjy
fzyzcjy
testing-security
open
testing
5.2K

frb-develop-feature

Use when adding tests or developing new features in flutter_rust_bridge, when compilation is slow, or when learning twin test naming conventions

fzyzcjy
fzyzcjy
testing-security
open
testing
5.2K

frb-fix-ci

Use when CI fails in flutter_rust_bridge - before deep investigation

fzyzcjy
fzyzcjy
testing-security
open
testing
5.2K

frb-test

Use when needing to run tests locally in flutter_rust_bridge, or when debugging test failures before pushing

fzyzcjy
fzyzcjy
testing-security
open
code-quality
5.2K

docs-pr-write

Write or update Tempo docs for user-facing PR changes identified by docs-pr-check

grafana
grafana
testing-security
open
code-quality
5.2K

docs-review

Review documentation changes for style, accuracy, and completeness. Use when docs have been written or updated and need a quality check before submission.

grafana
grafana
testing-security
open
code-quality
5.2K

umb-review

Automated PR code review for Umbraco CMS. Analyzes changed files for intent, impact on consumers, breaking changes, architecture compliance, and code quality. Non-interactive — outputs a full structured review. Use this skill whenever the user asks to review a branch, review a PR, check their changes for issues, analyze a diff, or validate breaking change patterns — even if they don't say "review" explicitly. Does NOT apply to writing new code, fixing bugs, refactoring, explaining architecture, writing tests, or reviewing documentation content.

umbraco
umbraco
testing-security
open
code-quality
5.1K

polish

Performs a final quality pass fixing alignment, spacing, consistency, and micro-detail issues before shipping. Use when the user mentions polish, finishing touches, pre-launch review, something looks off, or wants to go from good to great.

fengshao1227
fengshao1227
testing-security
open
code-quality
5.1K

hi

反拒绝覆写(/hi)。将当前会话最近一条模型输出整体替换为通用同意模板,无需正则匹配。

fengshao1227
fengshao1227
testing-security
open
code-quality
5.1K

verify-change

变更校验关卡。分析代码变更,检测文档同步状态,评估变更影响范围。当用户提到变更检查、文档同步、代码审查、提交前检查、diff分析时使用。在设计级变更、重构完成时自动触发。

fengshao1227
fengshao1227
testing-security
open
code-quality
5.1K

verify-module

模块完整性校验关卡。扫描目录结构、检测缺失文档、验证代码与文档同步。当用户提到模块校验、文档检查、结构完整性、README检查、DESIGN检查时使用。在新建模块完成时自动触发。

fengshao1227
fengshao1227
testing-security
open
code-quality
5.1K

verify-quality

代码质量校验关卡。检测复杂度、重复代码、命名规范、函数长度等质量指标。当用户提到代码质量、复杂度检查、代码异味、重构建议、lint检查、代码规范时使用。在复杂模块、重构完成时自动触发。

fengshao1227
fengshao1227
testing-security
open
security
5.1K

verify-security

安全校验关卡。自动扫描代码安全漏洞,检测危险模式,确保安全决策有文档记录。当用户提到安全扫描、漏洞检测、安全审计、代码安全、OWASP、注入检测、敏感信息泄露时使用。在新建模块、安全相关变更、攻防任务、重构完成时自动触发。

fengshao1227
fengshao1227
testing-security
open
testing
5.1K

mooncake-ci-local

Run Mooncake CI test suite locally — maps GitHub Actions CI steps to local commands. Use this skill whenever the user wants to run tests locally, reproduce a CI failure, check if their changes break tests, or run any subset of the CI test suite (C++ unit tests via ctest, Python integration tests, code format checks, or the full test pipeline). Trigger on phrases like "run tests", "run CI locally", "reproduce CI failure", "check my changes", "test before PR", "run ctest", "run python tests", "run all tests".

kvcache-ai
kvcache-ai
testing-security
open
testing
5.1K

windows-mcp-tool-tester

Automated testing skill for Windows-MCP tools. Use this skill whenever the user wants to test, validate, benchmark, or evaluate any Windows-MCP tool (App, PowerShell, Screenshot, Snapshot, Click, Type, Scroll, Move, Shortcut, Wait, MultiSelect, MultiEdit, Clipboard, Process, Notification, FileSystem, Registry, Scrape). Triggers on phrases like "test the Click tool", "benchmark Screenshot", "validate FileSystem", "run QA on Registry", "check if PowerShell works", "evaluate tool performance", or any mention of testing/validating a Windows-MCP tool. Each invocation tests exactly ONE tool.

CursorTouch
CursorTouch
testing-security
open
code-quality
5K

check-cross-layer

Post-implementation verification across multiple code dimensions: cross-layer data flow, code reuse analysis, import path validation, and same-layer consistency checks. Identifies missed update sites, type mismatches, and duplicated constants. Use when changes span 3+ architectural layers, after modifying shared constants or configs, after batch file modifications, or when creating new utility functions.

mindfold-ai
mindfold-ai
testing-security
open
Previous
Page 36 / 389
Next