jaktestowac/awesome-copilot-for-testers

👨‍💻 Instructions, prompts, and chat modes to help You with test automation for GitHub Copilot 🤖

113Stars on the repository
69Mods indexed here, across every type
15d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Migrates Cypress, Selenium, WebdriverIO, or Protractor suites to Playwright in staged slices, each with a parity gate before the old test is deleted. Use when porting a legacy browser suite, when deciding which tests are not worth porting, when a half-finished migration has stalled with two suites running in parallel…

not rated 113 15d ago A SkillSpector: pass 89 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Decides what to fake and stubs it correctly: network interception with Playwright route or HAR replay, MSW handlers, fake clocks, and fixed timezones. Use when a test depends on a third party, when a date-sensitive test breaks overnight, when a suite is slow because it calls real services, or when a mocked test stays…

not rated 113 15d ago A SkillSpector: pass 80 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Runs session-based exploratory testing: writes charters, timeboxes sessions, applies coverage heuristics and tours, captures notes as evidence, debriefs, and converts findings into bug reports and automation candidates. Use when a feature needs testing before requirements settle, when scripted cases keep passing while…

not rated 113 15d ago A SkillSpector: pass 89 tokens original MIT

prd-generator

28

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Produces production-ready Product Requirements Documents (PRDs) for software systems and AI-powered features, with clear problem framing, measurable outcomes, scoped functionality, testable requirements, and explicit risks. Use when the user wants to write a PRD, define requirements, plan a feature, or turn a vague…

not rated 113 15d ago A SkillSpector: pass 70 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Requires an externalised rationale for high-risk changes - new public exports, new endpoints, auth edits, migrations, removed guards - recorded as an Intent commit trailer, an ADR reference, or a module intent register, and reports high-risk changes that carry none. Use when agent-generated or AI-assisted changes ship…

not rated 113 15d ago A SkillSpector: pass 104 tokens original MIT

reporting-bugs

30

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Transforms rough tester notes, screenshots, console output, or observed behavior into reproducible defect reports with severity, evidence, and follow-up guidance. Use when logging bugs, triaging intermittent issues, or rewriting vague defect notes into developer-ready reports.

not rated 113 15d ago A SkillSpector: pass 53 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Maps requirements (PRD, user stories, acceptance criteria) to planned test coverage via a Requirements Traceability Matrix, exposing coverage gaps, risks, test levels, prioritization, and automation candidates. Use when designing coverage from a specification, checking coverage completeness for a PRD or user story…

not rated 113 15d ago A SkillSpector: pass 110 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Human review protocol for whether AI output is grounded in its sources: claim-by-claim attribution, hallucination classes, citation verification, sampling that is defensible, and a recorded attestation because groundedness cannot be fully automated. Also covers the responsible-AI pass - harmful output, bias…

not rated 113 15d ago A SkillSpector: pass 103 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Sets up and maintains visual regression testing: what to snapshot, baseline strategy, masking dynamic regions, threshold tuning, containerized baselines, and the review-and-update workflow. Use when styling regressions escape to production, when snapshots fail on every machine or every run, when baselines are being…

not rated 113 15d ago A SkillSpector: pass 84 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Classifies a diff into file tags and hunk tags - new public export, new endpoint, modified auth, SQL string, migration, added dependency, touched prompt - then maps each tag to the quality practices it makes relevant, producing a defensible per-change check scope instead of running everything or guessing. Use when…

not rated 113 15d ago A SkillSpector: pass 118 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Creates, reviews, and modernizes static code analysis setups for Node.js and TypeScript repositories, covering ESLint flat config, typescript-eslint, tsconfig, Prettier, import sorting, Husky, lint-staged, package.json quality scripts, and CI quality gates. Use when setting up or auditing linting, formatting…

not rated 113 15d ago A SkillSpector: warn 92 tokens original MIT

tech-debt-analysis

36

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Analyzes technical debt in codebases, test suites, architecture, dependencies, and delivery workflows using observable signals. Use when auditing repository health, explaining slow delivery or flaky tests, prioritizing refactoring, or building an evidence-based remediation roadmap with risk, effort, and ROI. Use when…

not rated 113 15d ago A SkillSpector: pass 77 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Runs the red-green-refactor loop with a compact set of rules: one failing test, the minimal code to pass it, cleanup under green. Use for routine test-first work on a single behavior or a small bug fix, and when the request mentions TDD, test-first, red-green-refactor, or writing the test before the code. For…

not rated 113 15d ago A SkillSpector: pass 108 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Drives implementation test-first through red-green-refactor cycles: one failing test, the minimal code to pass it, then cleanup under green. Use before writing production code for a new behavior, and whenever the request mentions TDD, test-driven, test-first, red-green-refactor, "write the test first", "start with a…

not rated 113 15d ago A SkillSpector: pass 101 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Tests the customization assets themselves - skills, prompts, custom agents, instructions - the way a product is tested: activation cases that check an asset fires when it should and stays quiet when it should not, output-contract cases, safety cases, collision cases between assets competing for the same trigger, a…

not rated 113 15d ago A SkillSpector: pass 144 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Validates API responses against OpenAPI or JSON Schema, detects breaking changes between spec versions, and builds consumer-driven contract checks. Use when an API has a published spec, when a backend change might break a client, when API tests assert only status codes, or when mocked fixtures need a guard against…

not rated 113 15d ago A SkillSpector: pass 70 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Applies OWASP-informed security testing within a tester scope: an authorization gate before any probing, authorization matrices, broken access control and IDOR checks, input validation and injection observation, session and auth behaviour, and safe reporting of findings. Use when testing auth-protected features, when…

not rated 113 15d ago A SkillSpector: pass 91 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Builds an offline eval suite for LLM-powered features: golden reference cases per prompt template, deterministic scoring where possible, a regression gate on prompt, model and retrieval changes, and CI wiring with promptfoo, Vitest or deepeval. Use when a product ships prompts, agents or RAG, when a model or prompt…

not rated 113 15d ago A SkillSpector: pass 108 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Tests the runtime validation around model output - schema conformance, PII leakage, moderation, refusal behaviour, tool-call safety - and the adversarial suite that tries to defeat it: direct prompt injection, jailbreaks, and indirect injection through retrieved documents, tool results and user content. Use when an…

not rated 113 15d ago B SkillSpector: warn 109 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Designs and runs performance and load tests: workload modelling from real traffic, thresholds tied to SLOs, warmup and ramp shapes, percentile-based analysis, and lightweight CI perf checks with k6 or Artillery. Use when a feature has latency or throughput requirements, when "it feels slow" needs to become a number…

not rated 113 15d ago A SkillSpector: pass 91 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Builds and maintains bidirectional traceability between requirements and the tests that verify them: extracts a matrix from an existing codebase, annotates tests with requirement IDs, finds orphan tests and uncovered requirements, verifies that each link is real, and enforces linkage in CI. Use when a suite exists but…

not rated 113 15d ago A SkillSpector: pass 109 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Turns point-in-time quality readings into a trend: archives each run, diffs against the previous one, and reports direction per metric - practices newly present or regressed, coverage movement, flake rate, waivers expiring, eval scores - using limit/current/goal framing. Use when quality reporting is a series of…

not rated 113 15d ago A SkillSpector: pass 105 tokens original MIT

unslop-answers

47

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Cuts AI tells from what the agent says about its own work: completion claimed without a run, invented file paths and API names, terminal output that was never produced, findings with no location, percentages with no denominator, absence claimed from one grep, effort narration instead of results, hedge stacking, buried…

not rated 113 15d ago A SkillSpector: pass 151 tokens original MIT

unslop-tests

48

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Cuts AI tells from test code: tests that pass without proving anything, tautological assertions, mock-only tests, hardcoded waits, coverage theater, vague names, swallowed errors, retries used as fixes. Use whenever test code is written, changed, or reviewed, including tests produced as a side effect of a feature…

not rated 113 15d ago A SkillSpector: pass 111 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: