Find the perfect skill
Pytest Mocking Strategy
Testing
Master mocking strategy for pytest: when to use autospec vs manual mocks, AsyncMock patterns, and what should never be mocked. Includes decision matrix and mock factories.
E2E Snapshot Rebase
Testing
Rebase E2E test snapshots based on failed tests from PR comments, including build, update, verification, and commit steps.
Fallout 3 Compatibility Audit
Testing
Deep audit of ByroRedux compatibility with Fallout 3, focusing on divergences from FNV: NIF, BSA, ESM, scripting, and worldspace.
Fallout 4 Compatibility Audit
Testing
Deep audit of ByroRedux readiness for Fallout 4 content, covering BA2, half-float vertices, BGSM materials, and M49 precombined geometry.
NES Mapper and CC65 Compilation Audit
Testing
Audit the subsystem that transforms music data into a bootable NES ROM: mappers, project builder, and CC65 compilation.
Test Framework Setup
Testing
Initialize a test framework (Playwright or Cypress) with fixtures, helpers, and configuration.
QA Testing and Bug Fixing for Web Apps
Testing
Systematically QA test web applications, fix discovered bugs with atomic commits, and re-verify. Provides tiered testing (quick, standard, exhaustive) and produces a ship-readiness report.
Site Content Verification
Testing
Validates course site content including images, text completeness, ShowMe card chain, and data structure. Use /rpd-check for various scopes.
Bug Hunter - Bug Investigation and Fix Generation
Testing
Helps investigate bugs, perform root cause analysis, and generate fixes using systematic debugging methods. Leverages log analysis, debuggers, and techniques like 5 Whys to resolve logic errors, memory leaks, and performance issues. Best used when debugging or troubleshooting code issues.
Java Debug Analyzer
Testing
Analyzes Java runtime issues including stack traces, exceptions, thread dumps, and performance problems to identify root causes and provide actionable solutions. Helps debug common errors like NullPointerException, memory leaks, and concurrency issues. Use when troubleshooting production errors or logs.
Live UAT Verification
Testing
Live UAT from the user's perspective: runs functional and visual checks using Playwright and Claude in Chrome.
Proposal QC Review Agent
Testing
Validates proposal deliverables: script quality, JSON conversion accuracy, and HTML visual quality. Supports SPARK-6, S-E-P, Win Theme, pattern diversity, and PPTX mode.