Loading...
Loading...
Found 54 Skills
Concurrent investigation of independent failures. Use when multiple unrelated issues need parallel resolution.
Pairwise test generation
Sync tests with TestRail. Use when user mentions "testrail", "test management", "test cases", "test run", "sync test cases", "push results to testrail", or "import from testrail".
Use when you need to actually write inspection script code and implement an automation checker based on the design scheme of assess-automation-checklist; output runnable script files and integration guides. Trigger words: write inspection script, implement automatic inspection, code checker, write checker code.
TestRail integration. Manage data, records, and automate workflows. Use when the user wants to interact with TestRail data.
Checks that test method and function names read as complete sentences describing behavior. Flags cryptic names like test1, testFoo, or abbreviated names that do not describe what is being tested. Designed to run on every PR. Do NOT use for test coverage, test structure, or non-test code.