Skip to content

/manual-test-guide

The commands to run to check this by hand.

What it does

Produces concrete manual testing instructions for a project — what to run, what to look at, what counts as working.

When to reach for it

Before a release, or handing work to someone who has to verify it without your context.

It's working if

  • Someone with none of your context can follow it end to end without asking you a question.
  • It says what a pass looks like, so two people testing the same build agree on whether it passed.
  • The commands run as written — no placeholder whose value you have to guess.

Install this skill

Then type /manual-test-guide in your agent.

npx skills@latest add smorinlabs/smorinlabs-harness -s manual-test-guide

Or install the whole repo-hygiene plugin — this skill plus 4 others.

/plugin install repo-hygiene@smorinlabs-harness

Where it fits

  • /reader-steps — supplies the format the resulting steps are rendered in.