AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Qa Author By Us

skill-evolplus-talos-qa-author-by-us · by evolplus

QA-Author by-us mode procedure. Use when QA-Author is dispatched after SRS sign-off to author User Story scoped functional test cases under docs/test-cases/by-us/<US-ID>/, create executable spec scaffolding, perform Pass 1 selector TODO marking, or perform Pass 2 selector backfill from docs/instrumentation-contract.md.

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-evolplus-talos-qa-author-by-us

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-evolplus-talos-qa-author-by-us)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Qa Author By Us? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

QA Author By-US

Use

Use this skill for QA-Author by-us mode. Load test-case-author first for TC format and coverage rules, then ui-test-execution for executable spec conventions.

Inputs

  • Signed-off docs/SRS.md
  • Per-US files at docs/user-stories/.md
  • Linked FR files as needed
  • Optional scope filter of US IDs
  • Pass number: 1 or 2

Pass 1 Procedure

  1. For each in-scope US, read its Description, Main Flow, Business Rules, Post-conditions, and Acceptance Scenarios.
  2. Write docs/test-cases/by-us//functional.md.
  3. Cover:
  • happy path Main Flow;
  • every Business Rule;
  • every Post-condition;
  • negative cases for auth, payments, integrations, retries, and background jobs.
  1. Fill each TC's Executable: path.
  2. Author executable spec scaffolding at the Executable: path. Use one test per TC ID and keep the TC ID at the start of the runner test name.
  3. For non-UI tests, write full assertions.
  4. For UI tests:
  • Use selectors from docs/instrumentation-contract.md when available.
  • If a needed selector is missing, write a literal TODO: instrumentation-contract -- marker in the framework's comment syntax and file a paired docs/open-issues.md entry with Category: selector-pending-contract.
  1. Emit plan-update.json notes with selector TODO count.

Pass 2 Procedure

  1. Read docs/instrumentation-contract.md.
  2. For every dispatched TC/spec carrying TODO: instrumentation-contract, replace the marker with the declared selector.
  3. If a selector is still missing from the contract, keep the marker and raise/update an open issue against SA.
  4. Reverse-check coverage: every contract ID for the affected surface should appear in at least one spec. File instrumentation-coverage-gap for unused IDs.
  5. Resolve paired selector-pending-contract issues that were fully backfilled.
  6. Emit plan-update.json notes with selectors backfilled and issues resolved.

Marker Syntax

Use the literal marker so QA-Exec can grep it:

| Runner | Marker | |---|---| | Playwright / Detox / Patrol / XCUITest / Espresso / AltTester | // TODO: instrumentation-contract -- | | Maestro YAML | # TODO: instrumentation-contract -- |

Hard Rules

  • Translate signed-off Acceptance Scenarios; do not invent new scenarios.
  • Do not invent selectors.
  • Pass 1 specs with TODO markers are intentionally unrunnable.
  • Every executable TC must have a spec file.
  • Commit before signaling done.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.