Testing & Quality skills

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

regen-shelltests

Regenerate expected output in failing shelltestrunner v3 fixtures (`hledger/test/**/*.test`) after a hledger output-format change (alignment, column shifts, rendering tweaks). Use when many `.test` fixtures are stale because of a deliberate, audited rendering change.

4.58k repo starsObserved in 1 repos
Testing & Quality

debugger

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

4.58k repo starsObserved in 3 repos
Testing & Quality

test-generation

Use when the user asks for tests, mentions TDD, or when new code has been written and needs test coverage.

4.58k repo starsObserved in 3 repos
Testing & Quality

verification-before-completion

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs — requires running verification commands and confirming output before making any success claims; evidence before assertions always

4.58k repo starsObserved in 3 repos
Testing & Quality

tracee-testing-guide

Run Tracee tests correctly, especially BPF unit tests via make targets. Use when writing tests, debugging test failures, or validating changes before commit.

4.55k repo starsObserved in 1 repos
Testing & Quality

agent-browser

Browser automation via Chrome/Chromium CDP — open, snapshot, click, screenshot. For testing web apps, mobile layouts, and automated interactions without Playwright/Puppeteer.

4.52k repo starsObserved in 1 repos
Testing & Quality

rule

Rule-based compliance checking — find problems, ensure minimum quality. Pair with `x rule` for the shell workflow; see rule-vs-score.md for when to use rule vs score.

4.52k repo starsObserved in 1 repos
Testing & Quality

scan

Quick greedy scan for critical violations. Triggered by "/scan [target]" to find the top 1-5 most severe issues and stop early.

4.52k repo starsObserved in 1 repos
Testing & Quality

time

Command execution timing — microsecond precision, statistical analysis, comparison. Zero barrier — use with x-cmd or shell built-in time command. Use for "timing", "benchmark", "performance", "profiling".

4.52k repo starsObserved in 1 repos
Testing & Quality

verify-changes

Verify code changes by running the project's typecheck, build, lint, and targeted tests, then fix and re-run until clean. Use after editing any source file.

4.49k repo starsObserved in 1 repos
Testing & Quality