Packs
12 packs@auto-skiller
Qa Testing
Qa Testing from Auto-Skiller/plugboot.
3 skills · pack
curated
Testing & Quality
Testing, TDD, code review, linting and debugging.
25 skills · pack
@trailofbits
Testing Handbook Skills
Skills from the Trail of Bits Application Security Testing Handbook (appsec.guide)
15 skills · pack
@owl-listener
Prototyping Testing
Prototyping and testing skills: wireframe specs, usability heuristics, heuristic evaluations, accessibility audits, A/B test design, and benchmark analysis.
8 skills · pack
@adobe
App Builder
Development, customization, testing, and deployment skills for Adobe App Builder projects
6 skills · pack
@atc-net
Dotnet
C#/.NET development skills including refactoring, testing, async patterns, documentation, and NuGet management
7 skills · pack
@cjthompson
Python Development
Deep Python production guidance for testing, project tooling, concurrency, and type-system work.
6 skills · pack
@cjthompson
Typescript Development
Deep TypeScript production guidance for testing, tooling, modules, packaging, and type-system work.
6 skills · pack
@phuryn
Product Discovery
Product discovery skills for PMs: ideation, experiments, assumption testing, feature prioritization, and customer interview synthesis.
13 skills · pack
@owl-listener
Design Research
User research skills for designers: personas, empathy maps, journey maps, interview scripts, usability testing, and card sorting.
12 skills · pack
curated
Coauthor Technical Document
Install this pack to collaboratively write a technical spec or RFC with context gathering, iterative refinement, and reader testing.
3 skills · pack
@dotnet
Dotnet Test Migration
Skills and an orchestrator agent for migrating .NET test frameworks and platforms: MSTest and xUnit version upgrades, xUnit-to-MSTest conversion, and VSTest to Microsoft.Testing.Platform.
5 skills · pack
Results for “testing”
617 skillscpp-testing
Provides a workflow for writing, updating, and fixing C++ tests with GoogleTest/GoogleMock, configuring CMake/CTest, diagnosing failures, and adding coverage or sanitizers.
1
vue-patterns
Guides Vue.js 3 development with Composition API, covering component architecture, reactivity, state management with Pinia, routing, testing, and SSR patterns.
1
xslt-injection
XSLT injection testing: processor fingerprinting, XXE and document() SSRF, EXSLT write primitives, PHP/Java/.NET extension RCE surfaces. Use when user-controlled XSLT/stylesheet input or transform endpoints are in scope.
21
code-review-and-quality
Conducts multi-axis code review across correctness, readability, architecture, security, and performance before merging any change.
69.5k
test-scenarios
Create comprehensive test scenarios from user stories with test objectives, starting conditions, user roles, step-by-step actions, and expected outcomes.
22.6k
loki-mode
Automates the entire software development lifecycle from PRD to production with zero human intervention, using multi-agent orchestration and memory systems.
42.4k · bundle
expo-dev-client
Build and install Expo development clients on physical devices and simulators using EAS Build for testing native code changes.
2.2k · bundle
pester-migration
Upgrades PowerShell Pester test suites across major versions (v3→v4, v4→v5, v5→v6) with structured workflows, reference guides, and safety rules.
36.2k · bundle
code-reviewer
Analyzes code diffs and files to identify bugs, security vulnerabilities, code smells, and architectural concerns, producing a structured review report with prioritized, actionable feedback.
10.4k · bundle
playwright-expert
Write robust, maintainable end-to-end tests with Playwright using Page Object Model, proper selectors, auto-waiting, and debugging workflows.
10.4k · bundle
pydantic-ai
Build production-ready AI agents with type-safe tool use, structured outputs, dependency injection, and multi-model support using PydanticAI.
42.4k
experiment-readout
Transforms A/B test and product experiment data into actionable readouts with hypothesis, metrics, interpretation, and decision.
· bundle
backend-mindset
Guides backend development across API design, authentication, databases, performance, security, scalability, and testing, with quick decision guides and defaults for production-ready systems.
19 · bundle
ruby-pro
Provides guidance and best practices for writing idiomatic Ruby code, covering metaprogramming, Rails patterns, gem development, performance optimization, and testing.
2
golang-testing
Write reliable Go tests using table-driven tests, subtests, benchmarks, fuzzing, and coverage, following TDD with idiomatic patterns.
0
tdd-methodology
Guides the red-green-refactor cycle for implementing features with test-driven development, including test quality guidelines, framework setup, and commit patterns.
1
unit-testing
Runs an interactive QA session, clarifying user-reported problems, exploring the codebase for context, and filing durable, user-focused GitHub issues.
1 · bundle
django-tdd
Guides test-driven development for Django applications using pytest, factory_boy, and Django REST Framework, covering models, views, serializers, and API testing.
1
playwright-pro
Generates, reviews, fixes, and migrates Playwright end-to-end tests, with templates, agents, and integrations for TestRail and BrowserStack.
20 · bundle
browse
Guides users through creating, testing, and deploying browser automation functions with the Stagehand CLI, including interactive site exploration, coding, and deployment to Browserbase.
10 · bundle
ruby-pro
Provides expert guidance for writing idiomatic Ruby code, covering metaprogramming, Rails patterns, gem development, performance optimization, and testing with RSpec and Minitest.
5
file-access-vuln
Entry P1 category router for file access and upload workflows. Use when testing download endpoints, file paths, local file inclusion, upload flows, preview pipelines, archive extraction, or storage and sharing boundaries.
21
jupyter-python
Create, review, debug, test, or reproduce Python Jupyter notebooks by inspecting format, executing cells top-to-bottom in a clean kernel, and verifying outputs.
0 · bundle
networkx-python
Produces NetworkX code with explicit graph kind, node identity, edge multiplicity, direction, attribute schema, weight semantics, and algorithm preconditions, including testing.
0 · bundle
da-consortium-tpa-selection
Use this skill when selecting a Consortium/Third-Party Administrator (C/TPA) for drug + alcohol testing program management. Covers what services they provide, what to look for, and red flags.
1
finishing-a-development-branch
Guides completion of development work by verifying tests, detecting the environment, and presenting structured options for merging, creating a PR, or discarding changes.
247k
pricing-strategy
Design pricing strategies grounded in value delivery, competitive positioning, and willingness to pay. Recommends pricing models, tiers, and experiments.
22.6k
orch-refine-code
Restructure code while preserving behavior: confirm tests are green, refactor in small steps, keep tests green, review, and commit with a gated workflow.
226k
ruby-pro
Write idiomatic Ruby code with metaprogramming, Rails patterns, and performance optimization. Specializes in Ruby on Rails, gem development, and testing frameworks.
42.4k
bug-hunter
Systematically find and fix bugs using proven debugging techniques, tracing from symptoms to root cause, implementing fixes, and preventing regression.
42.4k · bundle
csharp-pro
Write modern C# code with advanced features like records, pattern matching, and async/await. Optimizes .NET applications, implements enterprise patterns, and ensures comprehensive testing.
42.4k
crap-score
Calculates CRAP (Change Risk Anti-Patterns) scores for .NET methods by combining cyclomatic complexity with code coverage data from Cobertura XML reports.
4k
detect-static-dependencies
Scan C# source files for hard-to-test static dependencies and produce a ranked report of static call sites by frequency.
4k
migrate-xunit-to-xunit-v3
Migrates .NET test projects from xUnit.net v2 to xUnit.net v3, updating package references, project files, and code to compile and pass tests.
4k
angular-developer
Generates Angular code and provides architectural guidance for projects, components, services, reactivity, forms, dependency injection, routing, SSR, accessibility, animations, styling, testing, and CLI tooling.
546 · bundle
pester-should-migration
Migrate Pester v5 classic Should -Be assertion syntax to the new Pester v6 Should-* operators with a step-by-step mapping and behavioral gotchas.
36.2k · bundle