jaktestowac

60 mods across 2 repositories, 115 stars between them.

jaktestowac/awesome-copilot-for-testers

Skill Claude CodeCodex

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…

113 5d ago A 103 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude CodeCodex

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…

113 5d ago A 84 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude CodeCodex

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…

113 5d ago A 118 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude CodeCodex

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…

113 5d ago A 92 tokens original MIT

tech-debt-analysis

53

jaktestowac/awesome-copilot-for-testers

Skill Claude CodeCodex

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…

113 5d ago A 77 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude CodeCodex

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…

113 5d ago A 108 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude CodeCodex

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…

113 5d ago A 101 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude CodeCodex

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…

113 5d ago A 144 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude CodeCodex

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…

113 5d ago A 70 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude CodeCodex

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…

113 5d ago A 91 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude CodeCodex

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…

113 5d ago A 108 tokens original MIT

jaktestowac/awesome-copilot-for-testers

Skill Claude CodeCodex

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…

113 5d ago B 109 tokens original MIT