Find the perfect skill
WCAG Audit Patterns
Testing
Comprehensive guide to auditing web content against WCAG 2.2 guidelines with actionable remediation strategies.
QA Testing and Bug Fixing
Testing
Systematically test a web app, fix bugs found, and re-verify. Produces health scores and a ship-readiness summary.
Generate UAT and E2E Tests from Spec
Testing
Generates UAT checklists and Playwright E2E test stubs from feature specs, using a subagent-based preview and approval workflow.
Playwright Issue Triage
Testing
Triage Playwright bug reports by reproducing them from issue details. Use when asked to triage, reproduce, or verify a GitHub issue.
E2E Snapshot Rebase
Testing
Rebase E2E test snapshots based on failed tests from PR comments.
Deploy n8n test instances with Nathan
Testing
Deploy temporary n8n test instances from a branch or Docker image using the internal Nathan bot, offered after PRs or on request.
Check Degeneration for imp Inference Engine
Testing
Verifies that models in the imp inference engine avoid repetition loops, stuck tokens, and state corruption after code changes. Includes pass criteria and known failure modes.
Bug Hunt
Testing
Launch a swarm of bug-hunting agents against a target file, module, or topic.
Santa Method: Dual Review Verification
Testing
Two independent agents adversarially review output; both must pass before shipping. For high-stakes deliverables.
Automated Test Scaffolding
Testing
Generates comprehensive test suites (unit, integration, edge cases) from existing code. Use to write tests, increase coverage, or create mocks.
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.