- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
spec-workflow-init
by ky1ejs
Scaffold spec-workflow configuration in your project. Creates config files, philosophy templates, and persona examples.
testing
by DaleStudy
"React Testing Library 및 Vitest 기반 테스팅 모범 관례. 다음 상황에서 사용: (1) .test.tsx, .test.ts, .spec.tsx, .spec.ts 파일 작업 시, (2) 컴포넌트 테스트 작성 또는 리팩토링 시, (3) 'test', 'testing', 'vitest', 'RTL', 'getByRole', 'userEvent', 'waitFor', 'expect' 키워드 포함 작업 시, (4) 비동기 로직 또는 사용자 상호작용 테스트 작성 시"
spec-executor
by ky1ejs
Execute implementation specs with batched checkpoints. Follows specs exactly, stops on blockers, supports parallelization.
create-mcp-integration
by richfrem
Interactive initialization script that scaffolds a new Model Context Protocol (MCP) server integration setup. Use when adding native code tools to an agent's environment.
tdd-pytest
by 89jobrien
Python/pytest TDD specialist for test-driven development workflows. Use
team-implement
by mgiovani
"Spec-driven team orchestration: adaptive development team that scales from 3 to 11 agents based on project complexity. Accepts plain text, Jira tickets, GitHub issues, PRs, files, directories, or URLs as input. Plans thoroughly first, gets user approval, then implements with parallel agents."
golang-testing
by 89jobrien
Comprehensive Go testing patterns including table-driven tests, mocking,
implement-worker
by luan
"Internal skill. Implements a single task: claims it, runs TDD + build via sub-worker. Invoked by develop and other orchestrators."
create-worktree
by ky1ejs
Create and bootstrap a git worktree for isolated development work.
subagent-driven-development
by atxinsky
Use when executing implementation plans with independent tasks in the current session
spec-orchestrator
by ky1ejs
Multi-agent specification review and iteration. Writes specs via spec-writer, reviews with AI personas, and iterates until approved.
solution-scoping
by Abhsin
Prioritize features and define MVP boundaries based on problem framing and user models. Use when a user has validated their problem and understands their users but needs to decide what to build first. Outputs feature priorities, MVP scope, and explicit cuts that feed into PRD generation.
platonic-code-review
by caesar0301
Review code implementation against specifications to ensure consistency and completeness. Use when validating that code correctly implements RFC specs, requirements documents, or design specifications. Generates reports by default without modifying code.
refactor
by mgiovani
"Safe codebase refactoring with characterization tests, incremental changes, and continuous verification. Automatically activates when users want to refactor code, extract methods/classes, simplify logic, reduce duplication, improve naming, restructure modules, or clean up technical debt."
branded-types
by iAskShahram
Implement branded (nominal/opaque) types in TypeScript to prevent accidental mixing of structurally identical types. Use when writing type-safe IDs (UserId, PostId), validated strings (Email, URL), unit-specific numbers (Meters, Seconds), or any scenario requiring nominal typing in TypeScript's structural type system.
platonic-impl-guide
by caesar0301
Create and manage implementation guides that translate RFC specifications into concrete, project-specific implementation designs. Implementation guides are language-aware, framework-aware, and MUST NOT contradict RFC specs. Use when planning implementation of RFC specifications, creating detailed technical designs, or documenting implementation architecture.
create-e2e-test
by kvnwolf
Write end-to-end tests with Playwright Test for full user flow verification. Consult this skill whenever testing complete user flows, verifying multi-page interactions, testing authentication flows, or creating E2E tests that exercise the full application stack.
jira-integration
by QuestNova502
"Agent Skill: Comprehensive Jira integration through lightweight Python scripts. AUTOMATICALLY TRIGGER when user mentions Jira URLs like 'https://jira./browse/', 'https://.atlassian.net/browse/', or issue keys like 'PROJ-123'. Use when searching issues (JQL), getting/updating issue details, creating issues, transitioning status, adding comments, logging worklogs, managing sprints and boards, creating issue links, or formatting Jira wiki markup. If authentication fails, offer to configure credentials interactively. Supports both Jira Cloud and Server/Data Center with automatic authentication detection. By Netresearch."
uniswap-fundamentals
by rustydotwtf
Reference for Uniswap V3/V4 concepts used in Doppler development, including tick math, sqrtPriceX96, concentrated liquidity formulas, and V4 hooks/singleton architecture.
fix-bug
by mgiovani
"Fix bugs using test-driven debugging, root cause analysis, and comprehensive verification. Automatically activates when users want to fix a bug, debug an issue, resolve an error, investigate failing tests, or address problems in the codebase."
openapi-spec-writer
by paulund
Use when creating or updating OpenAPI/Swagger specifications for an API.
integrating-superwall-expo
by tristanmanchester
Integrates Superwall paywalls and subscription gating in React Native Expo apps using the expo-superwall SDK. Use when adding Superwall to an Expo (SDK 53+) project, wiring placements/feature gating, managing users and subscription status, handling deep links/web checkout, integrating RevenueCat, or debugging native-module issues.
openspec-archive
by chyiiiiiiiiiiii
Complete a change and update the source of truth specifications. Use after all implementation tasks are finished and verified.
AI Safety Auditor
by jmsktm
Audit AI systems for safety, bias, and responsible deployment