agentsclimarketplace

Test automation demo test automation

Skill guorunjie/skillpack-forge/examples/generated/test-automation/.codex/skills/test-automation-demo-test-automation

Use when running test automation workflows for test-automation-demo.From its SKILL.md

Install
npx -y skills add guorunjie/skillpack-forge --skill test-automation-demo-test-automation

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

  • 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.
  • runs commandsInstructs the agent to run 2 commands, including `npm install` and 1 more.

SKILL.md

1.1 KB, 196 tokens by cl100k_base, as published. Nobody here has run it

test-automation-demo-test-automation

Generated from skillpack.yaml by Skillpack Forge.

Project

Test automation workflows for reproducing failures, running focused checks, and documenting verification.

Workflow

  • Identify the failing behavior, expected outcome, and narrowest reproducible test command
  • Run the focused test first and capture the exact failure output
  • Inspect nearby code, fixtures, and assertions before changing test expectations
  • Add or update the smallest fixture that proves the behavior
  • Rerun the focused test, then the broader relevant suite, and document any remaining risk

Commands

  • install: npm install
  • test: npm test

Principles

  • Reproduce failures with the smallest reliable command before changing code
  • Prefer focused tests and minimal fixtures over broad test runs during diagnosis
  • Keep verification output, failing inputs, and skipped coverage easy to review
  • Broaden to the full relevant test suite before reporting completion

What ships with it

Read from the repository

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

Keep looking

Skills are one crate of 325,949. 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.