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
1.3K

windows-hook-debugging

Windows环境下Claude Code插件Hook执行错误的诊断与修复。当遇到hook error、cannot execute binary file、.sh regex误匹配、WSL/Git Bash冲突时使用。

foryourhealth111-pixel
foryourhealth111-pixel
testing-security
open
code-quality
1.3K

vibe

Vibe Code Orchestrator (VCO) is a governed runtime entry that freezes requirements, plans XL-first execution, and enforces verification and phase cleanup.

foryourhealth111-pixel
foryourhealth111-pixel
testing-security
open
security
1.3K

security-reviewer

Security review wrapper for vibe review flow. Detects OWASP-style risks, secret leaks, auth flaws, and unsafe input handling.

foryourhealth111-pixel
foryourhealth111-pixel
testing-security
open
testing
1.3K

hypothesis-testing

Property-based testing with Hypothesis for discovering edge cases and validating invariants. Use when implementing comprehensive test coverage, testing complex logic with many inputs, or validating mathematical properties and invariants across input domains. Triggered by: hypothesis, property-based testing, @given, strategies, generative testing.

foryourhealth111-pixel
foryourhealth111-pixel
testing-security
open
testing
1.3K

property-based-testing

Property-based testing with fast-check (TypeScript/JavaScript) and Hypothesis (Python). Generate test cases automatically, find edge cases, and test mathematical properties. Use when user mentions property-based testing, fast-check, Hypothesis, generating test data, QuickCheck-style testing, or finding edge cases automatically.

foryourhealth111-pixel
foryourhealth111-pixel
testing-security
open
testing
1.3K

tdd-guide

Test-driven development wrapper for vibe coding flow. Enforces RED -> GREEN -> REFACTOR and >=80% coverage target.

foryourhealth111-pixel
foryourhealth111-pixel
testing-security
open
code-quality
1.3K

triage-reviews

Fetch PR review comments, verify each against real code/docs, fix valid issues, commit and push

stickerdaniel
stickerdaniel
testing-security
open
testing
1.3K

noir-frontend-tests

Guide for writing noirc_frontend unit tests. Use when adding, writing, or reviewing frontend tests — regression tests, reproduction tests, error-checking tests, or should_panic tests in the compiler frontend.

noir-lang
noir-lang
testing-security
open
code-quality
1.3K

opensquad-dev

opensquad development checklist — verifies templates sync, package integrity, and distribution correctness.

renatoasse
renatoasse
testing-security
open
testing
1.3K

dust-test

Step-by-step guide for writing focused, practical tests for Dust codebases following the 80/20 principle.

dust-tt
dust-tt
testing-security
open
code-quality
1.3K

web-design-guidelines

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", "check my site against best practices", or "web interface guidelines".

CloudAI-X
CloudAI-X
testing-security
open
testing
1.3K

designing-tests

Designs and implements testing strategies for any codebase. Use when adding tests, improving coverage, setting up testing infrastructure, debugging test failures, or when asked about unit tests, integration tests, or E2E testing.

CloudAI-X
CloudAI-X
testing-security
open
security
1.3K

security-patterns

Implements authentication, authorization, encryption, secrets management, and security hardening patterns. Use when designing auth flows, managing secrets, configuring CORS, implementing rate limiting, or when asked about JWT, OAuth, password hashing, API keys, RBAC, or security best practices.

CloudAI-X
CloudAI-X
testing-security
open
code-quality
1.3K

codex-autoresearch

Autonomous long-running iteration for Codex CLI. Use when the user wants Codex to plan or run an unattended improve-verify loop toward a measurable or verifiable outcome, especially for overnight runs; it also covers repeated debugging, fixing, security auditing, and ship-readiness workflows. Do not use for ordinary one-shot coding help or casual Q&A.

leo-lilinxiao
leo-lilinxiao
testing-security
open
testing
1.3K

test

Run tests for a specific SDK module. Use when asked to "run tests", "test module", "run unit tests", "run system tests", "run e2e tests", or test a specific class. Auto-detects unit vs system tests. Supports interactive mode.

getsentry
getsentry
testing-security
open
security
1.3K

ctf-crypto

Provides cryptography attack techniques for CTF challenges. Use when attacking encryption, hashing, signatures, ZKP, PRNG, or mathematical crypto problems involving RSA, AES, ECC, lattices, LWE, CVP, number theory, Coppersmith, Pollard, Wiener, padding oracle, GCM, key derivation, or stream/block cipher weaknesses.

ljagiello
ljagiello
testing-security
open
security
1.3K

ctf-web

Provides web exploitation techniques for CTF challenges. Use when the target is primarily an HTTP application, API, browser client, template engine, identity flow, or smart-contract frontend/backend surface, including XSS, SQLi, SSTI, SSRF, XXE, JWT, auth bypass, file upload, request smuggling, OAuth/OIDC, SAML, prototype pollution, and similar web bugs. Do not use it for native binary memory corruption, reverse engineering of standalone executables, disk or memory forensics, or pure cryptanalysis unless the web flaw is still the main path to the flag.

ljagiello
ljagiello
testing-security
open
testing
1.3K

ctf-writeup

Generates a single standardized submission-style CTF writeup for competition handoff and organizer review. Use after solving a CTF challenge to document the solution steps, tools used, and lessons learned in a structured format.

ljagiello
ljagiello
testing-security
open
security
1.3K

atmos-auth

Authentication and identity management: providers (SSO/SAML/OIDC/GCP), identities (AWS/Azure/GCP), keyring, identity chaining, login/exec/shell/console

cloudposse
cloudposse
testing-security
open
testing
1.3K

test-skill

A test skill for unit testing the Atmos skill marketplace functionality

cloudposse
cloudposse
testing-security
open
testing
1.3K

writing-react-native-storybook-stories

Create and edit React Native Storybook stories using Component Story Format (CSF). Use when writing .stories.tsx files, adding stories to React Native components, configuring Storybook addons (controls, actions, backgrounds, notes), setting up argTypes, decorators, parameters, or working with portable stories for testing. Applies to any task involving @storybook/react-native story authoring.

storybookjs
storybookjs
testing-security
open
testing
1.3K

test-workflow

This is a test workflow for unit testing purposes.

nanobot-ai
nanobot-ai
testing-security
open
security
1.3K

audit

Autonomous mobile security audit aligned with OWASP MASTG v2. Performs checklist-driven analysis across MASVS categories: storage, crypto, network, platform, code, resilience, privacy. Exports structured markdown report with MASTG test references.

ChiChou
ChiChou
testing-security
open
code-quality
1.2K

improve-code-quality

Analyze and improve code quality for any path in the monorepo. Use whenever the user asks to improve, audit, review, clean up, refactor, lint, or check code quality for a directory or file. Also trigger for requests about security review, performance optimization, robustness checks, dependency audits, or readability improvements. Activate for any mention of code quality, code health, code smells, tech debt, or cleanup tasks targeting a specific path. Even if the user just says "check this code" or "review crates/foo", this skill applies.

moonrepo
moonrepo
testing-security
open
Previous
Page 99 / 389
Next