Testing & Quality skills

Browse reusable Agent Skills, each with a clear purpose and practical guidance.

bug-catcher

Audit a Go package in this repository for subtle correctness bugs, including both bugs inside the package and bugs in how the rest of the repository uses it. Optimized for Pebble- and CockroachDB-style code where invariants, iterator semantics, ownership, and API contracts matter more than style issues.

5.96k repo starsObserved in 1 repos
Testing & Quality

doc-catcher

Audit a Go package in this repository for incorrect or misleading code comments — places where the documentation contradicts what the code actually does. Optimized for Pebble- and CockroachDB-style code where comments encode contracts, invariants, and ownership rules that callers depend on.

5.96k repo starsObserved in 1 repos
Testing & Quality

intl-review

Use when reviewing translation imports/PRs (especially against `intl/pending-*` branches), evaluating translation quality across any of the 24 target languages, triaging issues in `.claude/translation-review/`, scoring a locale's translation, running the `/review-translations` slash command, debugging brand-name mistranslations or glossary deviations, or working with the per-language findings tracking files. Covers the scoring rubric, ETHGlossary-as-authority policy, language-group rules, agent-role split (structural / terminology / semantic), the concept-tag-vs-brand-tag distinction in frontmatter, and the critical-vs-warning severity policy.

5.95k repo starsObserved in 2 repos
Testing & Quality

page-visual-tests

Playwright + Chromatic full-page visual tests for ethereum.org. Trigger on "add a page to the visual suite", "the snapshot keeps changing", "chromatic pages", "chromatic playwright", or edits to `tests/visual/`, `playwright.visual.config.ts`, or the `page-visual-tests` job in `.github/workflows/ci.yml`. Skip for Storybook Chromatic (the `visual-tests` job in ci.yml), e2e (`tests/e2e/`), unit (`tests/unit/`).

5.95k repo starsObserved in 2 repos
Testing & Quality

python-style

Reviews anomalib Python style, typing, imports, and public API conventions

5.95k repo starsObserved in 1 repos
Testing & Quality

website-preview

Take screenshots and interact with the rendered Jekyll website

5.92k repo starsObserved in 2 repos
Testing & Quality

quarto-preview-test

Use when testing preview functionality, verifying live reload, or validating preview fixes. Covers starting preview with port/logging, browser verification via /agent-browser, and checking logs/filesystem for artifacts.

5.84k repo starsObserved in 1 repos
Testing & Quality

test-bot-api-codegen

Add tests for a freshly codegenerated Bot API update in aiogram, and catch the hand-written call sites butcher never touches. Use after `butcher apply all` / `make update-api`, when the user says "add tests for the new Bot API changes", "cover the codegen", or when a Bot API bump branch needs to reach 100% coverage.

5.80k repo starsObserved in 1 repos
Testing & Quality

minimal-repro

Help create a minimal reproduction for a TypeSpec compiler or emitter bug. Use when a user provides TypeSpec source (pasted code or a GitHub URL) and describes an issue. Reproduces locally and reduces to a single-file repro.

5.79k repo starsObserved in 1 repos
Testing & Quality

writing-python-sdk-spector-mock-api-tests

Writes TypeSpec http-client-python generator mock API tests (azure/unbranded/shared) from a Spector case. Use when given a Spector case link or a PR link that modifies Spector cases under http-specs/azure-http-specs.

5.79k repo starsObserved in 1 repos
Testing & Quality