- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
moai-cc-skill-factory
by AJBcoding
AI-powered enterprise skill creation orchestrator with intelligent discovery, predictive optimization, ML-based content generation, and Context7-enhanced development patterns. Use when creating smart skill systems, implementing AI-driven skill generation, optimizing skill performance with machine learning, or building enterprise-grade skill factories with automated compliance and governance.
moai-alfred-practices
by AJBcoding
Enterprise practical workflows, context engineering strategies, JIT (Just-In-Time) retrieval optimization, real-world execution examples, debugging patterns, and moai-adk workflow mastery; activates for workflow pattern learning, context optimization, debugging issue resolution, feature implementation end-to-end, and team knowledge transfer
a11y-checker-ci
by hopeoverture
Adds comprehensive accessibility testing to CI/CD pipelines using axe-core Playwright integration or pa11y-ci. Automatically generates markdown reports for pull requests showing WCAG violations with severity levels, affected elements, and remediation guidance. This skill should be used when implementing accessibility CI checks, adding a11y tests to pipelines, generating accessibility reports, enforcing WCAG compliance, automating accessibility scans, or setting up PR accessibility gates. Trigger terms include a11y ci, accessibility pipeline, wcag ci, axe-core ci, pa11y ci, accessibility reports, a11y automation, accessibility gate, compliance check.
ghe-transition
by Emasoft
CHANGE phases in the GitHub Elements workflow. Closes current thread and opens next phase thread. This is a PHASE CHANGE operation, not just saving progress. USE THIS SKILL WHEN: - User says "transition to TEST" or "move to REVIEW" - User says "I'm done with DEV, start TEST" or "DEV complete" - User says "advance to next phase" or "close this phase" - User says "demote to DEV" (from TEST or REVIEW) - User says "tests pass, ready for review" - User says "merge this" (after REVIEW PASS) - User explicitly wants to END current phase and BEGIN next DO NOT USE THIS SKILL WHEN: - User just wants to SEE status (use ghe-status) - User wants to START work on new issue (use ghe-claim) - User wants to SAVE progress but CONTINUE working (use ghe-checkpoint) - User wants reports (use ghe-report) - User is not ready to END current phase IMPORTANT: This CLOSES current thread and OPENS next thread. Use ghe-checkpoint if you just want to save progress without changing phases. EXAMPLES: <example> Context: DEV work complete, ready for testing user: "I'm done with DEV, transition to TEST" assistant: "I'll use ghe-transition to close DEV and open TEST thread" </example> <example> Context: All tests pass, ready for review user: "Tests pass, move to REVIEW" assistant: "I'll use ghe-transition to close TEST and open REVIEW thread" </example> <example> Context: Structural issues found in TEST user: "This needs structural changes, demote to DEV" assistant: "I'll use ghe-transition to demote from TEST back to DEV" </example> <example> Context: REVIEW passed, ready to merge user: "REVIEW passed, merge it" assistant: "I'll use ghe-transition to complete the workflow and merge" </example>
backend-nestjs
by kieutrongthien
Build, maintain, and debug NestJS backends (TypeScript, REST/GraphQL).
preserving-context
by oryanmoshe
Captures working state before it is lost. Use before context compaction, when switching between unrelated tasks, after completing a logical phase of multi-step work, or when work will resume in a new session. Triggers on long tasks, multi-file changes, context warnings, or "continue later" scenarios.
intelligems-test-portfolio
by Victorpay1
Program-level scorecard for your entire Intelligems testing program. Shows win rate, test velocity, coverage gaps, and suggests what to test next.
aegis-escalation-cascade
by starwreckntx
Tier escalation and human override cascade protocol for AI-to-Human governance bridge.
mcp-server-builder
by mindmorass
Build Model Context Protocol servers for Claude Code integration
error-diagnostics-error-trace
by liuchiawei
"You are an error tracking and observability expert specializing in implementing comprehensive error monitoring solutions. Set up error tracking systems, configure alerts, implement structured logging,"
protocol-design
by 101mare
Guides proper use of Python typing.Protocol for structural subtyping and interface design. Does NOT handle: DI containers (use di-container), full architecture (use architecture-builder), mock strategies (use testing-patterns). Use when defining contracts between modules, creating testable interfaces, or choosing between Protocol and ABC. Recognizes: "protocol-design", "typing.Protocol", "structural subtyping", "interface design", "Protocol vs ABC", "duck typing", "mock with spec", "protocol pattern"
spring-testing
by pluginagentmarketplace
Test Spring Boot applications - MockMvc, TestContainers, test slices, integration testing
anvil-conflict-resolution
by starwreckntx
Multi-model committee conflict resolution with weighted voting, multisig arbitration, and escalation cascade.
bigcommerce
by violetio
BigCommerce API patterns and enterprise features
python-security-scanner
by jorgealves
Detect common Python vulnerabilities such as SQL injection, unsafe deserialization, and hardcoded secrets. Use as part of a secure SDLC for Python projects.
task-generator
by ssdeanx
Generate structured task lists from specs or requirements. IMPORTANT: After completing ANY spec via ExitSpecMode, ALWAYS ask the user: "Would you like me to generate a task list for this spec?" Use when user confirms or explicitly requests task generation from a plan/spec/PRD.
plan-task-completion-verification
by kieutrongthien
Verify acceptance criteria, quality, and readiness before closure.
Oracle Agent Spec Expert Skill
by oci-ai-architects
Claude Code skills for OCI AI Architects. Community-led reference implementations and patterns.
coverage-gated-refactor
by Mr0bean
"Drive full-project modular refactors with a strict pipeline: prioritize splitting oversized files, enumerate candidates for user scope selection, raise per-module test coverage to at least 90 percent with verified runnable tests, refactor frontend and backend in slices with immediate regression checks, update related documentation, and finish only when all selected modules plus historical tests pass."
testing
by mrsknetwork
Designs and implements unit tests, integration tests, and end-to-end (E2E) tests for FastAPI backends and Next.js frontends. Enforces TDD where appropriate, defines test structure, mocking strategies, and coverage targets. Use when writing tests for new features, setting up test infrastructure from scratch, debugging failing tests, or validating test coverage before a release. Trigger when user mentions "tests", "pytest", "Vitest", "Playwright", "coverage", or "TDD".
cfo
by jforksy
CFO Co-Pilot - strategic finance, valuation narrative, and VC readiness
python-dependency-resolver
by jorgealves
Analyze and resolve Python package dependency conflicts. Use when pip install fails due to version mismatches or circular dependencies.
modernize
by jschulte
Brownfield Upgrade - Upgrade all dependencies and modernize the application while maintaining spec-driven control. Runs after Gear 6 for brownfield projects with modernize flag enabled. Updates deps, fixes breaking changes, improves test coverage, updates specs to match changes.
prompt-injection-testing
by pluginagentmarketplace
Master prompt injection attacks, jailbreak techniques, input manipulation, and payload crafting for LLM security testing