🔒

測試與安全

測試框架、安全工具和最佳實踐

9063 skills in this category

ln-342-regression-checker

Marketplace

Worker that runs existing tests to catch regressions. Auto-detects framework, reports pass/fail. No status changes or task creation.

levnikolaevich/claude-code-skills
13
1
更新於 1w ago

pypi-server

Guide for setting up local PyPI servers to host and serve Python packages. This skill should be used when tasks involve creating a local PyPI repository, serving Python packages over HTTP, building distributable Python packages, or testing pip installations from a custom index URL.

letta-ai/skills
13
1
更新於 1w ago

polyglot-c-py

Guidance for creating polyglot files that are valid in both Python and C. This skill applies when tasked with writing code that must be parseable and executable by both the Python interpreter and C compiler. Covers polyglot syntax techniques, testing strategies, and critical cleanup requirements.

letta-ai/skills
13
1
更新於 1w ago

fastapi-coder

Marketplace

Build FastAPI applications with async patterns, Pydantic validation, dependency injection, and modern Python API practices.

majesticlabs-dev/majestic-marketplace
13
0
更新於 1w ago

testing-anti-patterns

Marketplace

Use when writing or changing tests, adding mocks - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies

withzombies/hyperpowers
13
1
更新於 1w ago

ln-364-code-quality-auditor

Marketplace

Code quality audit worker (L3). Checks cyclomatic complexity, deep nesting, long methods, god classes, O(n²) algorithms, N+1 queries, magic numbers, decentralized constants, duplicate constants. Returns findings with severity, location, effort, recommendations.

levnikolaevich/claude-code-skills
13
1
更新於 1w ago

cloudflare-coder

Marketplace

This skill guides provisioning Cloudflare infrastructure with OpenTofu/Terraform. Use when managing zones, DNS records, WAF rules, SSL settings, Page Rules, or cache configuration.

majesticlabs-dev/majestic-marketplace
13
0
更新於 1w ago

ln-368-concurrency-auditor

Marketplace

Concurrency audit worker (L3). Checks race conditions, missing async/await, resource contention, thread safety, deadlock potential. Returns findings with severity, location, effort, recommendations.

levnikolaevich/claude-code-skills
13
1
更新於 1w ago

ln-373-test-value-auditor

Marketplace

Risk-Based Value audit worker (L3). Calculates Usefulness Score = Impact (1-5) × Probability (1-5) for each test. Returns KEEP/REVIEW/REMOVE decisions based on thresholds (≥15 KEEP, 10-14 REVIEW, <10 REMOVE).

levnikolaevich/claude-code-skills
13
1
更新於 1w ago

e2e-testing

Write and run end-to-end tests with Playwright for user flows, page interactions, and visual regression. Use when testing user journeys, ensuring UI functionality works correctly.

sgcarstrends/sgcarstrends
13
1
更新於 1w ago

ln-361-security-auditor

Marketplace

Security audit worker (L3). Scans codebase for hardcoded secrets, SQL injection, XSS, insecure dependencies, missing input validation. Returns findings with severity (Critical/High/Medium/Low), location, effort, and recommendations.

levnikolaevich/claude-code-skills
13
1
更新於 1w ago

tdd-bug-fix

Enforce TDD when fixing bugs - write a failing test first, then make it pass. Use when about to fix a bug, correct broken behavior, or resolve an issue in production code. Activates for phrases like "let me fix", "I'll fix this", "same issue as", "the problem is", or when editing code after identifying a bug.

kurko/dotfiles
13
9
更新於 1w ago

avo-coder

Marketplace

Use when building Avo admin interfaces. Creates resources, actions, filters, and dashboards following Avo conventions. Fetches latest docs dynamically.

majesticlabs-dev/majestic-marketplace
13
0
更新於 1w ago

schemelike-metacircular-eval

Guide for implementing metacircular evaluators—interpreters that can interpret themselves. This skill should be used when building self-interpreting Scheme-like evaluators, debugging multi-level interpretation issues, or implementing language features like environments, closures, and special forms. Focuses on incremental development, continuous metacircular testing, and systematic debugging of nested interpretation failures.

letta-ai/skills
13
1
更新於 1w ago

ln-350-story-test-planner

Marketplace

Plans Story test task by Risk-Based Testing after manual testing. Calculates priorities, selects E2E/Integration/Unit, delegates to ln-311-task-creator. Invoked by ln-340-story-quality-gate.

levnikolaevich/claude-code-skills
13
1
更新於 1w ago

package-audit

Scan for security vulnerabilities using pnpm audit, Snyk, and automated tools. Use when checking security, before deployments, or resolving CVEs.

sgcarstrends/sgcarstrends
13
1
更新於 1w ago

sanitize-git-repo

Guide for sanitizing git repositories by identifying and replacing sensitive information such as API keys, tokens, and credentials. This skill should be used when tasks involve removing secrets from codebases, sanitizing repositories before sharing, or replacing sensitive values with placeholders. Applies to tasks involving secret detection, credential removal, or repository cleanup for security purposes.

letta-ai/skills
13
1
更新於 1w ago

dependency-upgrade

Upgrade dependencies safely using pnpm catalog, checking for breaking changes, and testing upgrades. Use when updating packages, applying security patches, or upgrading major versions.

sgcarstrends/sgcarstrends
13
1
更新於 1w ago

ln-372-test-e2e-critical-coverage-auditor

Marketplace

E2E Critical Coverage audit worker (L3). Validates E2E coverage for critical paths (Money 20+, Security 20+, Data 15+). Pure risk-based - no pyramid percentages.

levnikolaevich/claude-code-skills
13
1
更新於 1w ago

filter-js-from-html

Guidance for removing JavaScript from HTML while preserving structure and formatting. This skill applies when filtering XSS vectors, sanitizing HTML content, removing script tags and event handlers, or building HTML sanitization tools. It covers comprehensive XSS vector identification, format-preserving transformations, and verification strategies.

letta-ai/skills
13
1
更新於 1w ago