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
testing
618

characterisation-tests

Use when modifying existing code that lacks tests and you need to document its actual current behavior before making changes -- the legacy code dilemma where you need tests to refactor safely but the code was not written for testability. Specifically for understanding and pinning down what code currently does, not what it should do. Do NOT use for test-driving new behavior (see tdd), general test writing patterns (see testing), verifying test effectiveness (see mutation-testing), or making untestable code testable (see finding-seams).

citypaul
citypaul
testing-security
open
testing
618

finding-seams

Use when existing code has untestable dependencies that prevent writing tests -- direct construction of collaborators, static or global function calls, tight coupling to external systems, or singleton access patterns. Specifically for identifying substitution points (seams) that make legacy or tightly-coupled code testable without editing at the call site. Do NOT use for greenfield TDD (see tdd), general test writing patterns (see testing), or refactoring already-tested code (see refactoring).

citypaul
citypaul
testing-security
open
testing
618

test-design-reviewer

Evaluates test quality using Dave Farley's 8 properties. Use when reviewing tests, assessing test suite quality, or analyzing test effectiveness against TDD best practices.

citypaul
citypaul
testing-security
open
testing
615

quality-assurance

Comprehensive testing and validation strategies for spec-driven development. Learn phase-specific validation techniques, quality gates, and testing approaches to ensure high-quality implementation.

jasonkneen
jasonkneen
testing-security
open
testing
615

test-script

Use when writing or modifying .txt test scripts in testdata/script/ for git-spice - covers txtar format, end-to-end testing, ShamHub forge simulation, interactive prompts, and golden file comparisons for branch operations and stack workflows.

abhinav
abhinav
testing-security
open
testing
614

regression-test

Run regression tests for voxtype releases. Use before major releases to verify core functionality, CLI commands, and configuration handling.

peteonrails
peteonrails
testing-security
open
testing
614

smoke-test

Run interactive smoke tests for voxtype. Tests recording cycles, CLI overrides, signal handling, and service management. Use after installing a new build.

peteonrails
peteonrails
testing-security
open
code-quality
612

review-component

This rule helps in reviewing the component before shipping to make sure all important things are checked

razorpay
razorpay
testing-security
open
testing
612

write-unit-tests

This rule helps in writing and running unit tests for components of blade design system

razorpay
razorpay
testing-security
open
code-quality
610

kcli-testing

Guides testing and code quality for kcli. Use when writing tests, running linting, or validating changes before committing.

karmab
karmab
testing-security
open
testing
609

e2e-testing

Playwright E2E testing and Lighthouse performance auditing. Use when setting up E2E tests, running Playwright tests, performing Lighthouse audits, or debugging E2E test failures.

etewiah
etewiah
testing-security
open
testing
609

rails-testing

Help with Rails testing including unit tests, integration tests, fixtures, and debugging test failures. Use when working on tests or debugging test issues.

etewiah
etewiah
testing-security
open
testing
608

hands-on-test

Performs manual hands-on testing of a web application using playwright-cli. Spawns the dev server if needed, navigates to pages, performs browser actions, captures screenshots, checks outcomes, and produces a structured test report. Use when the user wants to visually verify a web feature, perform exploratory testing, or validate UI behavior.

ktnyt
ktnyt
testing-security
open
code-quality
607

use-modern-go

Apply modern Go syntax guidelines based on project's Go version. Use when user ask for modern Go code guidelines.

JetBrains
JetBrains
testing-security
open
code-quality
607

text-encoding

Safely inspect and edit Chinese text resources, translation tables, and UI copy without introducing encoding corruption. Use when touching UiPreferences.kt, localized strings, SKILL.md text, README translations, or when terminal output looks garbled.

ModalityDance
ModalityDance
testing-security
open
code-quality
607

sec-check

Security review checklist for Convex functions, auth logic, public queries, admin routes, webhooks, uploads, and AI-generated code. Use when reviewing code that touches user data, PII, or access control.

waynesutton
waynesutton
testing-security
open
testing
606

post-test-cleanup

测试完成后的扫尾清理流程。在向某个工作区发送测试指令(如长篇文章生成、耗时任务)后,用此流程彻底清除测试痕迹,防止测试消息残留在会话上下文中持续消耗 token 额度。

riba2534
riba2534
testing-security
open
testing
605

review-and-submit

Lightweight review-fix loop (2 rounds, 1 agent each), then create PR and merge

stablyai
stablyai
testing-security
open
code-quality
604

creating-claude-hooks

Use when creating or publishing Claude Code hooks - covers executable format, event types, JSON I/O, exit codes, security requirements, and PRPM package structure

AgentWorkforce
AgentWorkforce
testing-security
open
code-quality
604

hooks-automation

Configure Claude Code hooks for automated coordination and learning

ruvnet
ruvnet
testing-security
open
testing
604

browser-testing-with-screenshots

Use when testing web applications with visual verification - automates Chrome browser interactions, element selection, and screenshot capture for confirming UI functionality

AgentWorkforce
AgentWorkforce
testing-security
open
testing
604

sparc-methodology

SPARC development methodology for systematic test-driven development

ruvnet
ruvnet
testing-security
open
code-quality
603

rezi-keybindings

Set up keyboard shortcuts and chord bindings for a Rezi app. Use when adding hotkeys, key combos, or modal input modes.

RtlZeroMemory
RtlZeroMemory
testing-security
open
testing
603

rezi-write-tests

Write tests for Rezi widgets, screens, or app logic using createTestRenderer and node:test.

RtlZeroMemory
RtlZeroMemory
testing-security
open
Previous
Page 131 / 389
Next