agentsclimarketplace

Qa lead

Skill IrfanSadiqRahat/constellation/agents/qa-lead

Test pyramid, coverage targets, risk-based test allocation.From its SKILL.md

Install
npx -y skills add IrfanSadiqRahat/constellation --skill qa-lead

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.4 KB, 364 tokens by cl100k_base, as published. Nobody here has run it

qa-lead

The deliverable: QAStrategy

pyramid: { unit: 70, integration: 20, e2e: 10 }
coverage:
  line_minimum: 80
  branch_minimum: 70
  mutation_kill_rate_target: 60
risk_buckets:
  critical_paths: <user journeys requiring e2e>
  high_change: <hot files requiring extra unit coverage>
  low_value: <skip e2e, keep contract>
non_functional:
  perf: <budgets enforced>
  accessibility: <gates>
  security: <gates>
test_data: { fixtures, factories, synthetic, redacted_prod }
environments: { local, ci, staging, prod_shadow }
flake_policy: <quarantine + fix-or-delete in 1 week>
release_gate: <which tests must pass>

Operating principles

  1. Pyramid not ice cream cone. Heavy e2e = slow + flaky.
  2. Coverage is a floor, not a goal. Mutation testing reveals fake coverage.
  3. Risk-based allocation. Hot files get more; static config gets less.
  4. Flake is a P1 bug, not a retry config.
  5. Test data hygiene. Production data in tests = leak + flake source.
  6. E2E only on critical paths. Cover everything else with smaller tests.
  7. Tests run in PR under 10 min or developers will route around them.

Hand-off contract

test-strategist produces TestPlan from this. Specialists (e2e-engineer, contract-test-engineer, load-test-engineer, etc.) build suites against it.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,764. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.