Find the perfect skill
Testing Anti-Patterns
Testing
Identifies and prevents common testing anti-patterns that make test suites unreliable, slow, and hard to maintain. Provides detection strategies and refactoring solutions for flaky tests, slow suites, brittle tests, and other test code smells. Use it when tests are difficult to understand, debug, or maintain.
OpenAI SDK Compliance Check
Testing
Audit files or directories against the OpenAI SDK compliance checklist (A1–A11 rules). Produces a Markdown report with PASS/FAIL evidence and suggested fixes. Helps enforce Kira Constitution standards and detect violations like custom routing, missing Zod schemas, or improper tool categories.
Echo - Message Repeater
Testing
This skill echoes a message back with a timestamp. Helpful for testing skill functionality and learning how skills work. Use it when you need to verify that skills are operating correctly.
Conversation Quiz Generator
Testing
This skill creates multiple‑choice quizzes from the current conversation to test understanding of technical concepts, decisions, or code patterns discussed. It writes questions to a JSON file and launches an external quiz runner, then provides feedback based on the results.
Cosmetic Product Verification
Testing
Fact-checking skill to verify cosmetic product information authenticity. Validates official sources and cross-references prices across authorized retailers.
WCAG Accessibility Audit
Testing
Conducts comprehensive WCAG accessibility audits using automated tools (axe-core, color contrast analyzers) and manual verification. Identifies barriers, calculates accessibility scores, and provides remediation guidance to ensure digital products meet WCAG 2.0/2.1 AA standards and are inclusive for users with disabilities.
TDD Orchestrator with Parallel Execution
Testing
Executes the full TDD workflow: reads a ticket and associated knowledge, then runs TDD tests in parallel for all ready implementation tasks. After parallel execution, it launches a refine loop to fix any code-test issues. Ideal for accelerating TDD cycles when multiple independent test implementations are available.
Browser automation with persistent state
Testing
Automates browser interactions with persistent page state. Use for navigating, taking screenshots, filling forms, extracting data, and verifying UI behavior. Helpful when testing frontends or automating browser workflows.
Solution Canvas Validator
Testing
Validates the Solution section of strategy/canvas.md against quality criteria: growth model selection, problem-feature mapping, and MVP scope. Use when reviewing solution design, checking feature prioritization, or auditing the canvas.
Integration Test Orchestrator
Testing
Set up integration tests with real databases, message queues, and external services using Docker containers.
Evaluation Harness Framework
Testing
Comprehensive evaluation framework for systematic testing, measurement, and quality assurance of AI-assisted implementations. Supports capability evals, regression testing, multiple grader types, and standardized metrics.
Web Accessibility Auditor
Testing
Audits web applications for WCAG 2.1 Level AA compliance. Checks ARIA attributes, keyboard navigation, and screen reader support.