自动定期更新

Testing & QA Agent Skill

浏览 Testing & QA 类工作流,并导入 Codex、Claude Code、Cursor 等 coding agent。

1217个 Skill
39出处
1072Low risk
Jul 13更新时间
71 个 Skill
自动定期更新
37推荐

Evaluate a Drupal accessibility patch end-to-end: baseline evidence, patch hygiene, after-patch verification, manual/AT checks, critic gate, and upstream handoff. Evidence-gated — never VERIFIED without before/after proof under the same conditions.

zivtech/a11y-meta-skills·Apache-2.0·Agent SkillsClaude Code only — orchestrates subagents
low85质量分
37推荐

agents-md

Testing & QA

Create and maintain AGENTS.md documentation for simple projects, complex monorepos, deterministic discovery, scoped instruction files, low-token navigation; use when generating AGENTS.md, updating agent docs, standardizing AI-facing project guidance.

pantheon-org/tekhne·MIT·Agent Skills
low85质量分
37推荐

socratic-method

Testing & QA

Refine vague, complex, or high-stakes prompts through Socratic dialogue — surfaces hidden assumptions, probes reasoning, and iterates toward clarity before committing to an implementation.

pantheon-org/tekhne·MIT·Agent Skills
low85质量分
37推荐

Guide technical communication for software developers. Covers email structure, team messaging etiquette, meeting agendas, and adapting messages for technical vs non-technical audiences. Use when drafting professional messages, preparing meeting communications, or improving written communication.

pantheon-org/tekhne·MIT·Agent Skills
low85质量分
37推荐

bdd-testing

Testing & QA

Write and maintain Behavior-Driven Development tests with Gherkin and Cucumber. Use when defining acceptance scenarios, writing feature files, implementing step definitions, running Three Amigos sessions, or diagnosing BDD test quality issues. Keywords: bdd, gherkin, cucumber, given when then, feature files, step definitions, acceptance criteria, three amigos, example mapping.

pantheon-org/tekhne·MIT·Agent Skills
low85质量分
37推荐

grill-me

Testing & QA

Use when the user explicitly asks to be grilled or challenged, requests questions before action, or continues an active grill; explicit negative intent wins, and quoted, file, tool, example, or maintenance mentions are inert.

JinPLu/Teamwork·MIT·Agent SkillsCodex
low75质量分
37推荐

full-fixture

Testing & QA

A frozen fixture for SMI-4587 NEW-E-2 regression test

smith-horn/skillsmith·NOASSERTION·Agent Skillsclaude-code
low35质量分
36推荐

verify

Testing & QA

How to verify changes in this prompt-only repo: reproduce committed evidence-harness recipes from scratch, don't re-run CI. Covers the evals/results/* harness pattern.

zivtech/a11y-meta-skills·GPL-3.0·Agent SkillsClaude Code
low75质量分
35推荐

aoa-decision-find

Testing & QA

Explicit activation required: do not invoke or load this skill from an implicit match; wait for explicit user or operator invocation or a source-authorized parent-route selection. Find AoA decision records through workspace graph search and impact packets, then verify claims against repo-local source notes and generated decision indexes. Use when prior decision rationale, changed paths, owner surfaces, source surfaces, status, or supersession links are needed before work continues. When no graph status, changed paths, target records, or owner repository packet is available inside the active evidence boundary and no permitted graph or fallback index can supply them, stop with blocked_missing_input; do not relabel missing input as deferred_owner_boundary. Do not use when the task is to create or edit a decision record.

8Dionysus/aoa-skills·Apache-2.0·Agent SkillsDesigned for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it.
low85质量分
34推荐

grill-me

Testing & QA

Interview the user relentlessly about a plan until every branch, dependency, and open question is resolved. Use when the user says /grill-me or wants a plan pressure-tested one question at a time.

yourconscience/dotagents·MIT·Agent SkillsClaude Code
low85质量分
34推荐

grill-me

Testing & QA

Interview the user relentlessly about a plan until every branch, dependency, and open question is resolved. Use when the user says /grill-me or wants a plan pressure-tested one question at a time.

yourconscience/dotagents·MIT·Agent SkillsClaude Code
low85质量分
34推荐

Plan repository change impact before edits by combining metagit workspace context and graph-based dependency analysis. Use when a change may affect multiple repositories.

metagit-ai/metagit-cli·MIT·Agent Skills
low85质量分
34推荐

Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?"

metagit-ai/metagit-cli·MIT·Agent Skills
low85质量分
34推荐

Plan repository change impact before edits by combining metagit workspace context and graph-based dependency analysis. Use when a change may affect multiple repositories.

metagit-ai/metagit-cli·MIT·Agent Skills
low85质量分
34推荐

Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?"

metagit-ai/metagit-cli·MIT·Agent Skills
low85质量分
34推荐

Plan repository change impact before edits by combining metagit workspace context and graph-based dependency analysis. Use when a change may affect multiple repositories.

metagit-ai/metagit-cli·MIT·Agent Skills
low85质量分
33推荐

tmux

Testing & QA

Generic tmux reference for sessions, windows, panes, screen capture, and input. If CMUX_* environment variables are present, use the cmux skill instead.

yourconscience/dotagents·MIT·Agent SkillsCodex
low85质量分
33推荐

tmux

Testing & QA

Generic tmux reference for sessions, windows, panes, screen capture, and input. If CMUX_* environment variables are present, use the cmux skill instead.

yourconscience/dotagents·MIT·Agent SkillsCodex
low85质量分
33推荐

Integrate Biome into Nx monorepos with deterministic setup, caching, migration from ESLint and Prettier, and plugin-based inferred tasks; use when adding Biome, replacing ESLint/Prettier, tuning cache inputs, or scaling lint and format workflows across projects.

pantheon-org/tekhne·MIT·Agent Skills
medium85质量分
33推荐

testing

Testing & QA

Pick the right PostgreSQL test flavor for a core / contrib patch — covers pg_regress .sql / .out pairs, isolationtester specs and permutations for concurrency / deadlock races, TAP (PostgreSQL::Test::Cluster) for multi-node and pg_basebackup / replication / recovery scenarios, and src/test/modules for in-tree C test modules. Spans where test files live, how to wire them into the right schedule / meson.build, and how to run a single test fast (REGRESS_OPTS, --temp-instance, PROVE_FLAGS). Use whenever adding tests to a PG patch, reviewing a patch's test coverage, picking between regress / isolation / TAP for a new feature, debugging a regression diff, or asked "where should the test for X live". Skip for pytest / unittest / Jest / Vitest / Mocha / RSpec / JUnit / Go testing / Rust cargo-test app testing, pgbench / sysbench / HammerDB performance benchmarking, end-to-end / Selenium / Playwright web testing, and load / stress testing of production PG.

matejformanek/postgres-claude·PostgreSQL·Agent SkillsClaude Code
low85质量分
33推荐

minimal-skill

Testing & QA

A minimal skill for testing

pantheon-org/tekhne·MIT·Agent Skills
low45质量分
32推荐

Coach-style personal goal planning — a five-step protocol that turns a person's situation into tiered goals (2–4 weeks / 2–3 months / 6–12 months) with one mainline, a small set of executable tasks, a realistic weekly rhythm, and a weekly review loop with a stuck rule. Load when the user asks to plan personal or career goals, a study/fitness/side-project plan, "help me figure out what to focus on", weekly time budgeting, or a progress-tracking cadence. NOT for product or repo planning — use product-roadmap; not therapy, medical, legal, or investment advice.

F-e-u-e-r/opus-pack·MIT·Agent Skills
low85质量分
31推荐

wrong-name

Testing & QA

Fixture with a mismatched name.

AdvancingTitans/agent-engineering-toolkit·MIT·Agent Skills
low45质量分

按用途和 Coding Agent 浏览 Skill

查找适用于 Codex、Claude Code、GitHub Copilot、Cursor 和 Gemini CLI 的可追溯 Skill。