Find the perfect skill
Pairwise Test Generation
Testing
Use this skill for pairwise test generation, a combinatorial testing technique.
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.
Verify gochickpeas Engine/GQL Changes
Testing
End-to-end verification of gochickpeas engine/GQL changes using a parity gate against real LDBC data and a public-API sample drive.
QA validation for a pull request
Testing
Runs QA validation on a PR: boots the local environment, tests acceptance criteria, and generates a report. Posts the report to GitHub if requested.
QA Skill
Testing
Ensure features are testable and meet requirements. Generate acceptance criteria, test cases, negative scenarios, edge cases, and Playwright scenarios.
Oblivion Compatibility Audit
Testing
Deep audit of ByroRedux readiness for Oblivion content, covering NIF v20.0.0.5 and v10.x NetImmerse tail, BSA v103, live ESM parser.
Create MCP Eval
Testing
Create or modify evaluation configurations for MCP Servers. This skill guides the creation of eval YAML files, task definitions, MCP config, and agent files, and provides commands to run the evaluations using mcpchecker. Particularly useful when testing MCP server functionality through automated task assertions.
Prepare proof
Testing
Design and execute the cheapest discriminating proof before implementation.
Post-run Artifact Inspection
Testing
Read-oriented inspection for drift, inconsistency, omissions, or unsupported claims in completed work artifacts.
QA Verification Harness
Testing
Runs the project's verification tiers (analyze, format, tests) after code changes, using melos and fvm.
Screenshot Guidelines
Testing
Detects screenshot submission issues including launch-screen-only assets and cross-platform UI references, enforcing Guideline 2.3.3 which requires screenshots to show the app in actual use.
Pytest Mocking Strategy
Testing
Comprehensive mocking strategy for pytest: when and how to mock, autospec usage, AsyncMock patterns, and what should never be mocked.