- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
forensics:investigate
by designnotdrum
Guided workflow for reverse engineering black-box systems. Use when a user wants to decode a defunct API, replicate a competitor's feature, understand unfamiliar code, or crack a data format.
supercharge
by asteroid-belt
Weekly codebase hygiene skill that identifies and fixes AI-generated code problems ("slop") using Martin Fowler's refactoring techniques. Scans for 15 common issues, prioritizes by severity, and generates superplan-compatible plans for systematic improvement.
Code Review
by AmnadTaowsoam
Code review is a systematic examination of source code intended to find
State Management
by AmnadTaowsoam
'* Depends on: typescript-standards
safe-chain
by strozw
Enforce malware scanning by routing package manager commands through safe-chain
code-reviewer
by icartsh
"보안 스캔, 품질 지표 및 모범 사례 분석을 포함한 자동화된 코드 리뷰입니다. 다음을 위한 코드 리뷰 시 사용합니다: (1) 보안 취약점 및 일반적인 공격 벡터, (2) 코드 품질 이슈 및 유지보수 문제, (3) 성능 병목 현상 및 최적화 기회, (4) 모범 사례 및 디자인 패턴, (5) 테스트 커버리지 및 테스트 전략, (6) 문서 품질 및 완전성"
mcp-management
by vibery-studio
Manage Model Context Protocol (MCP) servers - discover, analyze, and execute tools/prompts/resources from configured MCP servers. Use when working with MCP integrations, need to discover available MCP capabilities, filter MCP tools for specific tasks, execute MCP tools programmatically, access MCP prompts/resources, or implement MCP client functionality. Supports intelligent tool selection, multi-server management, and context-efficient capability discovery.
feature-planning
by dagba
Break down features into implementable tasks and choose architecture approach. Use when starting a new feature or receiving requirements that need technical decomposition.
git-workflow
by liauw-media
"Use when making commits, creating branches, or managing Git operations. Ensures consistent Git practices and proper commit messages."
swiftui-ui-patterns
by dagba
Best practices and example-driven guidance for building SwiftUI views and components. Use when creating or refactoring SwiftUI UI, designing tab architecture with TabView, composing screens, or needing component-specific patterns and examples.
epic-testing
by rubenpenap
Guide on testing with Vitest and Playwright for Epic Stack
implement
by thoreinstein
Full implementation mode - end-to-end feature implementation with phased execution, parallel work streams, verification gates, and atomic commits per phase
test-driven-development
by trancong12102
"Guides strict Test-Driven Development (TDD) using the Red-Green-Refactor cycle. Ensures no production code is written without a prior failing test. Use this skill when implementing new features, fixing bugs, or refactoring code to ensure high test coverage and design quality. Triggers on phrases like 'TDD', 'write tests first', 'test-driven', 'red-green-refactor', 'watch it fail', 'test first', or 'behavior driven'."
systematic-debugging
by HJewkes
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Self Validation Cicd
by AmnadTaowsoam
Self-Validation CI/CD provides an automated pipeline for testing AI-generated
analyzing-test-quality
by C0ntr0lledCha0s
Automatically activated when user asks about test quality, code coverage, test reliability, test maintainability, or wants to analyze their test suite. Provides framework-agnostic test quality analysis and improvement recommendations. Does NOT provide framework-specific patterns - use jest-testing or playwright-testing for those.
superplan
by asteroid-belt
Use when starting significant features, epics, or complex tasks. Creates multi-phase implementation plans with parallelizable phases, poker estimates, TDD-first acceptance criteria, and quality gates. Detects tech stack from CLAUDE.md/AGENTS.md (bypassing internet research if complete) or via codebase scan.
plan2json
by robzolkos
Convert feature requirements into structured end-to-end test cases as JSON.
spec-review
by weegigs
Review specifications for completeness and execution readiness. Use when validating specs from /spec before implementation begins.
test-driven-development
by HJewkes
Use when implementing any feature or bugfix, before writing implementation code
codex-spec-review
by weegigs
Spec review via Codex CLI for independent validation. Use when seeking external validation of specifications before implementation.
superbuild
by asteroid-belt
Use when executing implementation plans phase-by-phase with strict enforcement of quality gates, tests, and Definition of Done. Triggers on "build this plan", "execute plan", "implement phases", or when user provides a plan document to execute.
error-tracking
by mamba-mental
Add Sentry v8 error tracking and performance monitoring to your project services. Use this skill when adding error handling, creating new controllers, instrumenting cron jobs, or tracking database performance. ALL ERRORS MUST BE CAPTURED TO SENTRY - no exceptions.
production
by pluginagentmarketplace
Unit testing, performance optimization, security implementation, Play Store deployment.