From st4ck-lite
Record a test by walking through a website. The agent drives the browser via the `st4ck browse` CLI; the runner captures every primitive into a markdown test file in ./tests/.
How this command is triggered — by the user, by Claude, or both
Slash command
/st4ck-lite:author <url> "<instruction>" [--out <path>]The summary Claude sees in its command listing — used to decide when to auto-load this command
# /st4ck-lite:author Activates the `qa-record-test` skill to capture an agent-driven walkthrough as a deterministic md test file. No account, no key, no service. The output md file lives in your repo (`./tests/<slug>.md`) and replays via `/st4ck-lite:run`. Bootstrap (one-time, optional): This writes a `.st4ck/session.md` skill file teaching the new CLI surface. `@latest` resolves to the current release at invocation time. ## What to do Activate the `qa-record-test` skill. The user's `$ARGUMENTS` carries: - `<url>` — the target site - `"<instruction>"` — what the agent should do (a wa...
Activates the qa-record-test skill to capture an agent-driven walkthrough as a deterministic md test file. No account, no key, no service. The output md file lives in your repo (./tests/<slug>.md) and replays via /st4ck-lite:run.
Bootstrap (one-time, optional):
npx st4ck@latest author <url> "<instruction>"
This writes a .st4ck/session.md skill file teaching the new CLI surface. @latest resolves to the current release at invocation time.
Activate the qa-record-test skill. The user's $ARGUMENTS carries:
<url> — the target site"<instruction>" — what the agent should do (a walkthrough, like "sign in as alice and verify the dashboard loads")--out <path> — override the default output path (defaults to ./tests/<slugified-instruction>.md)--name <slug> — override just the slugDo NOT duplicate the skill's procedure here. The skill is the canonical source of truth.
npx claudepluginhub edo-ceder/st4ck-lite --plugin st4ck-lite/authorAuthors user-facing docs, validates GLFM formatting, or summarizes files/URLs/images. Provide task description or file/URL path.
/authorManages author profiles in SQLite DB: add via questionnaire or analyze transcripts to extract voice, list all, show details, edit, or remove by ID.