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

server-deployment

Running durable stream servers. DurableStreamTestServer for development (Node.js, @durable-streams/server, not for production), Caddy plugin for production with Caddyfile configuration, data_dir for file-backed persistence, max_file_handles tuning, long_poll_timeout, server binary downloads for macOS Linux Windows, @durable-streams/cli tool setup, conformance test runner.

durable-streams
durable-streams
testing-security
open
code-quality
1.4K

nsfc-code

根据 NSFC 标书正文内容,结合申请代码推荐库,为你给出 5 组申请代码1/2(主/次)推荐与理由;输出到 NSFC-CODE-vYYYYMMDDHHmm.md(只读,不修改标书)

huangwb8
huangwb8
testing-security
open
code-quality
1.4K

nsfc-humanization

去除 NSFC 标书中的 AI 机器味,使文本读起来像资深领域专家亲笔撰写(不适用:非标书内容/需修改格式/需补充新内容)

huangwb8
huangwb8
testing-security
open
code-quality
1.4K

nsfc-qc

当用户明确要求"标书QC/质量控制/润色前质检/引用真伪核查/篇幅与结构检查"时使用。对 NSFC 标书进行只读质量控制:并行多线程独立检查文风生硬、引用假引/错引风险、篇幅与章节分布、逻辑清晰度等,最终输出标准化 QC 报告;中间文件默认归档到“交付目录内的隐藏工作区(.nsfc-qc/)”,并兼容 legacy `.nsfc-qc/`。

huangwb8
huangwb8
testing-security
open
code-quality
1.4K

nsfc-reviewers

当用户明确要求"评审国自然标书"、"模拟专家评审"、"审阅 NSFC 申请书"时使用。模拟领域专家视角对 NSFC 标书进行多维度评审,输出分级问题与可执行修改建议。⚠️ 不适用:用户只是想写/改标书某个章节(应使用 nsfc-*-writer 系列技能)、只是想了解评审标准(应直接回答)、没有明确"评审/审阅"意图。

huangwb8
huangwb8
testing-security
open
code-quality
1.4K

skillshare-codebase-audit

Cross-validate CLI flags, docs, tests, and targets for consistency across the codebase. Use this skill whenever the user asks to: audit the codebase, check for consistency issues, find undocumented flags, verify test coverage, validate targets.yaml, check handler split conventions, or verify oplog instrumentation. This is a read-only audit — it reports issues but never modifies files. Use after large refactors, before releases, or whenever you suspect docs/code/tests have drifted out of sync.

runkids
runkids
testing-security
open
testing
1.4K

skillshare-cli-e2e-test

Run isolated E2E tests in devcontainer from ai_docs/tests runbooks. Use this skill whenever the user asks to: run an E2E test, execute a test runbook, validate a feature end-to-end, create a new runbook, or test CLI behavior in isolation. If you need to run a multi-step CLI validation sequence (init → install → sync → verify), this is the skill — it handles ssenv isolation, flag verification, and structured reporting. Prefer this over ad-hoc docker exec sequences for any test that follows a runbook or needs reproducible isolation.

runkids
runkids
testing-security
open
code-quality
1.4K

bash-safety

Enforce safe bash scripting practices when writing, reviewing, or fixing shell scripts. Covers quoting, arrays, conditionals, arithmetic, redirections, strict mode, and static analysis. Use when editing .sh/.bash files, reviewing shell scripts, fixing shellcheck warnings, or writing new bash code.

tenstorrent
tenstorrent
testing-security
open
testing
1.4K

test-driven-development

Guides test-first workflows for bugs and features: write a minimal failing test that encodes contracts and clear failure messages, confirm the gap is not already covered, implement and document the fix, then verify green. Use when fixing bugs with tests, adding features via TDD, writing regression tests, or when the user asks for red-green-refactor or test-driven development.

tenstorrent
tenstorrent
testing-security
open
security
1.4K

e2e-current-pr

Generate and execute PR-aware OTA E2E scenarios for `examples/v0.81.0` by diffing the checked-out branch against its PR base branch or default branch, inferring the affected runtime, rollout, and recovery surfaces, and then running the scenario through `../e2e`. Use when the caller wants current-branch OTA validation without hand-writing the scenario.

gronxb
gronxb
testing-security
open
security
1.4K

e2e

Run end-to-end OTA verification for `examples/v0.81.0` with `agent-device`. Use when validating iOS or Android release builds, deploying OTA bundles with `pnpm hot-updater deploy`, checking stable update application, reproducing rollback after a crash bundle, or reading bundle-store metadata and crash history for the v0.81.0 example app.

gronxb
gronxb
testing-security
open
testing
1.4K

fix-ci

Run a local pnpm monorepo CI loop, fix failures, and stop only when the full sequence is green. Use when Codex is asked to fix CI, make a repository green, or resolve failures from `pnpm -w build`, `pnpm -w test:type`, `pnpm -w lint`, `pnpm -w test`, or `pnpm -w test:integration`.

gronxb
gronxb
testing-security
open
security
1.4K

e2e

执行 E2E 测试用例。 根据测试用例的验证类型(ui/api/database)选择正确的工具执行验证。

AgentsMesh
AgentsMesh
testing-security
open
code-quality
1.4K

nuxt-fonts-skilld

Automatic font configuration for Nuxt apps. ALWAYS use when writing code importing "@nuxt/fonts". Consult for debugging, best practices, or modifying @nuxt/fonts, nuxt/fonts, nuxt fonts, fonts.

harlan-zw
harlan-zw
testing-security
open
code-quality
1.4K

app-store-preflight-compliance

Pre-submission compliance scanner workflow for Apple App Store apps. Use when reviewing iOS, macOS, tvOS, watchOS, or visionOS projects (Swift, Objective-C, React Native, Expo) for App Store rejection risks, submission readiness, privacy compliance, or guideline violations.

RevylAI
RevylAI
testing-security
open
code-quality
1.4K

greenlight

Pre-submission compliance scanner for Apple App Store. Use this skill when reviewing iOS, macOS, tvOS, watchOS, or visionOS app code (Swift, Objective-C, React Native, Expo) to identify potential App Store rejection risks before submission. Triggers on tasks involving app review preparation, compliance checking, App Store submission readiness, or when a user asks about App Store guidelines.

RevylAI
RevylAI
testing-security
open
testing
1.4K

playwright-skill

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.

lackeyjb
lackeyjb
testing-security
open
code-quality
1.3K

cancel-ralph

Codex-compatible cancel command for Ralph loop state, preserving the original command name.

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

speckit-checklist

Generate custom quality checklists for validating requirements completeness and clarity. Use to create unit tests for English that ensure spec quality before implementation.

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

superclaude-framework-compat

Codex compatibility layer for SuperClaude /sc:* commands with vibe-adapted routing.

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

think-harder

4-phase structured analysis wrapper for vibe pre-routing (compatible with claude-code-settings think-harder semantics).

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

vibe-upgrade

Upgrade the local Vibe-Skills installation to the latest official default-branch state while keeping canonical vibe as the only governed runtime.

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

vibe-what-do-i-want

Clarify intent and freeze requirements by entering the canonical vibe runtime with a discovery-first bounded stop.

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

vscode-release-notes-writer

Guidelines for writing and reviewing Insiders and Stable release notes for Visual Studio Code.

foryourhealth111-pixel
foryourhealth111-pixel
testing-security
open
Previous
Page 98 / 389
Next