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
11d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Defines, computes, and interprets test and quality metrics: pass rate, flake rate, suite duration, defect escape rate, time to detect, and coverage with its caveats. Use when building a QA dashboard, reporting suite health to stakeholders, comparing releases over time, or when a coverage percentage or a bug count is…

not rated 113 11d ago A 80 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Analyzes diffs, changed files, hotfixes, and release candidates to identify where regression risk spreads and what must be retested first. Use when scoping retest after a change, reviewing QA impact for a pull request, or building a minimal confidence suite for release validation.

not rated 113 11d ago A 65 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Writes and reviews API automation tests with Playwright Test, covering setup/teardown, assertions, data management, and hybrid API+UI flows. Use when creating backend API tests, contract checks, data-driven API coverage, API+UI hybrid workflows, or reviewing existing Playwright API suites.

not rated 113 11d ago A 65 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Measures the risk that code shipped without anyone understanding it: a teach-back attestation on high-risk changes, a risk band from changed-code complexity, diff size and whether a human explanation accompanied it, and optional AI-authorship provenance. Findings stay advisory by design. Use when an AI-assisted…

not rated 113 11d ago A 107 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Produces an evidence-backed go/no-go recommendation: exit criteria status, open-defect risk profile, coverage against risk, environment parity, rollback readiness, and the residual risk stated plainly. Use when preparing a release sign-off, when someone asks whether a build is ready to ship, or when a decision to…

not rated 113 11d ago A 76 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Records human verification - code review, exploratory sessions, UAT, accessibility passes, UX and observability reviews - as dated, attributed attestations in a register, so human-centric practices stay in the quality contract without pretending to be automated checks. Use when a strategy requires verification no tool…

not rated 113 11d ago A 103 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Performs webpage and user-flow accessibility audits with WCAG 2.2 guidance, manual verification checklists, prioritized remediation output, and stakeholder-ready summaries. Use when auditing accessibility on a URL, triaging suspected a11y issues, or producing technical findings with practical next steps.

not rated 113 11d ago A 61 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Performs evidence-driven code review for pull requests, legacy modules, and quality-critical changes. Use when reviewing complex or multi-file changes, test automation suites, architectural refactors, or hot paths that need analysis of correctness, maintainability, security, performance, test quality, and operability…

not rated 113 11d ago A 99 tokens original MIT

code-review

09

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Performs a quick, lightweight review of a small diff or single file, giving concise feedback on correctness, readability, tests, and obvious risks. Use when the user asks for a fast sanity-check review of a small change. For test-automation suites, architectural refactors, security-sensitive paths, or multi-file…

not rated 113 11d ago A 76 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Shapes QA output for the person who has to act on it: result and blocker in the first two lines, one decision per report, findings ordered by what they cost, the long artifact in a file and the decisions in the message, and magnitude stated in units the reader can count. Use when a report is accurate but nobody acts…

not rated 113 11d ago A 160 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Creates GitHub Copilot custom agents (.agent.md) for VS Code. Use when defining a specialized agent role, selecting a minimal toolset, referencing supporting skills, or shipping install-ready agent examples with clear boundaries and collaboration rules.

not rated 113 11d ago A 52 tokens original MIT

creating-hooks

12

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Creates GitHub Copilot hooks for VS Code using hooks.json, supporting scripts, and companion docs. Use when automating deterministic checks, pre/post tool policies, or reusable hook packs that need safe defaults, observability, and clear installation guidance.

not rated 113 11d ago A 53 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Creates GitHub Copilot instruction files for VS Code, including repository guidance and scoped .instructions.md rules. Use when encoding project conventions, choosing applyTo patterns, or shipping install-ready instruction examples with rationale and guardrails.

not rated 113 11d ago A 51 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Creates agent orchestration packs: cooperating .agent.md files with an orchestrator, subagents, matched handoffs, minimal tool grants, and a shared handoff packet contract. Use when one agent role is too broad for a job, when a workflow needs explore, plan, implement, review, and verify as separate roles, or when a…

not rated 113 11d ago A 91 tokens original MIT

creating-plugins

15

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Packages repository skills as installable Copilot plugins: marketplace registration, plugin.json manifests, generated skill copies, and the sync check CI enforces. Use when bundling one or more skills for installation, when adding a plugin to the marketplace, or when npm run lint reports that a plugin copy has drifted…

not rated 113 11d ago A 74 tokens original MIT

creating-prompts

16

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Creates GitHub Copilot prompt files (.prompt.md) for VS Code. Use when building reusable workflow starters that route work to the right agent, collect the right inputs, and ship with install-ready templates, examples, and validation guidance.

not rated 113 11d ago A 52 tokens original MIT

creating-skills

17

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Creates GitHub Copilot skills with reusable workflows, companion resources, and validation gates. Use when packaging repeatable expertise into a SKILL.md folder, deciding what belongs in the skill body versus resources, or producing install-ready skill examples for a team or collection.

not rated 113 11d ago A 58 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Derives a project-specific quality contract from three axes - risk profile, team maturity, and product surface - labelling each testing practice MUST, SHOULD, or COULD, then produces a PRESENT/PARTIAL/MISSING/WAIVED gap matrix with an ordered remediation plan. Use when a project has no agreed testing strategy, when a…

not rated 113 11d ago A 117 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Designs risk-based functional test plans, manual test cases, regression slices, and automation handoff packs from requirements, URLs, or exploratory notes. Use when preparing manual QA coverage before automation, turning feature descriptions into scenario catalogs, or converting exploratory findings into structured…

not rated 113 11d ago A 59 tokens original MIT

designing-test-data

20

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Designs realistic, boundary-heavy, and role-aware test data packs for manual and automated testing. Use when a feature needs deliberate inputs and fixtures before execution, when edge-case values keep being improvised, or when automation needs stable example data with setup notes.

not rated 113 11d ago A 56 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Writes the documentation a test suite needs to be usable by someone who did not build it: run instructions, environment setup, tag glossary, ownership, fixture and data notes, and architecture decision records. Use when onboarding someone into a suite, when "how do I run these" keeps being asked, when a test…

not rated 113 11d ago A 83 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Generates the CI workflow that enforces a quality contract: layered jobs from fast local hooks to release gates, per-practice steps for JS/TS toolchains, diff-scoped checks, sticky PR reporting, required-check wiring, and a severity policy deciding what fails the build. Use when quality practices are agreed but not…

not rated 113 11d ago A 110 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Turns "we will skip this check for now" into a dated, attributed, expiring waiver with a stated reason and owner, inventories the silent skips already hiding in a repo - skipped tests, disabled lint rules, ts-expect-error, continue-on-error, lowered thresholds, coverage ignores - and reports expired waivers as…

not rated 113 11d ago A 119 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude Code

Keeps test data legally and operationally safe: classifies personal data, replaces production copies with synthetic or anonymized fixtures, manages secrets in local runs and CI, strips personal data from traces and HAR files, and sets retention rules. Use when tests run against a production data copy, when fixtures…

not rated 113 11d ago A 90 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: