Find the perfect skill
Manage Skills
Testing
Analyzes session changes to detect missing verification skills and maintain CLAUDE.md references.
Pattern Detection & Compression Audit
Testing
Audit pattern detection and compression: round-trip integrity, schema, parallelism.
Backend HTTP E2E Check
Testing
A runnable scaffold for a project-authored verification skill that exercises the backend journey API end-to-end over real HTTP, asserting each response and persisted state.
Live UAT Verification
Testing
Executes live UAT from the user's perspective, auto-routing scenarios to Playwright for functional checks and Claude in Chrome for visual QA.
WCAG Accessibility Audit
Testing
Conduct comprehensive accessibility audits for WCAG compliance, identify barriers, and provide remediation guidance.
QA — Visual Validation via iOS Simulator
Testing
Validate UI changes by building, installing, and inspecting the app in the iOS Simulator using the ios-simulator MCP server.
QA Testing
Testing
Use after code changes, before releases, or when testing features. Runs the right level of QA based on what changed.
E2E QA Test Runner
Testing
Run the E2E QA test suite against the live app using Playwright MCP and nREPL. Manages QA scripts, screenshots, and progress tracking.
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.
Contract Testing with Pact
Testing
Set up a consumer-driven contract testing environment with Pact, including CI integration and a contract broker.
Web3 Smart Contract Testing
Testing
Comprehensively test smart contracts using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Helps when writing Solidity contract tests, setting up blockchain test suites, or automating coverage reporting and gas optimization.
TDD for NG Component Pattern Methods
Testing
Provides guidelines for writing unit tests using TDD for NG component pattern methods in ace_engine. Covers direct method invocation, state reset, API verification, branch coverage with paired tests, and avoiding common pitfalls like magic numbers or documentation-only tests.