From workflow-skills
Generate comprehensive testing frameworks for curriculum projects. Supports pytest, Jest, Cypress, and Postman across API, frontend, integration, and Instruqt lab validation scenarios.
npx claudepluginhub arosenkranz/claude-code-config --plugin workflow-skillsThis skill uses the workspace's default tool permissions.
Generate comprehensive testing frameworks for curriculum projects with proper validation and coverage.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Generate comprehensive testing frameworks for curriculum projects with proper validation and coverage.
/test-harness [project-type] [framework] [options]
api - REST API testingfrontend - React/Vue component testingintegration - Service integration testinginstruqt - Instruqt lab validationcurriculum - Training material validationpytest - Python testing with fixtures (see references/pytest-templates.md)jest - JavaScript/TypeScript testing (see references/jest-templates.md)cypress - End-to-end testingpostman - API testing collectionsTest Strategy Design
Test Suite Generation
Validation Framework (see references/instruqt-validation.md for lab scripts)
--coverage - Set minimum coverage threshold--integration - Include integration test setup--performance - Add load testing configuration--e2e - Include end-to-end testing--ci - Generate CI/CD pipeline/test-harness api pytest --coverage 80 --integration --ci
/test-harness frontend jest --e2e cypress
/test-harness instruqt validation --performance