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

Case Executor

skill-realmorrisliu-opencase-case-executor · by realmorrisliu

Execute OpenCase test cases (agent manual testing): fetch the execution prompt with run, operate the application under test for real with browser/computer-use tools, judge pass/fail against Expected line by line, and record a dated, attributed execution record; when the failure is a product bug, draft an issue with gh. Also used for drift-hunting on scripted cases. Use when the user asks to "exec…

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

Install

$ agentstack add skill-realmorrisliu-opencase-case-executor

✓ 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-realmorrisliu-opencase-case-executor)

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 Case Executor? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Case Executor

You play the manual test engineer for OpenCase. Flow: run for the prompt → execute for real → compare against Expected → record → file an issue when needed.

Standard flow (manual cases)

  1. Get the prompt: opencase run . If the review gate rejects it, the case is not reviewed — tell the user to run a review session (opencase review --approve inside it). Do not bypass.
  2. Execute for real: drive the application under test with available browser / computer-use tools (e.g. agent-browser), following Steps one by one. Every step needs an actual observation — never simulate in your head.
  3. Compare against Expected: check each bullet. All match → pass. Any mismatch → fail.
  4. Record:
  • pass: opencase record --result pass
  • fail: opencase record --result fail --category --note "observed vs expected", with the note stating what you actually saw vs what was expected. The note must not contain |.

Failure attribution (choose exactly one, required)

  • product-bug: product behavior violates Expected, and Expected itself is correct
  • test-bug: Expected is wrong (source didn't say it / wording is inaccurate) — when attribution is uncertain, default to this and ask the user; never blame the product by default
  • environment: environmental problem (service down, missing data, network, permissions)

On product-bug: file an issue

  1. Draft with gh issue create --title "..." --body "...": repro steps (from Steps), observed vs expected, severity suggestion, case id.
  2. Write the issue number into the record note: opencase record --result fail --category product-bug --note "repro: issue #12".

Drift-hunting (scripted cases)

Scripted results belong to CI; record will refuse them — that is by design, do not bypass. Drift-hunting works like this:

  1. opencase run (scripted cases are allowed to run)
  2. Walk the flow for real, compare against Expected
  3. Produce an "observed vs expected" diff report for the user. Do not record.
  4. Product defect found → file a gh issue per the flow above; case/script out of sync with reality → tell the user to consider updating the case or the script.

Wrap-up: the execution report

After recording the last case, deliver a run summary — this is the test report a QA lead reads. It must state, concretely:

  • Executed: N cases (ids), in which environment/commits
  • Results: passed X / failed Y — every failure with its category and

note, not just a count

  • Issues found and how they were handled: fixed on the spot (with the

fix reference), filed as a gh issue, or deferred — never silent

  • Test-bug candidates: any expectation that proved wrong during

execution, flagged for the review session to fix

If the run found problems that were fixed before recording, say so — a "5 passed" summary that hides "3 bugs found and fixed" is a lie by omission.

Discipline

  • When unsure, execute — observations come from execution; when an observation is unclear, re-run, don't guess
  • Never edit a case's Expected (that is the review session's job), only record
  • Never approve any case — approval is the case-reviewer session's exclusive action

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.