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
code-quality
8.6K

design-review

Reviews a game design document for completeness, internal consistency, implementability, and adherence to project design standards. Run this before handing a design document to programmers.

Donchitos
Donchitos
testing-security
open
code-quality
8.6K

release-checklist

Generates a comprehensive pre-release validation checklist covering build verification, certification requirements, store metadata, and launch readiness.

Donchitos
Donchitos
testing-security
open
code-quality
8.6K

skill-improve

Improve a skill using a test-fix-retest loop. Runs static checks, proposes targeted fixes, rewrites the skill, re-tests, and keeps or reverts based on score change.

Donchitos
Donchitos
testing-security
open
code-quality
8.6K

skill-test

Validate skill files for structural compliance and behavioral correctness. Three modes: static (linter), spec (behavioral), audit (coverage report).

Donchitos
Donchitos
testing-security
open
code-quality
8.6K

ux-review

Validates a UX spec, HUD design, or interaction pattern library for completeness, accessibility compliance, GDD alignment, and implementation readiness. Produces APPROVED / NEEDS REVISION / MAJOR REVISION NEEDED verdict with specific gaps.

Donchitos
Donchitos
testing-security
open
testing
8.6K

gate-check

Validate readiness to advance between development phases. Produces a PASS/CONCERNS/FAIL verdict with specific blockers and required artifacts. Use when user says 'are we ready to move to X', 'can we advance to production', 'check if we can start the next phase', 'pass the gate'.

Donchitos
Donchitos
testing-security
open
testing
8.6K

playtest-report

Generates a structured playtest report template or analyzes existing playtest notes into a structured format. Use this to standardize playtest feedback collection and analysis.

Donchitos
Donchitos
testing-security
open
testing
8.6K

quick-design

Lightweight design spec for small changes — tuning adjustments, minor mechanics, balance tweaks. Skips full GDD authoring when a system GDD already exists or the change is too small to warrant one. Produces a Quick Design Spec that embeds directly into story files.

Donchitos
Donchitos
testing-security
open
testing
8.6K

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is story X ready to implement'.

Donchitos
Donchitos
testing-security
open
testing
8.6K

test-helpers

Generate engine-specific test helper libraries for the project's test suite. Reads existing test patterns and produces tests/helpers/ with assertion utilities, factory functions, and mock objects tailored to the project's systems. Reduces boilerplate in new test files.

Donchitos
Donchitos
testing-security
open
code-quality
8.6K

repo-source-code-review

Review pull requests and source code changes in /library/src/. Use when reviewing PRs, validating implementation patterns, or checking code quality before merging. Covers code quality checks, type safety, documentation review, test coverage, and common issues to watch for.

open-circle
open-circle
testing-security
open
code-quality
8.5K

license-compliance

Ensures all new files include proper Apache 2.0 license headers. Use when creating any new file in the Apache Beam repository.

apache
apache
testing-security
open
testing
8.5K

route-tester

Test authenticated routes in the your project using cookie-based authentication. Use this skill when testing API endpoints, validating route functionality, or debugging authentication issues. Includes patterns for using test-auth-route.js and mock authentication.

diet103
diet103
testing-security
open
code-quality
8.1K

readable-py

Readable Python code rules inspired by The Art of Readable Code. Use when writing, reviewing, or refactoring Python code. Enforces short functions, flat control flow, clear naming, readable structure, and Pythonic idioms.

crazyguitar
crazyguitar
testing-security
open
code-quality
8.1K

add-autogate

Step-by-step guide for adding a new autogate to workerd for gradual rollout of risky changes, including enum registration, string mapping, usage pattern, and testing.

cloudflare
cloudflare
testing-security
open
code-quality
8.1K

bazel-test-hygiene

Mandatory rules for running bazel tests during development. Load this skill before running any bazel test command, especially when validating fixes or verifying regression tests. Prevents false confidence from cached results, filter flags that silently match nothing, and partial test runs that miss breakage.

cloudflare
cloudflare
testing-security
open
code-quality
8.1K

kj-style

KJ/workerd C++ style guidelines for code review. Covers naming, type usage, memory management, error handling, inheritance, constness, and formatting conventions. Load this skill when reviewing or writing C++ code in the workerd codebase.

cloudflare
cloudflare
testing-security
open
code-quality
8.1K

receiving-code-review

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

cloudflare
cloudflare
testing-security
open
code-quality
8.1K

ts-style

JS/TS style guidelines and review checklist for workerd. Covers TypeScript strictness, import conventions, export patterns, private field syntax, error handling, feature gating, and test structure. Load this skill when reviewing or writing JavaScript or TypeScript code in src/node/, src/cloudflare/, or JS/TS test files under src/workerd/.

cloudflare
cloudflare
testing-security
open
code-quality
8.1K

update-v8

Step-by-step guide for updating the V8 JavaScript engine in workerd, including patch rebasing, dependency updates, integrity hashes, and verification. Load this skill when performing or assisting with a V8 version bump.

cloudflare
cloudflare
testing-security
open
code-quality
8.1K

verification-before-completion

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

cloudflare
cloudflare
testing-security
open
testing
8.1K

find-and-run-tests

How to find, build, and run tests in workerd. Covers wd-test, kj_test target naming, bazel query patterns, and common flags. Also covers parent project integration tests if workerd is used as a submodule. Load this skill when you need to locate or run a test and aren't sure of the exact target name or invocation.

cloudflare
cloudflare
testing-security
open
testing
8.1K

test-driven-investigation

Use when investigating bugs, crashes, assertions, or unexpected behavior - requires writing a reproducing test early instead of over-analyzing source code; concrete experiments over mental models

cloudflare
cloudflare
testing-security
open
testing
8.1K

wd-test-format

Detailed guide for authoring .wd-test files in workerd, with examples of bindings, Durable Objects, multi-service configs, TypeScript tests, and network access.

cloudflare
cloudflare
testing-security
open
Previous
Page 30 / 389
Next