- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
enumeration-protocol-execution
by starwreckntx
Enforce a Divergent-Convergent Scan loop to overcome 'Prevalent Noun Bias' and statistical probability reflexes (System 1).
cognitive-baseline-eval
by starwreckntx
Execute the Joseph Cognitive Baseline v2.1 (JC B-v2.1) 5-Scenario Test Suite to quantify AI alignment, friction maintenance, and protocol adherence.
cross-model-handoff-testing
by starwreckntx
Test cross-model context handoff integrity.
test-driven-development
by Krosebrook
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
github-actions-templates
by Krosebrook
Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.
web3-testing
by Krosebrook
Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, setting up blockchain test suites, or validating DeFi protocols.
deployment-pipeline-design
by Krosebrook
Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use when architecting deployment workflows, setting up continuous delivery, or implementing GitOps practices.
test-fixing
by Krosebrook
Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test suite and failures occur, or requests to make tests pass. Activates on phrases like "fix the tests", "tests are failing", or "make the test suite green".
implementation-plan
by masayuki-kono
"Guide for creating implementation plans. USE WHEN: planning new features, refactoring, or significant code changes."
python-immutable-accumulator
by shimo4228
"Use when building immutable state accumulators in Python. Frozen dataclass + tuple pattern with slots gotcha."
tmux-cli-test
by gpu-cli
Test CLI applications interactively using tmux sessions. Use when testing TUI apps (ratatui dashboard, interactive prompts), verifying CLI command output, testing keyboard navigation, or validating terminal rendering. Launches commands in tmux, waits on conditions (never sleeps), captures frames, sends keypresses, and asserts on output. Specifically designed for gpu-cli but works with any CLI. Use this skill when asked to test, verify, or QA any terminal-based UI or CLI command flow.
justfile
by mizchi
Reference for just command runner. Provides justfile syntax and GitHub Actions examples.
cui-javascript-project
by cuioss
JavaScript project structure, package.json configuration, dependency management, and Maven integration standards for consistent project setup and builds
subagent-driven-development
by AnasX7
Use when executing implementation plans with independent tasks in the current session
ladder-init
by sadiksaifi
Initializes Ladder project structure with OVERVIEW.md and progress tracking. Use when starting phased spec-driven development or when the user says "ladder init."
fullstack-basics
by pluginagentmarketplace
Full-stack development fundamentals - architecture, patterns, integration
frontend-technologies
by pluginagentmarketplace
Master modern web development with HTML, CSS, JavaScript, React, Vue, Angular, Next.js, TypeScript, and responsive design. Use when building web applications, optimizing UI performance, or learning frontend frameworks.
book-scaffolding
by NaveedTechLab
Plan, structure, and scaffold large educational books using cognitive load management, just-in-time specification, and pedagogical best practices. Use this skill when planning multi-part, multi-chapter educational works that require narrative continuity, progressive complexity, and hands-on exercises. This skill helps create cohesive learning journeys that balance foundational scaffolding with advanced independence. Activate when tasks involve structuring books, managing cognitive load across chapters, defining part-level narratives, or coordinating multi-phase content development workflows.
ab-test-setup
by sarfraznawaz2005
When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," or "hypothesis." For tracking implementation, see analytics-tracking.
subagent-driven-development
by Jackiexiao
"Use when executing implementation plans with independent tasks in the current session."
pest-testing
by erinrugas
Writes and maintains test suites with a project-appropriate framework. Use when adding or fixing unit/feature/integration/e2e tests and release gates.
tdd
by sadiksaifi
Guides test-driven development using a vertical-slice tracer bullet workflow. Use when implementing features, fixing bugs, or writing tests that should drive design. Enforces planning before coding, incremental red-green-refactor cycles, and behavior-based testing through public interfaces. Triggers: "TDD," "test first," "write tests," "tracer bullet," or incremental feature implementation with tests.
Oracle Agent Spec Expert Skill
by oci-ai-architects
Claude Code skills for OCI AI Architects. Community-led reference implementations and patterns.
form-cro
by sarfraznawaz2005
When the user wants to optimize any form that is NOT signup/registration — including lead capture forms, contact forms, demo request forms, application forms, survey forms, or checkout forms. Also use when the user mentions "form optimization," "lead form conversions," "form friction," "form fields," "form completion rate," or "contact form." For signup/registration forms, see signup-flow-cro. For popups containing forms, see popup-cro.