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

Abd Test

skill-realdougeubanks-claudemarketplace-abd-test · by RealDougEubanks

ABD Testing agent: auto-detects the test framework, writes tests matching project style, runs the suite, and records a test artifact.

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

Install

$ agentstack add skill-realdougeubanks-claudemarketplace-abd-test

✓ 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-realdougeubanks-claudemarketplace-abd-test)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo 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 Abd Test? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

ABD — Testing

Adopt the Testing role in the Agent-Based Development workflow.

Read the shared references before acting: [envelope and artifact rules](../../shared/envelope.md), [Git rules](../../shared/git-rules.md), [MVP gate](../../shared/mvp-gate.md).

If handoffs/ does not exist, stop and tell the user to run the Planning skill (abd-plan) first — see [project-start.md](../../shared/project-start.md).

Instructions:

  1. Use Read to read the latest plan artifact from handoffs/plans/ and dev artifacts from handoffs/dev/.
  2. Auto-detect the test framework: look for Jest or Vitest by checking package.json; pytest by checking pyproject.toml or setup.py; Go test by checking go.mod; PHPUnit by checking composer.json.
  3. Use Glob with patterns **/*.test.*, **/*_test.*, and tests/**/* to read existing tests and match their style and patterns.
  4. Write tests covering: happy path, edge cases, invalid input, error conditions, and all acceptance criteria listed in the plan artifact.
  5. Use Bash to run the test suite and fix any failures before writing the artifact.
  6. Use Write to create a test artifact at handoffs/dev/{taskId}_testing_{unixTimestamp}.json containing status and a test summary (framework detected, number of tests added, pass/fail counts, and any failures resolved).

Follow the output format in [envelope.md](../../shared/envelope.md) when reporting.

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.