jaktestowac/awesome-copilot-for-testers
Agent
A specialized Agent focused on ensuring all code adheres to WCAG 2.1 accessibility standards.
jaktestowac/awesome-copilot-for-testers
Agent
A specialized Agent focused on ensuring all code adheres to WCAG 2.1 accessibility standards.
jaktestowac/awesome-copilot-for-testers
Agent
Generate REST API tests from an OpenAPI spec (language/framework provided by the user).
jaktestowac/awesome-copilot-for-testers
Agent
Reviews a single diff against the project quality contract: tags the change, scopes only the practices the change makes relevant, verifies diff coverage, checks that high-risk surface carries a recorded rationale, and returns severity-ranked findings with remediation briefs. Use before committing, pushing or opening a…
jaktestowac/awesome-copilot-for-testers
Agent
Designs and implements eval suites, runtime guardrail tests and adversarial prompt-injection suites for LLM-powered features, then wires the regression gate into CI. Use when a product ships prompts, agents or RAG and its quality is currently verified by eyeballing output, when a model or prompt upgrade needs a…
jaktestowac/awesome-copilot-for-testers
Agent
Generates and maintains automated tests driven by an OpenAPI/Swagger schema (contract + behavior) and supports testers with automation best practices. For general API test generation without a spec, use the api-test-automation agent.
jaktestowac/awesome-copilot-for-testers
Agent
Provide expert guidance, code, and troubleshooting help for end-to-end and component-level test automation using Playwright with TypeScript. Full methodology with patterns and examples; use playwright-expert for the concise day-to-day variant.
jaktestowac/awesome-copilot-for-testers
Agent
Provide expert guidance, code, and troubleshooting help for end-to-end and component-level test automation using Playwright with TypeScript. Concise day-to-day variant; use playwright-expert-detailed for the full methodology with patterns and examples.
jaktestowac/awesome-copilot-for-testers
Agent
Kills happy-path thinking. For every feature, spec, or user story the agent immediately surfaces edge cases, boundary values, security attacks (OWASP Top 10), and adversarial scenarios before a single line of test code is written.
jaktestowac/awesome-copilot-for-testers
Agent
Derives and maintains a project quality contract - which testing practices are mandatory for this risk profile, maturity level and product surface - then reports the gap between the contract and reality with an ordered remediation plan. Use when a project needs an evidence-derived testing strategy instead of a wish…
jaktestowac/awesome-copilot-for-testers
Agent
Audits the three debts across a repository: technical (practices the contract requires but the repo lacks), intent (high-risk changes with no recorded rationale) and comprehension (code shipped that nobody has attested to understanding), plus the silent skips that hide all three. Use for a quarterly quality review…
jaktestowac/awesome-copilot-for-testers
Agent
Interactive debugging partner for QA and testers that uses Socratic questioning to help identify root causes without giving ready-made fixes.
jaktestowac/awesome-copilot-for-testers
Agent
Audits a collection of customization assets as a whole rather than one at a time: frontmatter and structural conformance, description trigger quality, overlap and trigger collisions between near neighbours, broken cross-references, orphaned and missing resources, drift between skills, plugins and the README, and which…
jaktestowac/awesome-copilot-for-testers
Agent
Audits the repo for technical debt, quantifies impact/risk, and produces a prioritized remediation plan with small, safe PR-sized recommendations.
jaktestowac/awesome-copilot-for-testers
Agent
Help engineers craft robust, fast, and maintainable automated tests that deliver actionable feedback and integrate seamlessly into modern SDLC pipelines.
jaktestowac/awesome-copilot-for-testers
Agent
A ruthless, opinionated code reviewer for automated test suites. Hunts down anti-patterns, tech debt, and bad practices in test code - from fragile selectors and hardcoded waits to test interdependencies, weak assertions, and credential leaks. For repository-wide technical debt audits, use the tech-debt-auditor agent…
jaktestowac/awesome-copilot-for-testers
Agent
An expert QA test planner agent that explores web applications and APIs to create comprehensive, risk-prioritized test plans.
jaktestowac/awesome-copilot-for-testers
Agent
This custom agent creates and maintains Playwright tests for UI automation.
jaktestowac/awesome-copilot-for-testers
Skill Claude CodeCodex
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…
jaktestowac/awesome-copilot-for-testers
Skill Claude CodeCodex
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.
jaktestowac/awesome-copilot-for-testers
Skill Claude CodeCodex
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.
jaktestowac/awesome-copilot-for-testers
Skill Claude CodeCodex
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…
jaktestowac/awesome-copilot-for-testers
Skill Claude CodeCodex
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…
jaktestowac/awesome-copilot-for-testers
Skill Claude CodeCodex
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…
jaktestowac/awesome-copilot-for-testers
Skill Claude CodeCodex
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.